Searched refs:texGeni (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.cpp774 GGL_INIT_PROC(procs, texGeni);
/system/core/include/pixelflinger/
H A Dpixelflinger.h273 void (*texGeni)(void* c, GGLenum coord, GGLenum pname, GGLint param); member in struct:__anon320

Completed in 113 milliseconds