Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglcontext.h72 _eglInitContext(_EGLContext *ctx, _EGLDisplay *dpy,
Deglcontext.c486 _eglInitContext(_EGLContext *ctx, _EGLDisplay *dpy, _EGLConfig *conf, in _eglInitContext() function
/external/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp253 if (!_eglInitContext(&context->ctx, disp, conf, attrib_list)) in haiku_create_context()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c1094 if (!_eglInitContext(&dri2_ctx->base, disp, conf, attrib_list)) in dri2_create_context()