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

/external/mesa3d/src/pixelflinger2/
H A Dpixelflinger2.h80 #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 { struct
85 GGLInterface interface; // must be first member so that GGLContext * == GGLInterface *

Completed in 86 milliseconds