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

  /external/mesa3d/src/pixelflinger2/
pixelflinger2.h 80 #define GGL_GET_CONTEXT(context, interface) GGLContext * context = (GGLContext *)interface;
81 #define GGL_GET_CONST_CONTEXT(context, interface) const GGLContext * context = \
82 (const GGLContext *)interface; (void)context;
84 struct GGLContext {
85 GGLInterface interface; // must be first member so that GGLContext * == GGLInterface *
  /system/core/include/pixelflinger/
pixelflinger.h 306 } GGLContext;
315 ssize_t gglInit(GGLContext** context);
316 ssize_t gglUninit(GGLContext* context);
319 GGLContext* c,

Completed in 659 milliseconds