HomeSort by relevance Sort by last modified time
    Searched refs:GGL_ONE_TO_ONE (Results 1 - 7 of 7) 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/
picker.cpp 141 if (tx.s_coord==GGL_ONE_TO_ONE && tx.t_coord==GGL_ONE_TO_ONE) {
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);
buffer.cpp 47 t.s_coord = GGL_ONE_TO_ONE;
48 t.t_coord = GGL_ONE_TO_ONE;
scanline.cpp 706 if (tx.s_coord != GGL_ONE_TO_ONE) {
715 if (tx.t_coord != GGL_ONE_TO_ONE) {
    [all...]
  /system/core/include/pixelflinger/
pixelflinger.h 126 GGL_ONE_TO_ONE = 0x80000002,
  /frameworks/native/opengl/libagl/
texture.cpp 794 GGL_TEXTURE_GEN_MODE, GGL_ONE_TO_ONE);
796 GGL_TEXTURE_GEN_MODE, GGL_ONE_TO_ONE);
    [all...]

Completed in 96 milliseconds