OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:texGeni
(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);
172
c->procs.
texGeni
(c, GGL_T, GGL_TEXTURE_GEN_MODE, GGL_ONE_TO_ONE);
187
c->procs.
texGeni
(c, GGL_S, GGL_TEXTURE_GEN_MODE, GGL_AUTOMATIC);
188
c->procs.
texGeni
(c, GGL_T, GGL_TEXTURE_GEN_MODE, GGL_AUTOMATIC);
pixelflinger.cpp
774
GGL_INIT_PROC(procs,
texGeni
);
/bootable/recovery/minui/
graphics.c
168
gl->
texGeni
(gl, GGL_S, GGL_TEXTURE_GEN_MODE, GGL_ONE_TO_ONE);
169
gl->
texGeni
(gl, GGL_T, GGL_TEXTURE_GEN_MODE, GGL_ONE_TO_ONE);
199
gl->
texGeni
(gl, GGL_S, GGL_TEXTURE_GEN_MODE, GGL_ONE_TO_ONE);
200
gl->
texGeni
(gl, GGL_T, GGL_TEXTURE_GEN_MODE, GGL_ONE_TO_ONE);
/system/core/include/pixelflinger/
pixelflinger.h
273
void (*
texGeni
)(void* c, GGLenum coord, GGLenum pname, GGLint param);
/frameworks/base/opengl/libagl/
texture.cpp
82
c->rasterizer.procs.
texGeni
(c, GGL_S,
84
c->rasterizer.procs.
texGeni
(c, GGL_T,
794
c->rasterizer.procs.
texGeni
(c, GGL_S,
796
c->rasterizer.procs.
texGeni
(c, GGL_T,
[
all
...]
Completed in 105 milliseconds