OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GGL_TEXTURE_GEN_MODE
(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
480
if (pname !=
GGL_TEXTURE_GEN_MODE
) {
/bootable/recovery/minui/
graphics.c
241
gl->texGeni(gl, GGL_S,
GGL_TEXTURE_GEN_MODE
, GGL_ONE_TO_ONE);
242
gl->texGeni(gl, GGL_T,
GGL_TEXTURE_GEN_MODE
, GGL_ONE_TO_ONE);
269
gl->texGeni(gl, GGL_S,
GGL_TEXTURE_GEN_MODE
, GGL_ONE_TO_ONE);
270
gl->texGeni(gl, GGL_T,
GGL_TEXTURE_GEN_MODE
, GGL_ONE_TO_ONE);
304
gl->texGeni(gl, GGL_S,
GGL_TEXTURE_GEN_MODE
, GGL_ONE_TO_ONE);
305
gl->texGeni(gl, GGL_T,
GGL_TEXTURE_GEN_MODE
, GGL_ONE_TO_ONE);
/system/core/include/pixelflinger/
pixelflinger.h
121
GGL_TEXTURE_GEN_MODE
= 0x2500,
/frameworks/native/opengl/libagl/
texture.cpp
82
GGL_TEXTURE_GEN_MODE
, GGL_AUTOMATIC);
84
GGL_TEXTURE_GEN_MODE
, GGL_AUTOMATIC);
794
GGL_TEXTURE_GEN_MODE
, GGL_ONE_TO_ONE);
796
GGL_TEXTURE_GEN_MODE
, GGL_ONE_TO_ONE);
[
all
...]
Completed in 28 milliseconds