Home
last modified time | relevance | path

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

/system/core/libpixelflinger/
Draster.cpp170 c->procs.texGeni(c, GGL_S, GGL_TEXTURE_GEN_MODE, GGL_ONE_TO_ONE); in gglBitBlit()
171 c->procs.texGeni(c, GGL_T, GGL_TEXTURE_GEN_MODE, GGL_ONE_TO_ONE); in gglBitBlit()
186 c->procs.texGeni(c, GGL_S, GGL_TEXTURE_GEN_MODE, GGL_AUTOMATIC); in gglBitBlit()
187 c->procs.texGeni(c, GGL_T, GGL_TEXTURE_GEN_MODE, GGL_AUTOMATIC); in gglBitBlit()
Dpixelflinger.cpp480 if (pname != GGL_TEXTURE_GEN_MODE) { in ggl_texGeni()
/system/core/libpixelflinger/include/pixelflinger/
Dpixelflinger.h121 GGL_TEXTURE_GEN_MODE = 0x2500, enumerator