Searched refs:components (Results 1 – 6 of 6) sorted by relevance
123 uint16_t components; // GGLFormatComponents member
14 As a whole, everything works through the following components:
181 if (f->components>=GGL_LUMINANCE && in write_pixel()
337 if ((f->components == GGL_RGB) || in pick_scanline()338 (f->components == GGL_RGBA) || in pick_scanline()339 (f->components == GGL_LUMINANCE) || in pick_scanline()340 (f->components == GGL_LUMINANCE_ALPHA)) in pick_scanline()
702 if (tmu.format.components != GGL_ALPHA && in filter8()703 tmu.format.components != GGL_LUMINANCE) in filter8()
167 if (mCbFormat.components >= GGL_LUMINANCE && in scanline_core()