Searched refs:texGeni (Results 1 – 3 of 3) sorted by relevance
/system/core/libpixelflinger/ |
D | raster.cpp | 170 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()
|
D | pixelflinger.cpp | 766 GGL_INIT_PROC(procs, texGeni); in ggl_init_procs()
|
/system/core/libpixelflinger/include/pixelflinger/ |
D | pixelflinger.h | 273 void (*texGeni)(void* c, GGLenum coord, GGLenum pname, GGLint param); member
|