Home
last modified time | relevance | path

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

/external/mesa3d/src/pixelflinger2/
Dpixelflinger2.h84 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
[all …]