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

  /system/core/libpixelflinger/
raster.cpp 171 c->procs.texGeni(c, GGL_S, GGL_TEXTURE_GEN_MODE, GGL_ONE_TO_ONE);
187 c->procs.texGeni(c, GGL_S, GGL_TEXTURE_GEN_MODE, GGL_AUTOMATIC);
pixelflinger.cpp 486 if (coord == GGL_S) coord_ptr = &(c->activeTMU->s_coord);
  /bootable/recovery/minui/
graphics.c 241 gl->texGeni(gl, GGL_S, GGL_TEXTURE_GEN_MODE, GGL_ONE_TO_ONE);
269 gl->texGeni(gl, GGL_S, GGL_TEXTURE_GEN_MODE, GGL_ONE_TO_ONE);
304 gl->texGeni(gl, GGL_S, GGL_TEXTURE_GEN_MODE, GGL_ONE_TO_ONE);
  /system/core/include/pixelflinger/
pixelflinger.h 122 GGL_S = 0x2000,
  /frameworks/native/opengl/libagl/
texture.cpp 81 c->rasterizer.procs.texGeni(c, GGL_S,
793 c->rasterizer.procs.texGeni(c, GGL_S,
    [all...]

Completed in 180 milliseconds