Searched refs:_eglInitContext (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/egl/main/ |
H A D | eglcontext.h | 70 _eglInitContext(_EGLContext *ctx, _EGLDisplay *disp,
|
H A D | eglcontext.c | 591 _eglInitContext(_EGLContext *ctx, _EGLDisplay *disp, _EGLConfig *conf, in _eglInitContext() function
|
/third_party/mesa3d/src/egl/drivers/haiku/ |
H A D | egl_haiku.cpp | 252 if (!_eglInitContext(&context->ctx, disp, conf, attrib_list)) in haiku_create_context()
|
/third_party/mesa3d/src/egl/drivers/wgl/ |
H A D | egl_wgl.c | 363 if (!_eglInitContext(&wgl_ctx->base, disp, conf, attrib_list)) in wgl_create_context()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | egl_dri2.c | 1510 if (!_eglInitContext(&dri2_ctx->base, disp, conf, attrib_list)) in dri2_create_context()
|
Completed in 8 milliseconds