Searched refs:getQuadrantBuffer (Results 1 – 3 of 3) 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() function 164 if (getQuadrantBuffer(width, height, colorTopLeft, colorTopRight, colorBottomRight, in Utils_getQuadrantBuffer() 286 getQuadrantBuffer(width, height, colorTopLeft, colorTopRight, in SurfaceTransaction_setQuadrantBuffer()
|
/cts/tests/surfacecontrol/src/android/view/cts/util/ |
D | ASurfaceControlTestUtils.java | 206 public static native HardwareBuffer getQuadrantBuffer(int width, int height, in getQuadrantBuffer() method in ASurfaceControlTestUtils
|
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/ |
D | SurfaceControlTest.java | 22 import static android.view.cts.util.ASurfaceControlTestUtils.getQuadrantBuffer; 230 HardwareBuffer buffer = getQuadrantBuffer(width, height, colorTopLeft, colorTopRight, in setQuadrantBuffer()
|