HomeSort by relevance Sort by last modified time
    Searched full:texgeni (Results 1 - 14 of 14) sorted by null

  /bootable/recovery/minui/
graphics.c 241 gl->texGeni(gl, GGL_S, GGL_TEXTURE_GEN_MODE, GGL_ONE_TO_ONE);
242 gl->texGeni(gl, GGL_T, GGL_TEXTURE_GEN_MODE, GGL_ONE_TO_ONE);
269 gl->texGeni(gl, GGL_S, GGL_TEXTURE_GEN_MODE, GGL_ONE_TO_ONE);
270 gl->texGeni(gl, GGL_T, GGL_TEXTURE_GEN_MODE, GGL_ONE_TO_ONE);
304 gl->texGeni(gl, GGL_S, GGL_TEXTURE_GEN_MODE, GGL_ONE_TO_ONE);
305 gl->texGeni(gl, GGL_T, GGL_TEXTURE_GEN_MODE, GGL_ONE_TO_ONE);
  /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 774 GGL_INIT_PROC(procs, texGeni);
  /system/core/include/pixelflinger/
pixelflinger.h 273 void (*texGeni)(void* c, GGLenum coord, GGLenum pname, GGLint param);
  /frameworks/native/opengl/libagl/
texture.cpp 81 c->rasterizer.procs.texGeni(c, GGL_S,
83 c->rasterizer.procs.texGeni(c, GGL_T,
793 c->rasterizer.procs.texGeni(c, GGL_S,
795 c->rasterizer.procs.texGeni(c, GGL_T,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libGL.so 
libGL.so.1 
libGL.so.1.2 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libGL.so 
libGL.so.1 
libGL.so.1.2 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h     [all...]

Completed in 936 milliseconds