Searched refs:colorBottomLeft (Results 1 – 4 of 4) sorted by relevance
/cts/tests/surfacecontrol/jni/ |
D | android_view_cts_ASurfaceControlTest.cpp | 128 jint colorBottomLeft, in getQuadrantBuffer() argument 149 fillRegion(data, 0, height / 2, width / 2, height, colorBottomLeft, in getQuadrantBuffer() 162 jint colorBottomLeft) { in Utils_getQuadrantBuffer() argument 165 colorBottomLeft, &buffer, nullptr)) { in Utils_getQuadrantBuffer() 281 jint colorBottomRight, jint colorBottomLeft) { in SurfaceTransaction_setQuadrantBuffer() argument 287 colorBottomRight, colorBottomLeft, &buffer, &fence); in SurfaceTransaction_setQuadrantBuffer()
|
/cts/tests/surfacecontrol/src/android/view/cts/util/ |
D | ASurfaceControlTestUtils.java | 156 int colorBottomRight, int colorBottomLeft); 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 | 253 int colorBottomLeft) { 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 | 229 int colorBottomLeft) { in setQuadrantBuffer() argument 231 colorBottomRight, colorBottomLeft); in setQuadrantBuffer()
|