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

/system/core/libpixelflinger/
H A Draster.cpp171 c->procs.texGeni(c, GGL_S, GGL_TEXTURE_GEN_MODE, GGL_ONE_TO_ONE);
172 c->procs.texGeni(c, GGL_T, GGL_TEXTURE_GEN_MODE, GGL_ONE_TO_ONE);
187 c->procs.texGeni(c, GGL_S, GGL_TEXTURE_GEN_MODE, GGL_AUTOMATIC);
188 c->procs.texGeni(c, GGL_T, GGL_TEXTURE_GEN_MODE, GGL_AUTOMATIC);
H A Dpixelflinger.cpp480 if (pname != GGL_TEXTURE_GEN_MODE) {
/system/core/include/pixelflinger/
H A Dpixelflinger.h121 GGL_TEXTURE_GEN_MODE = 0x2500, enumerator in enum:GGLNames

Completed in 53 milliseconds