Searched refs:kDebugData (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/libs/nativedisplay/surfacetexture/ |
D | EGLConsumer.cpp | 49 } kDebugData = {15, 12, variable 193 new GraphicBuffer(kDebugData.width, kDebugData.height, PIXEL_FORMAT_RGBA_8888, in getDebugTexImageBuffer() 201 for (uint32_t y = 0; y < kDebugData.height; y++) { in getDebugTexImageBuffer() 202 for (uint32_t x = 0; x < kDebugData.width; x++) { in getDebugTexImageBuffer() 203 bits[x] = (kDebugData.bits[y + kDebugData.width + x] == 'X') ? 0xFF000000 in getDebugTexImageBuffer()
|
/frameworks/native/libs/gui/ |
D | GLConsumer.cpp | 64 } kDebugData = { 15, 12, variable 303 kDebugData.width, kDebugData.height, PIXEL_FORMAT_RGBA_8888, in getDebugTexImageBuffer() 311 for (uint32_t y = 0; y < kDebugData.height; y++) { in getDebugTexImageBuffer() 312 for (uint32_t x = 0; x < kDebugData.width; x++) { in getDebugTexImageBuffer() 313 bits[x] = (kDebugData.bits[y + kDebugData.width + x] == 'X') ? in getDebugTexImageBuffer()
|