Home
last modified time | relevance | path

Searched refs:drawBuffer (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/
H A DSurfaceProxy.kt33 fun drawBuffer(slot: Int, @ColorInt c: Int) { regex
34 drawBuffer(slot, intArrayOf(Color.red(c), Color.green(c), Color.blue(c), Color.alpha(c)))
36 external fun drawBuffer(slot: Int, color: IntArray)
H A DSharedBufferModeTests.kt82 it.mSurfaceProxy.drawBuffer(0, Color.RED)
84 it.mSurfaceProxy.drawBuffer(0, Color.GREEN)
86 it.mSurfaceProxy.drawBuffer(0, Color.BLUE)
H A DGeometryTests.kt135 activity.mSurfaceProxy.drawBuffer(0, Color.BLUE)
183 activity.mSurfaceProxy.drawBuffer(0, Color.BLUE)
H A DSharedBufferModeScreenRecordTests.kt57 it.mSurfaceProxy.drawBuffer(0, Color.RED)