Home
last modified time | relevance | path

Searched refs:PFNEGLQUERYAPIPROC (Results 1 – 13 of 13) sorted by relevance

/external/angle/src/libEGL/
Degl_loader_autogen.cpp42 PFNEGLQUERYAPIPROC l_EGL_QueryAPI;
156 l_EGL_QueryAPI = reinterpret_cast<PFNEGLQUERYAPIPROC>(loadProc("EGL_QueryAPI")); in LoadEGL_EGL()
Degl_loader_autogen.h146 ANGLE_NO_EXPORT extern PFNEGLQUERYAPIPROC l_EGL_QueryAPI;
/external/angle/src/tests/restricted_traces/
Dtrace_egl_loader_autogen.cpp42 ANGLE_TRACE_LOADER_EXPORT PFNEGLQUERYAPIPROC t_eglQueryAPI;
163 t_eglQueryAPI = reinterpret_cast<PFNEGLQUERYAPIPROC>(loadProc("eglQueryAPI")); in LoadEGL()
Dtrace_egl_loader_autogen.h147 ANGLE_TRACE_LOADER_EXPORT extern PFNEGLQUERYAPIPROC t_eglQueryAPI;
/external/angle/util/
Degl_loader_autogen.cpp42 ANGLE_UTIL_EXPORT PFNEGLQUERYAPIPROC l_eglQueryAPI;
158 l_eglQueryAPI = reinterpret_cast<PFNEGLQUERYAPIPROC>(loadProc("eglQueryAPI")); in LoadEGL()
Degl_loader_autogen.h147 ANGLE_UTIL_EXPORT extern PFNEGLQUERYAPIPROC l_eglQueryAPI;
/external/angle/src/libANGLE/renderer/gl/egl/
Dfunctionsegl_typedefs.h85 typedef EGLenum (*PFNEGLQUERYAPIPROC)(void); typedef
/external/angle/include/EGL/
Degl.h220 typedef EGLenum (EGLAPIENTRYP PFNEGLQUERYAPIPROC) (void); typedef
/external/mesa3d/include/EGL/
Degl.h239 typedef EGLenum (EGLAPIENTRYP PFNEGLQUERYAPIPROC) (void); typedef
/external/libepoxy/prebuilt-intermediates/src/
Degl_generated_dispatch.c106 PFNEGLQUERYAPIPROC epoxy_eglQueryAPI;
4576 static PFNEGLQUERYAPIPROC
5655 PFNEGLQUERYAPIPROC epoxy_eglQueryAPI = epoxy_eglQueryAPI_global_rewrite_ptr;
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Deglew.h346 typedef EGLenum (EGLAPIENTRY * PFNEGLQUERYAPIPROC) ( void ); typedef
2331 EGLEW_FUN_EXPORT PFNEGLQUERYAPIPROC __eglewQueryAPI;
/external/libepoxy/prebuilt-intermediates/include/epoxy/
Degl_generated.h942 typedef EGLenum (GLAPIENTRY *PFNEGLQUERYAPIPROC)(void); typedef
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c17397 PFNEGLQUERYAPIPROC __eglewQueryAPI = NULL;
17725 …r = ((eglQueryAPI = (PFNEGLQUERYAPIPROC)glewGetProcAddress((const GLubyte*)"eglQueryAPI")) == NULL… in _glewInit_EGL_VERSION_1_2()