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

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

Completed in 70 milliseconds