Lines Matching defs:GGLContext
84 struct GGLContext { struct
85 GGLInterface interface; // must be first member so that GGLContext * == GGLInterface * argument
87 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
103 GGLState state; // states affecting jit
106 mutable struct Worker {
146 } worker;
150 void (* PickScanLine)(GGLInterface * iface);
151 void (* PickRaster)(GGLInterface * iface);
155 struct {
157 } viewport; // should be moved into libAgl2
159 struct { // should be moved into libAgl2
166 } cullState;