HomeSort by relevance Sort by last modified time
    Searched refs:GGLContext (Results 1 - 8 of 8) sorted by null

  /system/core/libpixelflinger/tests/codegen/
codegen.cpp 42 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 362 GGLContext* ggl;
  /system/core/include/private/pixelflinger/
ggl_context.h 529 GGLContext procs;

Completed in 359 milliseconds