Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libEGL/
Dmain.cpp353 EGLBoolean EGLAPIENTRY ChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, …
432 return egl::ChooseConfig(dpy, attrib_list, configs, config_size, num_config); in eglChooseConfig()
679 this->eglChooseConfig = egl::ChooseConfig; in LibEGLexports()
DlibEGL.cpp293 EGLBoolean EGLAPIENTRY ChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, … in ChooseConfig() function
/external/angle/src/libGLESv2/
Degl_stubs_autogen.h40 EGLBoolean ChooseConfig(Thread *thread,
Dentry_points_egl_autogen.cpp30 EGL_EVENT(ChooseConfig, in EGL_ChooseConfig()
41 ANGLE_EGL_VALIDATE(thread, ChooseConfig, GetDisplayIfValid(dpyPacked), EGLBoolean, dpyPacked, in EGL_ChooseConfig()
44 return ChooseConfig(thread, dpyPacked, attrib_listPacked, configs, config_size, num_config); in EGL_ChooseConfig()
Degl_stubs.cpp77 EGLBoolean ChooseConfig(Thread *thread, in ChooseConfig() function