HomeSort by relevance Sort by last modified time
    Searched refs:texGeni (Results 1 - 4 of 4) sorted by null

  /system/core/libpixelflinger/
raster.cpp 171 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);
pixelflinger.cpp 766 GGL_INIT_PROC(procs, texGeni);
  /system/core/libpixelflinger/include/pixelflinger/
pixelflinger.h 273 void (*texGeni)(void* c, GGLenum coord, GGLenum pname, GGLint param);
  /frameworks/native/opengl/libagl/
texture.cpp 84 c->rasterizer.procs.texGeni(c, GGL_S,
86 c->rasterizer.procs.texGeni(c, GGL_T,
786 c->rasterizer.procs.texGeni(c, GGL_S,
788 c->rasterizer.procs.texGeni(c, GGL_T,
    [all...]

Completed in 58 milliseconds