Home
last modified time | relevance | path

Searched refs:GGL_LUMINANCE (Results 1 – 6 of 6) sorted by relevance

/system/core/libpixelflinger/
Dformat.cpp34 { 1, 8, {{ 0, 0, 8, 0, 8, 0, 8, 0 }}, GGL_LUMINANCE},//PIXEL_FORMAT_L8
Dbuffer.cpp181 if (f->components>=GGL_LUMINANCE && in write_pixel()
Dscanline.cpp353 (f->components == GGL_LUMINANCE) || in pick_scanline()
/system/core/libpixelflinger/include/pixelflinger/
Dformat.h69 GGL_LUMINANCE = 0x1909, enumerator
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp167 if (mCbFormat.components >= GGL_LUMINANCE && in scanline_core()
Dtexturing.cpp699 tmu.format.components != GGL_LUMINANCE) in filter8()