Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_FrameRateCtsActivity.cpp259 jboolean surfaceControlPostBuffer(JNIEnv*, jclass, jlong surfaceControlLong, jint argbColor) { in surfaceControlPostBuffer() argument
265 rgbaColorBytes[0] = (argbColor >> 16) & 0xff; in surfaceControlPostBuffer()
266 rgbaColorBytes[1] = (argbColor >> 8) & 0xff; in surfaceControlPostBuffer()
267 rgbaColorBytes[2] = (argbColor >> 0) & 0xff; in surfaceControlPostBuffer()
268 rgbaColorBytes[3] = (argbColor >> 24) & 0xff; in surfaceControlPostBuffer()