Searched refs:PFNEGLQUERYSURFACEPROC (Results 1 - 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libEGL/ |
H A D | egl_loader_autogen.cpp | 32 PFNEGLQUERYSURFACEPROC l_EGL_QuerySurface; 149 l_EGL_QuerySurface = reinterpret_cast<PFNEGLQUERYSURFACEPROC>(loadProc("EGL_QuerySurface")); in LoadEGL_EGL()
|
H A D | egl_loader_autogen.h | 140 ANGLE_NO_EXPORT extern PFNEGLQUERYSURFACEPROC l_EGL_QuerySurface;
|
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
H A D | trace_egl_loader_autogen.cpp | 32 ANGLE_TRACE_LOADER_EXPORT PFNEGLQUERYSURFACEPROC t_eglQuerySurface; 156 t_eglQuerySurface = reinterpret_cast<PFNEGLQUERYSURFACEPROC>(loadProc("eglQuerySurface")); in LoadEGL()
|
H A D | trace_egl_loader_autogen.h | 141 ANGLE_TRACE_LOADER_EXPORT extern PFNEGLQUERYSURFACEPROC t_eglQuerySurface;
|
/third_party/skia/third_party/externals/angle2/util/ |
H A D | egl_loader_autogen.cpp | 32 ANGLE_UTIL_EXPORT PFNEGLQUERYSURFACEPROC l_eglQuerySurface; 151 l_eglQuerySurface = reinterpret_cast<PFNEGLQUERYSURFACEPROC>(loadProc("eglQuerySurface")); in LoadEGL()
|
H A D | egl_loader_autogen.h | 141 ANGLE_UTIL_EXPORT extern PFNEGLQUERYSURFACEPROC l_eglQuerySurface;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
H A D | functionsegl_typedefs.h | 65 typedef EGLBoolean (*PFNEGLQUERYSURFACEPROC)(EGLDisplay dpy, typedef
|
H A D | FunctionsEGL.cpp | 107 PFNEGLQUERYSURFACEPROC querySurfacePtr;
|
/third_party/EGL/api/EGL/ |
H A D | egl.h | 125 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYSURFACEPROC) (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value); typedef
|
/third_party/mesa3d/include/EGL/ |
H A D | egl.h | 125 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYSURFACEPROC) (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value); typedef
|
/third_party/skia/third_party/externals/angle2/include/EGL/ |
H A D | egl.h | 125 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYSURFACEPROC) (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value); typedef
|
Completed in 10 milliseconds