Home
last modified time | relevance | path

Searched refs:GGL_BLEND (Results 1 – 5 of 5) sorted by relevance

/system/core/libpixelflinger/include/private/pixelflinger/
Dggl_context.h204 case GGL_BLEND: return 3;
212 GGL_DECAL, GGL_BLEND, GGL_ADD };
/system/core/libpixelflinger/include/pixelflinger/
Dpixelflinger.h68 GGL_BLEND = 0x0BE2, enumerator
/system/core/libpixelflinger/
Dpixelflinger.cpp162 case GGL_BLEND: ggl_enable_blending(c, en); break; in enable_disable()
345 case GGL_BLEND: in ggl_texEnvi()
Dscanline.cpp831 case GGL_BLEND: in scanline()
/system/core/libpixelflinger/codeflinger/
Dtexturing.cpp1010 case GGL_BLEND: in build_texture_environment()