Searched refs:colorTopLeft (Results 1 – 4 of 4) sorted by relevance
/cts/tests/surfacecontrol/jni/ |
D | android_view_cts_ASurfaceControlTest.cpp | 126 static bool getQuadrantBuffer(int32_t width, int32_t height, jint colorTopLeft, in getQuadrantBuffer() argument 147 fillRegion(data, 0, 0, width / 2, height / 2, colorTopLeft, desc.stride); in getQuadrantBuffer() 161 jint colorTopLeft, jint colorTopRight, jint colorBottomRight, in Utils_getQuadrantBuffer() argument 164 if (getQuadrantBuffer(width, height, colorTopLeft, colorTopRight, colorBottomRight, in Utils_getQuadrantBuffer() 280 jint width, jint height, jint colorTopLeft, jint colorTopRight, in SurfaceTransaction_setQuadrantBuffer() argument 286 getQuadrantBuffer(width, height, colorTopLeft, colorTopRight, in SurfaceTransaction_setQuadrantBuffer()
|
/cts/tests/surfacecontrol/src/android/view/cts/util/ |
D | ASurfaceControlTestUtils.java | 155 long surfaceTransaction, int width, int height, int colorTopLeft, int colorTopRight, in nSurfaceTransaction_setQuadrantBuffer() argument 207 int colorTopLeft, int colorTopRight, int colorBottomRight, int colorBottomLeft); in getQuadrantBuffer() argument
|
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/ |
D | ASurfaceControlTest.java | 252 int height, int colorTopLeft, int colorTopRight, int colorBottomRight, in setQuadrantBuffer() argument 255 width, height, colorTopLeft, colorTopRight, colorBottomRight, colorBottomLeft); in setQuadrantBuffer() 260 public void setQuadrantBuffer(long surfaceControl, int width, int height, int colorTopLeft, in setQuadrantBuffer() argument 263 setQuadrantBuffer(surfaceControl, surfaceTransaction, width, height, colorTopLeft, in setQuadrantBuffer()
|
D | SurfaceControlTest.java | 228 int width, int height, int colorTopLeft, int colorTopRight, int colorBottomRight, in setQuadrantBuffer() argument 230 HardwareBuffer buffer = getQuadrantBuffer(width, height, colorTopLeft, colorTopRight, in setQuadrantBuffer()
|