Searched refs:GGLContext (Results 1 - 6 of 6) sorted by relevance

/system/core/libpixelflinger/tests/codegen/
H A Dcodegen.cpp39 GGLContext* c;
/system/core/include/pixelflinger/
H A Dpixelflinger.h306 } GGLContext; typedef in typeref:struct:__anon320
315 ssize_t gglInit(GGLContext** context);
316 ssize_t gglUninit(GGLContext* context);
319 GGLContext* c,
/system/core/libpixelflinger/
H A Draster.cpp34 GGLContext& procs = *(GGLContext*)c;
146 GGLint gglBitBlit(GGLContext* con, int tmu, GGLint crop[4], GGLint where[4])
H A Dclear.cpp37 GGLContext& procs = *(GGLContext*)c;
H A Dpixelflinger.cpp748 GGLContext& procs = *(GGLContext*)c;
822 ssize_t gglInit(GGLContext** context)
830 *context = (GGLContext*)c;
837 ssize_t gglUninit(GGLContext* con)
/system/core/include/private/pixelflinger/
H A Dggl_context.h527 GGLContext procs;

Completed in 302 milliseconds