/third_party/mesa3d/src/egl/main/ |
H A D | egldispatchstubs.h | 37 extern const __eglMustCastToProperFunctionPointerType __EGL_DISPATCH_FUNCS[]; 49 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByDisplay(EGLDisplay dpy, int index); 50 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByDevice(EGLDeviceEXT dpy, int index); 51 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByCurrent(int index);
|
H A D | egldispatchstubs.c | 79 static __eglMustCastToProperFunctionPointerType FetchVendorFunc(__EGLvendorInfo *vendor, in FetchVendorFunc() 82 __eglMustCastToProperFunctionPointerType func = NULL; in FetchVendorFunc() 109 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByCurrent(int index) in __eglDispatchFetchByCurrent() 121 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByDisplay(EGLDisplay dpy, int index) in __eglDispatchFetchByDisplay() 130 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByDevice(EGLDeviceEXT dev, int index) in __eglDispatchFetchByDevice()
|
H A D | eglapi.c | 2731 __eglMustCastToProperFunctionPointerType EGLAPIENTRY
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | proc_table_egl.h | 19 using ProcEntry = std::pair<const char *, __eglMustCastToProperFunctionPointerType>;
|
H A D | entry_points_egl_autogen.h | 57 ANGLE_EXPORT __eglMustCastToProperFunctionPointerType EGLAPIENTRY
|
H A D | egl_stubs_autogen.h | 123 __eglMustCastToProperFunctionPointerType GetProcAddress(Thread *thread, const char *procname);
|
H A D | entry_points_egl_autogen.cpp | 284 __eglMustCastToProperFunctionPointerType EGLAPIENTRY EGL_GetProcAddress(const char *procname) in EGL_GetProcAddress() 291 ANGLE_EGL_VALIDATE(thread, GetProcAddress, nullptr, __eglMustCastToProperFunctionPointerType, in EGL_GetProcAddress()
|
H A D | proc_table_egl_autogen.cpp | 25 #define P(FUNC) reinterpret_cast<__eglMustCastToProperFunctionPointerType>(FUNC)
|
H A D | egl_stubs.cpp | 416 __eglMustCastToProperFunctionPointerType GetProcAddress(Thread *thread, const char *procname) in GetProcAddress()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | libEGL.cpp | 1515 __eglMustCastToProperFunctionPointerType EGLAPIENTRY GetProcAddress(const char *procname) in GetProcAddress() 1522 __eglMustCastToProperFunctionPointerType address; in GetProcAddress() 1537 #define FUNCTION(name) {#name, (__eglMustCastToProperFunctionPointerType)name} in GetProcAddress() 1608 return success((__eglMustCastToProperFunctionPointerType)result->address); in GetProcAddress() 1614 __eglMustCastToProperFunctionPointerType proc = libGLESv2->es2GetProcAddress(procname); in GetProcAddress() 1618 return success((__eglMustCastToProperFunctionPointerType)NULL); in GetProcAddress()
|
H A D | libEGL.hpp | 63 __eglMustCastToProperFunctionPointerType (EGLAPIENTRY* eglGetProcAddress)(const char*);
|
H A D | main.cpp | 395 __eglMustCastToProperFunctionPointerType EGLAPIENTRY GetProcAddress(const char *procname); 665 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress(const char *procname) in eglGetProcAddress()
|
/third_party/EGL/api/EGL/ |
H A D | egl.h | 46 typedef void (*__eglMustCastToProperFunctionPointerType)(void); typedef 120 typedef __eglMustCastToProperFunctionPointerType (EGLAPIENTRYP PFNEGLGETPROCADDRESSPROC) (const char *procname); 145 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress (const char *procname);
|
/third_party/mesa3d/include/EGL/ |
H A D | egl.h | 46 typedef void (*__eglMustCastToProperFunctionPointerType)(void); typedef 120 typedef __eglMustCastToProperFunctionPointerType (EGLAPIENTRYP PFNEGLGETPROCADDRESSPROC) (const char *procname); 145 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress (const char *procname);
|
/third_party/skia/third_party/externals/angle2/include/EGL/ |
H A D | egl.h | 46 typedef void (*__eglMustCastToProperFunctionPointerType)(void); typedef 120 typedef __eglMustCastToProperFunctionPointerType (EGLAPIENTRYP PFNEGLGETPROCADDRESSPROC) (const char *procname); 145 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress (const char *procname);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
H A D | functionsegl_typedefs.h | 54 typedef __eglMustCastToProperFunctionPointerType (*PFNEGLGETPROCADDRESSPROC)(const char *procname);
|
/third_party/skia/third_party/externals/swiftshader/include/EGL/ |
H A D | egl.h | 61 typedef void (*__eglMustCastToProperFunctionPointerType)(void); typedef 135 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress (const char *procname);
|
/third_party/skia/tools/gpu/gl/command_buffer/ |
H A D | GLTestContext_command_buffer.cpp | 28 typedef void (*__eglMustCastToProperFunctionPointerType)(void); typedef 67 typedef __eglMustCastToProperFunctionPointerType (*GetProcAddressProc)(const char* procname);
|
/third_party/skia/third_party/externals/egl-registry/api/EGL/ |
H A D | egl.h | 61 typedef void (*__eglMustCastToProperFunctionPointerType)(void); typedef 135 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress (const char *procname);
|
/third_party/vk-gl-cts/framework/platform/ohos/display/ |
H A D | tcuOhosNativeDisplay.hpp | 88 eglw::__eglMustCastToProperFunctionPointerType getProcAddress(const char *procname) const;
|
H A D | tcuOhosNativeDisplay.cpp | 243 eglw::__eglMustCastToProperFunctionPointerType OhosLibrary::getProcAddress(const char *procname) const in getProcAddress()
|
/third_party/skia/third_party/externals/angle2/src/libEGL/ |
H A D | libEGL_autogen.cpp | 172 __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress(const char *procname) in eglGetProcAddress()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | libGLESv2.hpp | 247 __eglMustCastToProperFunctionPointerType (*es2GetProcAddress)(const char *procname);
|
H A D | libGLESv2.cpp | 6264 extern "C" NO_SANITIZE_FUNCTION __eglMustCastToProperFunctionPointerType es2GetProcAddress(const char *procname) in es2GetProcAddress() 6269 __eglMustCastToProperFunctionPointerType address; in es2GetProcAddress() 6274 #define FUNCTION(name) {"gl" #name, (__eglMustCastToProperFunctionPointerType)gl::name} in es2GetProcAddress() 6599 return (__eglMustCastToProperFunctionPointerType)result->address; in es2GetProcAddress()
|
H A D | entry_points.cpp | 1537 extern "C" __eglMustCastToProperFunctionPointerType es2GetProcAddress(const char *procname);
|