/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11gl_c.h | 35 GLXContext glx_context; /* Current GL context */ member in struct:SDL_PrivateGLData 83 #define glx_context (this->gl_data->glx_context) macro
|
/external/chromium_org/content/common/gpu/media/ |
gpu_video_decode_accelerator.cc | 282 gfx::GLContextGLX* glx_context = local 285 static_cast<GLXContext>(glx_context->GetHandle()); 287 glx_context->display(), glx_context_handle, this,
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
glxclient.h | 70 struct glx_context; 76 extern void DRI_glXUseXFont(struct glx_context *ctx, 105 struct glx_context *(*createContext)(struct glx_screen *psc, 107 struct glx_context *shareList, 214 void (*destroy)(struct glx_context *ctx); 215 int (*bind)(struct glx_context *context, struct glx_context *old, 217 void (*unbind)(struct glx_context *context, struct glx_context *new_ctx); 218 void (*wait_gl)(struct glx_context *ctx) 233 struct glx_context struct [all...] |
/external/mesa3d/src/glx/ |
glxclient.h | 70 struct glx_context; 76 extern void DRI_glXUseXFont(struct glx_context *ctx, 105 struct glx_context *(*createContext)(struct glx_screen *psc, 107 struct glx_context *shareList, 214 void (*destroy)(struct glx_context *ctx); 215 int (*bind)(struct glx_context *context, struct glx_context *old, 217 void (*unbind)(struct glx_context *context, struct glx_context *new_ctx); 218 void (*wait_gl)(struct glx_context *ctx) 233 struct glx_context struct [all...] |