OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GGLContext
(Results
1 - 9
of
9
) sorted by null
/bootable/recovery/minui/
graphics.c
56
static
GGLContext
*gr_context = 0;
189
GGLContext
*gl = gr_context;
206
GGLContext
*gl = gr_context;
228
GGLContext
*gl = gr_context;
262
GGLContext
* gl = gr_context;
288
GGLContext
*gl = gr_context;
297
GGLContext
*gl = gr_context;
366
GGLContext
*gl = gr_context;
/system/core/libpixelflinger/tests/codegen/
codegen.cpp
39
GGLContext
* c;
/system/core/include/pixelflinger/
pixelflinger.h
306
}
GGLContext
;
315
ssize_t gglInit(
GGLContext
** context);
316
ssize_t gglUninit(
GGLContext
* context);
319
GGLContext
* c,
/system/core/libpixelflinger/
raster.cpp
34
GGLContext
& procs = *(
GGLContext
*)c;
146
GGLint gglBitBlit(
GGLContext
* con, int tmu, GGLint crop[4], GGLint where[4])
clear.cpp
37
GGLContext
& procs = *(
GGLContext
*)c;
pixelflinger.cpp
748
GGLContext
& procs = *(
GGLContext
*)c;
822
ssize_t gglInit(
GGLContext
** context)
830
*context = (
GGLContext
*)c;
837
ssize_t gglUninit(
GGLContext
* con)
/frameworks/native/opengl/libagl/
texture.cpp
247
GGLContext
* getRasterizer(ogles_context_t* c)
249
GGLContext
* ggl = c->textures.ggl;
292
GGLContext
* ggl = getRasterizer(c);
[
all
...]
context.h
358
GGLContext
* ggl;
/system/core/include/private/pixelflinger/
ggl_context.h
527
GGLContext
procs;
Completed in 42 milliseconds