Home
last modified time | relevance | path

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

12

/external/mesa3d/src/egl/main/
Degldispatchstubs.h10 extern const __eglMustCastToProperFunctionPointerType __EGL_DISPATCH_FUNCS[];
22 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByDisplay(EGLDisplay dpy, int index);
23 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByDevice(EGLDeviceEXT dpy, int index);
24 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByCurrent(int index);
Degldispatchstubs.c52 static __eglMustCastToProperFunctionPointerType FetchVendorFunc(__EGLvendorInfo *vendor, in FetchVendorFunc()
55 __eglMustCastToProperFunctionPointerType func = NULL; in FetchVendorFunc()
82 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByCurrent(int index) in __eglDispatchFetchByCurrent()
94 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByDisplay(EGLDisplay dpy, int index) in __eglDispatchFetchByDisplay()
103 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByDevice(EGLDeviceEXT dev, int index) in __eglDispatchFetchByDevice()
/external/angle/src/libGLESv2/
Dproc_table_egl.h19 using ProcEntry = std::pair<const char *, __eglMustCastToProperFunctionPointerType>;
Dentry_points_egl_autogen.h57 ANGLE_EXPORT __eglMustCastToProperFunctionPointerType EGLAPIENTRY
Degl_stubs_autogen.h123 __eglMustCastToProperFunctionPointerType GetProcAddress(Thread *thread, const char *procname);
Dentry_points_egl_autogen.cpp301 __eglMustCastToProperFunctionPointerType EGLAPIENTRY EGL_GetProcAddress(const char *procname) in EGL_GetProcAddress()
309 ANGLE_EGL_VALIDATE(thread, GetProcAddress, nullptr, __eglMustCastToProperFunctionPointerType, in EGL_GetProcAddress()
Degl_stubs.cpp416 __eglMustCastToProperFunctionPointerType GetProcAddress(Thread *thread, const char *procname) in GetProcAddress()
/external/mesa3d/include/EGL/
Degl.h65 typedef void (*__eglMustCastToProperFunctionPointerType)(void); typedef
139 typedef __eglMustCastToProperFunctionPointerType (EGLAPIENTRYP PFNEGLGETPROCADDRESSPROC) (const cha…
164 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress (const char *procname…
/external/angle/include/EGL/
Degl.h46 typedef void (*__eglMustCastToProperFunctionPointerType)(void); typedef
120 typedef __eglMustCastToProperFunctionPointerType (EGLAPIENTRYP PFNEGLGETPROCADDRESSPROC) (const cha…
145 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress (const char *procname…
/external/ComputeLibrary/include/linux/EGL/
Degl.h61 typedef void (*__eglMustCastToProperFunctionPointerType)(void); typedef
135 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress (const char *procname…
/external/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp28 typedef void (*__eglMustCastToProperFunctionPointerType)(void); typedef
67 typedef __eglMustCastToProperFunctionPointerType (*GetProcAddressProc)(const char* procname);
/external/deqp/framework/egl/wrapper/
DeglwTypes.inl63 typedef void (*__eglMustCastToProperFunctionPointerType) (void); typedef
DeglwImpl.inl215 __eglMustCastToProperFunctionPointerType eglwGetProcAddress (const char *procname)
219 return (__eglMustCastToProperFunctionPointerType)0;
DeglwFuncPtrLibraryDecl.inl40 __eglMustCastToProperFunctionPointerType getProcAddress (const char *procname) const;
DeglwLibrary.inl40 virtual __eglMustCastToProperFunctionPointerType getProcAddress (const char *procname) const …
DeglwApi.inl99 __eglMustCastToProperFunctionPointerType eglwGetProcAddress (const char *procname);
DeglwFunctionTypes.inl40 typedef EGLW_APICALL __eglMustCastToProperFunctionPointerType (EGLW_APIENTRY* eglGetProcAddressFunc…
DeglwFuncPtrLibraryImpl.inl177 __eglMustCastToProperFunctionPointerType FuncPtrLibrary::getProcAddress (const char *procname) const
/external/angle/src/libANGLE/renderer/gl/egl/
Dfunctionsegl_typedefs.h54 typedef __eglMustCastToProperFunctionPointerType (*PFNEGLGETPROCADDRESSPROC)(const char *procname);
/external/ComputeLibrary/src/core/GLES_COMPUTE/
DOpenGLES.cpp31 using eglGetProcAddress_func = __eglMustCastToProperFunctionPointerType EGLAPIENTRY (*)(con…
165 __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress(const char *procname) in eglGetProcAddress()
/external/deqp/framework/egl/
DegluCallLogWrapperApi.inl40 eglw::__eglMustCastToProperFunctionPointerType eglGetProcAddress (const char *procname);
DegluCallLogWrapper.inl356 eglw::__eglMustCastToProperFunctionPointerType CallLogWrapper::eglGetProcAddress (const char *procn…
360 eglw::__eglMustCastToProperFunctionPointerType returnValue = m_egl.getProcAddress(procname);
/external/libepoxy/prebuilt-intermediates/include/epoxy/
Degl_generated.h40 typedef void (*__eglMustCastToProperFunctionPointerType)(void); typedef
927 typedef __eglMustCastToProperFunctionPointerType (GLAPIENTRY *PFNEGLGETPROCADDRESSPROC)(const char …
1144 EPOXY_PUBLIC __eglMustCastToProperFunctionPointerType (EPOXY_CALLSPEC *epoxy_eglGetProcAddress)(con…
/external/angle/src/libEGL/
DlibEGL_autogen.cpp168 __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress(const char *procname) in eglGetProcAddress()
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Deglew.h118 typedef void (*__eglMustCastToProperFunctionPointerType)(void); typedef
163 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress (const char *procname…

12