Home
last modified time | relevance | path

Searched refs:PFNEGLCHOOSECONFIGPROC (Results 1 – 14 of 14) sorted by relevance

/external/angle/src/libEGL/
Degl_loader_autogen.cpp13 PFNEGLCHOOSECONFIGPROC l_EGL_ChooseConfig;
126 l_EGL_ChooseConfig = reinterpret_cast<PFNEGLCHOOSECONFIGPROC>(loadProc("EGL_ChooseConfig")); in LoadEGL_EGL()
Degl_loader_autogen.h126 ANGLE_NO_EXPORT extern PFNEGLCHOOSECONFIGPROC l_EGL_ChooseConfig;
/external/angle/util/
Degl_loader_autogen.cpp13 ANGLE_UTIL_EXPORT PFNEGLCHOOSECONFIGPROC l_eglChooseConfig;
131 l_eglChooseConfig = reinterpret_cast<PFNEGLCHOOSECONFIGPROC>(loadProc("eglChooseConfig")); in LoadEGL()
Degl_loader_autogen.h127 ANGLE_UTIL_EXPORT extern PFNEGLCHOOSECONFIGPROC l_eglChooseConfig;
/external/angle/src/tests/restricted_traces/
Dtrace_egl_loader_autogen.cpp13 ANGLE_TRACE_LOADER_EXPORT PFNEGLCHOOSECONFIGPROC t_eglChooseConfig;
136 t_eglChooseConfig = reinterpret_cast<PFNEGLCHOOSECONFIGPROC>(loadProc("eglChooseConfig")); in LoadEGL()
Dtrace_egl_loader_autogen.h127 ANGLE_TRACE_LOADER_EXPORT extern PFNEGLCHOOSECONFIGPROC t_eglChooseConfig;
/external/angle/src/libANGLE/renderer/gl/egl/
Dfunctionsegl_typedefs.h17 typedef EGLBoolean (*PFNEGLCHOOSECONFIGPROC)(EGLDisplay dpy, typedef
DFunctionsEGL.cpp93 PFNEGLCHOOSECONFIGPROC chooseConfigPtr;
/external/mesa3d/include/EGL/
Degl.h125 typedef EGLBoolean (EGLAPIENTRYP PFNEGLCHOOSECONFIGPROC) (EGLDisplay dpy, const EGLint *attrib_list… typedef
/external/angle/include/EGL/
Degl.h106 typedef EGLBoolean (EGLAPIENTRYP PFNEGLCHOOSECONFIGPROC) (EGLDisplay dpy, const EGLint *attrib_list… typedef
/external/libepoxy/prebuilt-intermediates/src/
Degl_generated_dispatch.c22 PFNEGLCHOOSECONFIGPROC epoxy_eglChooseConfig;
3940 static PFNEGLCHOOSECONFIGPROC
5487 PFNEGLCHOOSECONFIGPROC epoxy_eglChooseConfig = epoxy_eglChooseConfig_global_rewrite_ptr;
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Deglew.h225 typedef EGLBoolean (EGLAPIENTRY * PFNEGLCHOOSECONFIGPROC) (EGLDisplay dpy, const EGLint * attrib_… typedef
2300 EGLEW_FUN_EXPORT PFNEGLCHOOSECONFIGPROC __eglewChooseConfig;
/external/libepoxy/prebuilt-intermediates/include/epoxy/
Degl_generated.h858 typedef EGLBoolean (GLAPIENTRY *PFNEGLCHOOSECONFIGPROC)(EGLDisplay dpy, const EGLint * attrib_list,… typedef
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c17366 PFNEGLCHOOSECONFIGPROC __eglewChooseConfig = NULL;
17672 …r = ((eglChooseConfig = (PFNEGLCHOOSECONFIGPROC)glewGetProcAddress((const GLubyte*)"eglChooseConfi… in _glewInit_EGL_VERSION_1_0()