Searched refs:colorTopRight (Results 1 – 4 of 4) sorted by relevance
/cts/tests/surfacecontrol/jni/ |
D | android_view_cts_ASurfaceControlTest.cpp | 127 jint colorTopRight, jint colorBottomRight, in getQuadrantBuffer() argument 148 fillRegion(data, width / 2, 0, width, height / 2, colorTopRight, 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() 261 int colorTopRight, int colorBottomRight, int colorBottomLeft) { in setQuadrantBuffer() argument 264 colorTopRight, colorBottomRight, colorBottomLeft); 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()
|