Searched defs:kDebugData (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/gui/
H A DGLConsumer.cpp61 } kDebugData = { 15, 12, member in namespace:android
350 kDebugData.width, kDebugData.height, PIXEL_FORMAT_RGBA_8888,
358 for (uint32_t y = 0; y < kDebugData.height; y++) {
359 for (uint32_t x = 0; x < kDebugData.width; x++) {
360 bits[x] = (kDebugData.bits[y + kDebugData.width + x] == 'X') ?

Completed in 8 milliseconds