Searched defs:glx_context (Results 1 - 5 of 5) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11gl_c.h35 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/
H A Dgpu_video_decode_accelerator.cc282 gfx::GLContextGLX* glx_context = local
285 static_cast<GLXContext>(glx_context->GetHandle());
287 glx_context->display(), glx_context_handle, this,
H A Dvaapi_video_decode_accelerator.cc243 Display* x_display, GLXContext glx_context,
247 glx_context_(glx_context),
242 VaapiVideoDecodeAccelerator( Display* x_display, GLXContext glx_context, Client* client, const base::Callback<bool(void)>& make_context_current) argument
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxclient.h70 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 *ct
233 struct glx_context struct
[all...]
/external/mesa3d/src/glx/
H A Dglxclient.h70 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 *ct
233 struct glx_context struct
[all...]

Completed in 181 milliseconds