Searched refs:GGL_TEXTURE_2D (Results 1 - 3 of 3) sorted by relevance

/system/core/libpixelflinger/
H A Draster.cpp185 c->procs.texParameteri(c, GGL_TEXTURE_2D, GGL_TEXTURE_WRAP_S, GGL_CLAMP);
186 c->procs.texParameteri(c, GGL_TEXTURE_2D, GGL_TEXTURE_WRAP_T, GGL_CLAMP);
H A Dpixelflinger.cpp170 case GGL_TEXTURE_2D: ggl_enable_texture2d(c, en); break;
394 if (target != GGL_TEXTURE_2D) {
/system/core/include/pixelflinger/
H A Dpixelflinger.h66 GGL_TEXTURE_2D = 0x0DE1, enumerator in enum:GGLNames

Completed in 25 milliseconds