HomeSort by relevance Sort by last modified time
    Searched defs:glx_context (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/common/gpu/media/
gpu_video_decode_accelerator.cc 283 gfx::GLContextGLX* glx_context = local
286 glx_context->display(), make_context_current_));
  /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...]

Completed in 112 milliseconds