Searched refs:GGL_LUMINANCE (Results 1 – 6 of 6) sorted by relevance
/system/core/libpixelflinger/ |
D | format.cpp | 34 { 1, 8, {{ 0, 0, 8, 0, 8, 0, 8, 0 }}, GGL_LUMINANCE},//PIXEL_FORMAT_L8
|
D | buffer.cpp | 181 if (f->components>=GGL_LUMINANCE && in write_pixel()
|
D | scanline.cpp | 353 (f->components == GGL_LUMINANCE) || in pick_scanline()
|
/system/core/libpixelflinger/include/pixelflinger/ |
D | format.h | 69 GGL_LUMINANCE = 0x1909, enumerator
|
/system/core/libpixelflinger/codeflinger/ |
D | GGLAssembler.cpp | 167 if (mCbFormat.components >= GGL_LUMINANCE && in scanline_core()
|
D | texturing.cpp | 699 tmu.format.components != GGL_LUMINANCE) in filter8()
|