Searched refs:eglCreateOrLoadContext (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglImp.cpp | 904 static EGLContext eglCreateOrLoadContext(EGLDisplay display, EGLConfig config, in eglCreateOrLoadContext() function 1039 return eglCreateOrLoadContext(display, config, share_context, attrib_list, nullptr); in eglCreateContext() 1044 return eglCreateOrLoadContext(display, (EGLConfig)0, (EGLContext)0, attrib_list, stream); in eglLoadContext() 1688 …return eglCreateOrLoadContext(display, (EGLConfig)0, EGL_NO_CONTEXT, attrib_list, (android::base::… in eglLoadContext()
|