Searched refs:GetConfigAttrib (Results 1 – 7 of 7) sorted by relevance
/external/skqp/tools/gpu/gl/command_buffer/ |
D | GLTestContext_command_buffer.cpp | 59 typedef EGLBoolean (*GetConfigAttrib)(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint* v… typedef 73 static GetConfigAttrib gfGetConfigAttrib = nullptr; 102 … gfGetConfigAttrib = (GetConfigAttrib)GetProcedureAddress(gLibrary, "eglGetConfigAttrib"); in load_command_buffer_functions()
|
/external/skia/tools/gpu/gl/command_buffer/ |
D | GLTestContext_command_buffer.cpp | 59 typedef EGLBoolean (*GetConfigAttrib)(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint* v… typedef 73 static GetConfigAttrib gfGetConfigAttrib = nullptr; 102 … gfGetConfigAttrib = (GetConfigAttrib)GetProcedureAddress(gLibrary, "eglGetConfigAttrib"); in load_command_buffer_functions()
|
/external/mesa3d/src/egl/main/ |
D | eglfallbacks.c | 58 drv->API.GetConfigAttrib = _eglGetConfigAttrib; in _eglInitDriverFallbacks()
|
D | eglapi.h | 65 EGLBoolean (*GetConfigAttrib)(_EGLDriver *drv, _EGLDisplay *dpy, member
|
D | eglapi.c | 739 ret = drv->API.GetConfigAttrib(drv, disp, conf, attribute, value); in eglGetConfigAttrib()
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | main.cpp | 344 EGLBoolean GetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value); 427 return egl::GetConfigAttrib(dpy, config, attribute, value); in eglGetConfigAttrib() 670 this->eglGetConfigAttrib = egl::GetConfigAttrib; in LibEGLexports()
|
D | libEGL.cpp | 313 EGLBoolean GetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) in GetConfigAttrib() function
|