Home
last modified time | relevance | path

Searched refs:_eglInitContext (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/egl/main/
Deglcontext.h67 _eglInitContext(_EGLContext *ctx, _EGLDisplay *dpy,
Deglcontext.c356 _eglInitContext(_EGLContext *ctx, _EGLDisplay *dpy, _EGLConfig *conf, in _eglInitContext() function
/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d_api.c161 if (!_eglInitContext(&gctx->base, dpy, conf, attribs)) { in egl_g3d_create_context()
/external/mesa3d/src/egl/drivers/glx/
Degl_glx.c690 if (!_eglInitContext(&GLX_ctx->Base, disp, conf, attrib_list)) { in GLX_eglCreateContext()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c730 if (!_eglInitContext(&dri2_ctx->base, disp, conf, attrib_list)) in dri2_create_context()