HomeSort by relevance Sort by last modified time
    Searched refs:GLX_ctx (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/egl/drivers/glx/
egl_glx.c 681 struct GLX_egl_context *GLX_ctx = CALLOC_STRUCT(GLX_egl_context);
685 if (!GLX_ctx) {
690 if (!_eglInitContext(&GLX_ctx->Base, disp, conf, attrib_list)) {
691 free(GLX_ctx);
696 GLX_ctx->context = GLX_drv->glXCreateNewContext(GLX_dpy->dpy,
703 GLX_ctx->context = GLX_drv->glXCreateContext(GLX_dpy->dpy,
708 if (!GLX_ctx->context) {
709 free(GLX_ctx);
713 return &GLX_ctx->Base;
724 struct GLX_egl_context *GLX_ctx = GLX_egl_context(ctx)
    [all...]
  /external/mesa3d/src/egl/drivers/glx/
egl_glx.c 681 struct GLX_egl_context *GLX_ctx = CALLOC_STRUCT(GLX_egl_context);
685 if (!GLX_ctx) {
690 if (!_eglInitContext(&GLX_ctx->Base, disp, conf, attrib_list)) {
691 free(GLX_ctx);
696 GLX_ctx->context = GLX_drv->glXCreateNewContext(GLX_dpy->dpy,
703 GLX_ctx->context = GLX_drv->glXCreateContext(GLX_dpy->dpy,
708 if (!GLX_ctx->context) {
709 free(GLX_ctx);
713 return &GLX_ctx->Base;
724 struct GLX_egl_context *GLX_ctx = GLX_egl_context(ctx)
    [all...]

Completed in 593 milliseconds