OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GGL_ONE_TO_ONE
(Results
1 - 7
of
7
) sorted by null
/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/libpixelflinger/
picker.cpp
141
if (tx.s_coord==
GGL_ONE_TO_ONE
&& tx.t_coord==
GGL_ONE_TO_ONE
) {
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
);
buffer.cpp
47
t.s_coord =
GGL_ONE_TO_ONE
;
48
t.t_coord =
GGL_ONE_TO_ONE
;
scanline.cpp
572
if (tx.s_coord !=
GGL_ONE_TO_ONE
) {
581
if (tx.t_coord !=
GGL_ONE_TO_ONE
) {
867
if (t.s_coord ==
GGL_ONE_TO_ONE
&& t.t_coord ==
GGL_ONE_TO_ONE
) {
[
all
...]
/system/core/include/pixelflinger/
pixelflinger.h
126
GGL_ONE_TO_ONE
= 0x80000002,
/frameworks/base/opengl/libagl/
texture.cpp
795
GGL_TEXTURE_GEN_MODE,
GGL_ONE_TO_ONE
);
797
GGL_TEXTURE_GEN_MODE,
GGL_ONE_TO_ONE
);
[
all
...]
Completed in 62 milliseconds