Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_FrameRateCtsActivity.cpp41 Buffer(int width, int height, int rgbaColor) { in Buffer() argument
86 int8_t* rgbaBytes = reinterpret_cast<int8_t*>(&rgbaColor); in Buffer()
263 int32_t rgbaColor = 0; in surfaceControlPostBuffer() local
264 int8_t* rgbaColorBytes = reinterpret_cast<int8_t*>(&rgbaColor); in surfaceControlPostBuffer()
270 Buffer buffer(surface->getWidth(), surface->getHeight(), rgbaColor); in surfaceControlPostBuffer()