OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ggl
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/opengl/libagl/
texture.cpp
69
if (c->textures.
ggl
)
70
gglUninit(c->textures.
ggl
);
254
GGLContext*
ggl
= c->textures.
ggl
;
local
255
if (ggl_unlikely(!
ggl
)) {
257
gglInit(&
ggl
);
258
if (!
ggl
) {
262
c->textures.
ggl
=
ggl
;
263
ggl
->activeTexture(ggl, 0)
297
GGLContext*
ggl
= getRasterizer(c);
local
[
all
...]
/frameworks/base/include/private/opengles/
gl_context.h
361
GGLContext*
ggl
;
member in struct:android::gl::texture_state_t
Completed in 89 milliseconds