Home
last modified time | relevance | path

Searched refs:__eglMustCastToProperFunctionPointerType (Results 1 - 25 of 25) sorted by relevance

/third_party/mesa3d/src/egl/main/
H A Degldispatchstubs.h37 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 Degldispatchstubs.c79 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 Deglapi.c2731 __eglMustCastToProperFunctionPointerType EGLAPIENTRY
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dproc_table_egl.h19 using ProcEntry = std::pair<const char *, __eglMustCastToProperFunctionPointerType>;
H A Dentry_points_egl_autogen.h57 ANGLE_EXPORT __eglMustCastToProperFunctionPointerType EGLAPIENTRY
H A Degl_stubs_autogen.h123 __eglMustCastToProperFunctionPointerType GetProcAddress(Thread *thread, const char *procname);
H A Dentry_points_egl_autogen.cpp284 __eglMustCastToProperFunctionPointerType EGLAPIENTRY EGL_GetProcAddress(const char *procname) in EGL_GetProcAddress()
291 ANGLE_EGL_VALIDATE(thread, GetProcAddress, nullptr, __eglMustCastToProperFunctionPointerType, in EGL_GetProcAddress()
H A Dproc_table_egl_autogen.cpp25 #define P(FUNC) reinterpret_cast<__eglMustCastToProperFunctionPointerType>(FUNC)
H A Degl_stubs.cpp416 __eglMustCastToProperFunctionPointerType GetProcAddress(Thread *thread, const char *procname) in GetProcAddress()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DlibEGL.cpp1515 __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 DlibEGL.hpp63 __eglMustCastToProperFunctionPointerType (EGLAPIENTRY* eglGetProcAddress)(const char*);
H A Dmain.cpp395 __eglMustCastToProperFunctionPointerType EGLAPIENTRY GetProcAddress(const char *procname);
665 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress(const char *procname) in eglGetProcAddress()
/third_party/EGL/api/EGL/
H A Degl.h46 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 Degl.h46 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 Degl.h46 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 Dfunctionsegl_typedefs.h54 typedef __eglMustCastToProperFunctionPointerType (*PFNEGLGETPROCADDRESSPROC)(const char *procname);
/third_party/skia/third_party/externals/swiftshader/include/EGL/
H A Degl.h61 typedef void (*__eglMustCastToProperFunctionPointerType)(void); typedef
135 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress (const char *procname);
/third_party/skia/tools/gpu/gl/command_buffer/
H A DGLTestContext_command_buffer.cpp28 typedef void (*__eglMustCastToProperFunctionPointerType)(void); typedef
67 typedef __eglMustCastToProperFunctionPointerType (*GetProcAddressProc)(const char* procname);
/third_party/skia/third_party/externals/egl-registry/api/EGL/
H A Degl.h61 typedef void (*__eglMustCastToProperFunctionPointerType)(void); typedef
135 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress (const char *procname);
/third_party/vk-gl-cts/framework/platform/ohos/display/
H A DtcuOhosNativeDisplay.hpp88 eglw::__eglMustCastToProperFunctionPointerType getProcAddress(const char *procname) const;
H A DtcuOhosNativeDisplay.cpp243 eglw::__eglMustCastToProperFunctionPointerType OhosLibrary::getProcAddress(const char *procname) const in getProcAddress()
/third_party/skia/third_party/externals/angle2/src/libEGL/
H A DlibEGL_autogen.cpp172 __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress(const char *procname) in eglGetProcAddress()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv2.hpp247 __eglMustCastToProperFunctionPointerType (*es2GetProcAddress)(const char *procname);
H A DlibGLESv2.cpp6264 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 Dentry_points.cpp1537 extern "C" __eglMustCastToProperFunctionPointerType es2GetProcAddress(const char *procname);

Completed in 57 milliseconds