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.c56 static __eglMustCastToProperFunctionPointerType FetchVendorFunc(__EGLvendorInfo *vendor, in FetchVendorFunc()
59 __eglMustCastToProperFunctionPointerType func = NULL; in FetchVendorFunc()
81 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByCurrent(int index) in __eglDispatchFetchByCurrent()
93 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByDisplay(EGLDisplay dpy, int index) in __eglDispatchFetchByDisplay()
102 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByDevice(EGLDeviceEXT dev, int index) in __eglDispatchFetchByDevice()
Degldriver.h92 extern __eglMustCastToProperFunctionPointerType
Degldriver.c106 __eglMustCastToProperFunctionPointerType
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.cpp1443 __eglMustCastToProperFunctionPointerType GetProcAddress(const char *procname) in GetProcAddress()
1450 __eglMustCastToProperFunctionPointerType address; in GetProcAddress()
1465 #define FUNCTION(name) {#name, (__eglMustCastToProperFunctionPointerType)name} in GetProcAddress()
1536 return success((__eglMustCastToProperFunctionPointerType)result->address); in GetProcAddress()
1542 __eglMustCastToProperFunctionPointerType proc = libGLESv2->es2GetProcAddress(procname); in GetProcAddress()
1548 __eglMustCastToProperFunctionPointerType proc = libGLES_CM->es1GetProcAddress(procname); in GetProcAddress()
1552 return success((__eglMustCastToProperFunctionPointerType)NULL); in GetProcAddress()
DlibEGL.hpp63 __eglMustCastToProperFunctionPointerType (*eglGetProcAddress)(const char*);
Dmain.cpp385 __eglMustCastToProperFunctionPointerType GetProcAddress(const char *procname);
655 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress(const char *procname) in eglGetProcAddress()
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Degl.h320 typedef void (*__eglMustCastToProperFunctionPointerType)(void); typedef
323 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY
/external/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp29 typedef void (*__eglMustCastToProperFunctionPointerType)(void); typedef
67 typedef __eglMustCastToProperFunctionPointerType (*GetProcAddressProc)(const char* procname);
/external/mesa3d/include/EGL/
Degl.h61 typedef void (*__eglMustCastToProperFunctionPointerType)(void); typedef
135 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress (const char *procname…
/external/swiftshader/include/EGL/
Degl.h61 typedef void (*__eglMustCastToProperFunctionPointerType)(void); typedef
135 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress (const char *procname…
/external/skqp/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp29 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 …
DeglwFunctionTypes.inl40 typedef EGLW_APICALL __eglMustCastToProperFunctionPointerType (EGLW_APIENTRY* eglGetProcAddressFunc…
DeglwApi.inl99 __eglMustCastToProperFunctionPointerType eglwGetProcAddress (const char *procname);
DeglwFuncPtrLibraryImpl.inl177 __eglMustCastToProperFunctionPointerType FuncPtrLibrary::getProcAddress (const char *procname) const
/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/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.hpp223 __eglMustCastToProperFunctionPointerType (*es1GetProcAddress)(const char *procname);
DlibGLES_CM.cpp4699 extern "C" __eglMustCastToProperFunctionPointerType es1GetProcAddress(const char *procname) in es1GetProcAddress()
4704 __eglMustCastToProperFunctionPointerType address; in es1GetProcAddress()
4719 #define FUNCTION(name) {#name, (__eglMustCastToProperFunctionPointerType)name} in es1GetProcAddress()
4909 return (__eglMustCastToProperFunctionPointerType)result->address; in es1GetProcAddress()
/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.hpp247 __eglMustCastToProperFunctionPointerType (*es2GetProcAddress)(const char *procname);
DlibGLESv2.cpp6304 extern "C" NO_SANITIZE_FUNCTION __eglMustCastToProperFunctionPointerType es2GetProcAddress(const ch… in es2GetProcAddress()
6309 __eglMustCastToProperFunctionPointerType address; in es2GetProcAddress()
6314 #define FUNCTION(name) {"gl" #name, (__eglMustCastToProperFunctionPointerType)gl::name} in es2GetProcAddress()
6639 return (__eglMustCastToProperFunctionPointerType)result->address; in es2GetProcAddress()

12