OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GGL_TEXTURE_2D
(Results
1 - 5
of
5
) sorted by null
/bootable/recovery/minui/
graphics.c
243
gl->enable(gl,
GGL_TEXTURE_2D
);
271
gl->enable(gl,
GGL_TEXTURE_2D
);
289
gl->disable(gl,
GGL_TEXTURE_2D
);
306
gl->enable(gl,
GGL_TEXTURE_2D
);
/system/core/libpixelflinger/
raster.cpp
185
c->procs.texParameteri(c,
GGL_TEXTURE_2D
, GGL_TEXTURE_WRAP_S, GGL_CLAMP);
186
c->procs.texParameteri(c,
GGL_TEXTURE_2D
, GGL_TEXTURE_WRAP_T, GGL_CLAMP);
pixelflinger.cpp
170
case
GGL_TEXTURE_2D
: ggl_enable_texture2d(c, en); break;
394
if (target !=
GGL_TEXTURE_2D
) {
/frameworks/native/opengl/libagl/
texture.cpp
85
c->rasterizer.procs.texParameteri(c,
GGL_TEXTURE_2D
,
87
c->rasterizer.procs.texParameteri(c,
GGL_TEXTURE_2D
,
89
c->rasterizer.procs.texParameteri(c,
GGL_TEXTURE_2D
,
91
c->rasterizer.procs.texParameteri(c,
GGL_TEXTURE_2D
,
96
c->rasterizer.procs.disable(c,
GGL_TEXTURE_2D
);
259
ggl->enable(ggl,
GGL_TEXTURE_2D
);
713
GGL_TEXTURE_2D
, GGL_TEXTURE_WRAP_S, GGL_CLAMP);
715
GGL_TEXTURE_2D
, GGL_TEXTURE_WRAP_T, GGL_CLAMP);
788
c->rasterizer.procs.texParameteri(c,
GGL_TEXTURE_2D
,
790
c->rasterizer.procs.texParameteri(c,
GGL_TEXTURE_2D
,
[
all
...]
/system/core/include/pixelflinger/
pixelflinger.h
66
GGL_TEXTURE_2D
= 0x0DE1,
Completed in 51 milliseconds