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

/system/core/libpixelflinger/include/pixelflinger/
H A Dpixelflinger.h306 } GGLContext; typedef in typeref:struct:__anon1594
315 ssize_t gglInit(GGLContext** context);
316 ssize_t gglUninit(GGLContext* context);
319 GGLContext* c,
/system/core/libpixelflinger/tests/codegen/
H A Dcodegen.cpp46 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.cpp740 GGLContext& procs = *(GGLContext*)c;
814 ssize_t gglInit(GGLContext** context)
822 *context = (GGLContext*)c;
829 ssize_t gglUninit(GGLContext* con)
/system/core/libpixelflinger/include/private/pixelflinger/
H A Dggl_context.h529 GGLContext procs;

Completed in 735 milliseconds