OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gl_ctx
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
wmesadef.h
13
struct gl_context
gl_ctx
; /* The core GL/Mesa context */
member in struct:wmesa_context
wmesa.c
1086
ctx = &c->
gl_ctx
;
1120
struct gl_context *ctx = &pwc->
gl_ctx
;
1194
struct gl_config *visual = &c->
gl_ctx
.Visual;
[
all
...]
/external/mesa3d/src/mesa/drivers/windows/gdi/
wmesadef.h
13
struct gl_context
gl_ctx
; /* The core GL/Mesa context */
member in struct:wmesa_context
wmesa.c
1086
ctx = &c->
gl_ctx
;
1120
struct gl_context *ctx = &pwc->
gl_ctx
;
1194
struct gl_config *visual = &c->
gl_ctx
.Visual;
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_atarigl_c.h
84
#define
gl_ctx
(this->gl_data->ctx)
macro
SDL_atarigl.c
105
if (
gl_ctx
) {
107
this->gl_data->OSMesaDestroyContext(
gl_ctx
);
109
gl_ctx
= NULL;
339
if (!(this->gl_data->OSMesaMakeCurrent(
gl_ctx
, surface->pixels, type, surface->w, surface->h))) {
483
if (
gl_ctx
&&
493
gl_ctx
= this->gl_data->OSMesaCreateContextExt(
497
if (
gl_ctx
) {
510
return (
gl_ctx
!= NULL);
Completed in 82 milliseconds