Searched defs:GGLContext (Results 1 – 1 of 1) sorted by relevance
84 struct GGLContext { struct85 GGLInterface interface; // must be first member so that GGLContext * == GGLInterface * argument87 GGLSurface frameSurface;88 GGLSurface depthSurface;89 GGLSurface stencilSurface;91 bcc::BCCContext * bccCtx;93 struct {97 } clearState;99 gl_shader_program * CurrentProgram;101 mutable GGLActiveStencil activeStencil; // after primitive assembly, call StencilSelect[all …]