Searched refs:_eglInitContext (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/egl/main/ |
D | eglcontext.h | 72 _eglInitContext(_EGLContext *ctx, _EGLDisplay *dpy,
|
D | eglcontext.c | 486 _eglInitContext(_EGLContext *ctx, _EGLDisplay *dpy, _EGLConfig *conf, in _eglInitContext() function
|
/external/mesa3d/src/egl/drivers/haiku/ |
D | egl_haiku.cpp | 253 if (!_eglInitContext(&context->ctx, disp, conf, attrib_list)) in haiku_create_context()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 1094 if (!_eglInitContext(&dri2_ctx->base, disp, conf, attrib_list)) in dri2_create_context()
|