Searched refs:ChooseConfig (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/src/OpenGL/libEGL/ |
D | main.cpp | 353 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()
|
D | libEGL.cpp | 293 EGLBoolean EGLAPIENTRY ChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, … in ChooseConfig() function
|
/external/angle/src/libGLESv2/ |
D | egl_stubs_autogen.h | 40 EGLBoolean ChooseConfig(Thread *thread,
|
D | entry_points_egl_autogen.cpp | 30 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()
|
D | egl_stubs.cpp | 77 EGLBoolean ChooseConfig(Thread *thread, in ChooseConfig() function
|