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

  /bootable/recovery/minui/
graphics.c 228 gl->texCoord2i(gl, (off * font->cwidth) - x, 0 - y);
255 gl->texCoord2i(gl, sx - dx, sy - dy);
  /system/core/libpixelflinger/
raster.cpp 177 c->procs.texCoord2i(c, s0, t0);
pixelflinger.cpp 771 GGL_INIT_PROC(procs, texCoord2i);
  /system/core/include/pixelflinger/
pixelflinger.h 264 void (*texCoord2i)(void* c, GGLint s, GGLint t);
  /frameworks/native/opengl/libagl/
texture.cpp 300 ggl->texCoord2i(ggl, x-xoffset, y-yoffset);
818 c->rasterizer.procs.texCoord2i(c, s0, t0);
    [all...]

Completed in 57 milliseconds