/system/core/libpixelflinger/ |
format.cpp | 34 { 1, 8, {{ 0, 0, 8, 0, 8, 0, 8, 0 }}, GGL_LUMINANCE},//PIXEL_FORMAT_L8
|
buffer.cpp | 181 if (f->components>=GGL_LUMINANCE &&
|
scanline.cpp | 358 (f->components == GGL_LUMINANCE) || [all...] |
/system/core/libpixelflinger/include/pixelflinger/ |
format.h | 69 GGL_LUMINANCE = 0x1909,
|
/system/core/libpixelflinger/codeflinger/ |
GGLAssembler.cpp | 167 if (mCbFormat.components >= GGL_LUMINANCE && [all...] |
texturing.cpp | 699 tmu.format.components != GGL_LUMINANCE) [all...] |