OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:texCoord2i
(Results
1 - 5
of
5
) sorted by null
/bootable/recovery/minui/
graphics.c
175
gl->
texCoord2i
(gl, (off * font->cwidth) - x, 0 - y);
202
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/base/opengl/libagl/
texture.cpp
301
ggl->
texCoord2i
(ggl, x-xoffset, y-yoffset);
819
c->rasterizer.procs.
texCoord2i
(c, s0, t0);
[
all
...]
Completed in 13 milliseconds