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

/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
H A DSDL_QuartzVideo.h89 NSOpenGLContext *gl_context; /* OpenGL rendering context */ member in struct:SDL_PrivateVideoData
135 #define gl_context (this->hidden->gl_context) macro
/external/mesa3d/src/mesa/main/
H A Dmtypes.h118 struct gl_context;
2371 // GLboolean (*AllocStorage)(struct gl_context *ctx, struct gl_renderbuffer *rb,
2377 // void (*Lock)(struct gl_context *ctx, struct gl_renderbuffer *rb);
2378 // void (*Unlock)(struct gl_context *ctx, struct gl_renderbuffer *rb);
2384 // void *(*GetPointer)(struct gl_context *ctx, struct gl_renderbuffer *rb,
2390 // void (*GetRow)(struct gl_context *ctx, struct gl_renderbuffer *rb, GLuint count,
2396 // void (*GetValues)(struct gl_context *ctx, struct gl_renderbuffer *rb, GLuint count,
2402 // void (*PutRow)(struct gl_context *ctx, struct gl_renderbuffer *rb, GLuint count,
2410 // void (*PutRowRGB)(struct gl_context *ctx, struct gl_renderbuffer *rb, GLuint count,
2417 // void (*PutMonoRow)(struct gl_context *ct
3075 struct gl_context struct
[all...]

Completed in 58 milliseconds