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

  /system/core/libpixelflinger/
raster.cpp 185 c->procs.texParameteri(c, GGL_TEXTURE_2D, GGL_TEXTURE_WRAP_S, GGL_CLAMP);
186 c->procs.texParameteri(c, GGL_TEXTURE_2D, GGL_TEXTURE_WRAP_T, GGL_CLAMP);
pixelflinger.cpp 170 case GGL_TEXTURE_2D: ggl_enable_texture2d(c, en); break;
394 if (target != GGL_TEXTURE_2D) {
  /frameworks/native/opengl/libagl/
texture.cpp 85 c->rasterizer.procs.texParameteri(c, GGL_TEXTURE_2D,
87 c->rasterizer.procs.texParameteri(c, GGL_TEXTURE_2D,
89 c->rasterizer.procs.texParameteri(c, GGL_TEXTURE_2D,
91 c->rasterizer.procs.texParameteri(c, GGL_TEXTURE_2D,
96 c->rasterizer.procs.disable(c, GGL_TEXTURE_2D);
259 ggl->enable(ggl, GGL_TEXTURE_2D);
713 GGL_TEXTURE_2D, GGL_TEXTURE_WRAP_S, GGL_CLAMP);
715 GGL_TEXTURE_2D, GGL_TEXTURE_WRAP_T, GGL_CLAMP);
788 c->rasterizer.procs.texParameteri(c, GGL_TEXTURE_2D,
790 c->rasterizer.procs.texParameteri(c, GGL_TEXTURE_2D,
    [all...]
  /system/core/libpixelflinger/include/pixelflinger/
pixelflinger.h 66 GGL_TEXTURE_2D = 0x0DE1,

Completed in 31 milliseconds