Home
last modified time | relevance | path

Searched refs:PFNEGLGETPROCADDRESSPROC (Results 1 – 25 of 26) sorted by relevance

12

/third_party/flutter/glfw/src/
Degl_context.h134 typedef GLFWglproc (EGLAPIENTRY * PFNEGLGETPROCADDRESSPROC)(const char*); typedef
197 PFNEGLGETPROCADDRESSPROC GetProcAddress;
Degl_context.c348 _glfw.egl.GetProcAddress = (PFNEGLGETPROCADDRESSPROC) in _glfwInitEGL()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
DFunctionsEGLDL.h27 PFNEGLGETPROCADDRESSPROC mGetProcAddressPtr;
DFunctionsEGLDL.cpp53 reinterpret_cast<PFNEGLGETPROCADDRESSPROC>(dlsym(nativeEGLHandle, "eglGetProcAddress")); in initialize()
Dfunctionsegl_typedefs.h54 typedef __eglMustCastToProperFunctionPointerType (*PFNEGLGETPROCADDRESSPROC)(const char *procname); typedef
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
DFunctionsEGLDL.h27 PFNEGLGETPROCADDRESSPROC mGetProcAddressPtr;
DFunctionsEGLDL.cpp53 reinterpret_cast<PFNEGLGETPROCADDRESSPROC>(dlsym(nativeEGLHandle, "eglGetProcAddress")); in initialize()
Dfunctionsegl_typedefs.h54 typedef __eglMustCastToProperFunctionPointerType (*PFNEGLGETPROCADDRESSPROC)(const char *procname); typedef
/third_party/flutter/skia/third_party/externals/angle2/src/libEGL/
Degl_loader_autogen.cpp27 PFNEGLGETPROCADDRESSPROC EGL_GetProcAddress;
130 EGL_GetProcAddress = reinterpret_cast<PFNEGLGETPROCADDRESSPROC>(loadProc("EGL_GetProcAddress")); in LoadEGL_EGL()
Degl_loader_autogen.h32 ANGLE_NO_EXPORT extern PFNEGLGETPROCADDRESSPROC EGL_GetProcAddress;
/third_party/skia/third_party/externals/angle2/src/libEGL/
Degl_loader_autogen.cpp27 PFNEGLGETPROCADDRESSPROC l_EGL_GetProcAddress;
144 reinterpret_cast<PFNEGLGETPROCADDRESSPROC>(loadProc("EGL_GetProcAddress")); in LoadEGL_EGL()
Degl_loader_autogen.h135 ANGLE_NO_EXPORT extern PFNEGLGETPROCADDRESSPROC l_EGL_GetProcAddress;
/third_party/flutter/skia/third_party/externals/angle2/util/
Degl_loader_autogen.cpp27 ANGLE_UTIL_EXPORT PFNEGLGETPROCADDRESSPROC eglGetProcAddress;
134 eglGetProcAddress = reinterpret_cast<PFNEGLGETPROCADDRESSPROC>(loadProc("eglGetProcAddress")); in LoadEGL()
Degl_loader_autogen.h33 ANGLE_UTIL_EXPORT extern PFNEGLGETPROCADDRESSPROC eglGetProcAddress;
DEGLWindow.cpp112 PFNEGLGETPROCADDRESSPROC getProcAddress; in initializeDisplay()
/third_party/skia/third_party/externals/angle2/util/
Degl_loader_autogen.cpp27 ANGLE_UTIL_EXPORT PFNEGLGETPROCADDRESSPROC l_eglGetProcAddress;
146 l_eglGetProcAddress = reinterpret_cast<PFNEGLGETPROCADDRESSPROC>(loadProc("eglGetProcAddress")); in LoadEGL()
Degl_loader_autogen.h136 ANGLE_UTIL_EXPORT extern PFNEGLGETPROCADDRESSPROC l_eglGetProcAddress;
DEGLWindow.cpp143 PFNEGLGETPROCADDRESSPROC getProcAddress; in initializeDisplay()
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
Dtrace_egl_loader_autogen.cpp27 ANGLE_TRACE_LOADER_EXPORT PFNEGLGETPROCADDRESSPROC t_eglGetProcAddress;
151 t_eglGetProcAddress = reinterpret_cast<PFNEGLGETPROCADDRESSPROC>(loadProc("eglGetProcAddress")); in LoadEGL()
Dtrace_egl_loader_autogen.h136 ANGLE_TRACE_LOADER_EXPORT extern PFNEGLGETPROCADDRESSPROC t_eglGetProcAddress;
/third_party/flutter/skia/third_party/externals/angle2/include/EGL/
Degl.h139 typedef __eglMustCastToProperFunctionPointerType (EGLAPIENTRYP PFNEGLGETPROCADDRESSPROC) (const cha… typedef
/third_party/skia/third_party/externals/angle2/include/EGL/
Degl.h120 typedef __eglMustCastToProperFunctionPointerType (EGLAPIENTRYP PFNEGLGETPROCADDRESSPROC) (const cha… typedef
/third_party/EGL/api/EGL/
Degl.h120 typedef __eglMustCastToProperFunctionPointerType (EGLAPIENTRYP PFNEGLGETPROCADDRESSPROC) (const cha… typedef
/third_party/mesa3d/include/EGL/
Degl.h120 typedef __eglMustCastToProperFunctionPointerType (EGLAPIENTRYP PFNEGLGETPROCADDRESSPROC) (const cha… typedef
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/
DANGLETest.cpp505 PFNEGLGETPROCADDRESSPROC getProcAddress; in ANGLETestSetUp()

12