/external/mesa3d/src/egl/main/ |
D | egldispatchstubs.h | 10 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);
|
D | egldispatchstubs.c | 56 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()
|
D | egldriver.h | 92 extern __eglMustCastToProperFunctionPointerType
|
D | egldriver.c | 106 __eglMustCastToProperFunctionPointerType
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | libEGL.cpp | 1443 __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()
|
D | libEGL.hpp | 63 __eglMustCastToProperFunctionPointerType (*eglGetProcAddress)(const char*);
|
D | main.cpp | 385 __eglMustCastToProperFunctionPointerType GetProcAddress(const char *procname); 655 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress(const char *procname) in eglGetProcAddress()
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/ |
D | egl.h | 320 typedef void (*__eglMustCastToProperFunctionPointerType)(void); typedef 323 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY
|
/external/skia/tools/gpu/gl/command_buffer/ |
D | GLTestContext_command_buffer.cpp | 29 typedef void (*__eglMustCastToProperFunctionPointerType)(void); typedef 67 typedef __eglMustCastToProperFunctionPointerType (*GetProcAddressProc)(const char* procname);
|
/external/mesa3d/include/EGL/ |
D | egl.h | 61 typedef void (*__eglMustCastToProperFunctionPointerType)(void); typedef 135 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress (const char *procname…
|
/external/swiftshader/include/EGL/ |
D | egl.h | 61 typedef void (*__eglMustCastToProperFunctionPointerType)(void); typedef 135 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress (const char *procname…
|
/external/skqp/tools/gpu/gl/command_buffer/ |
D | GLTestContext_command_buffer.cpp | 29 typedef void (*__eglMustCastToProperFunctionPointerType)(void); typedef 67 typedef __eglMustCastToProperFunctionPointerType (*GetProcAddressProc)(const char* procname);
|
/external/deqp/framework/egl/wrapper/ |
D | eglwTypes.inl | 63 typedef void (*__eglMustCastToProperFunctionPointerType) (void); typedef
|
D | eglwImpl.inl | 215 __eglMustCastToProperFunctionPointerType eglwGetProcAddress (const char *procname) 219 return (__eglMustCastToProperFunctionPointerType)0;
|
D | eglwFuncPtrLibraryDecl.inl | 40 __eglMustCastToProperFunctionPointerType getProcAddress (const char *procname) const;
|
D | eglwLibrary.inl | 40 virtual __eglMustCastToProperFunctionPointerType getProcAddress (const char *procname) const …
|
D | eglwFunctionTypes.inl | 40 typedef EGLW_APICALL __eglMustCastToProperFunctionPointerType (EGLW_APIENTRY* eglGetProcAddressFunc…
|
D | eglwApi.inl | 99 __eglMustCastToProperFunctionPointerType eglwGetProcAddress (const char *procname);
|
D | eglwFuncPtrLibraryImpl.inl | 177 __eglMustCastToProperFunctionPointerType FuncPtrLibrary::getProcAddress (const char *procname) const
|
/external/deqp/framework/egl/ |
D | egluCallLogWrapperApi.inl | 40 eglw::__eglMustCastToProperFunctionPointerType eglGetProcAddress (const char *procname);
|
D | egluCallLogWrapper.inl | 356 eglw::__eglMustCastToProperFunctionPointerType CallLogWrapper::eglGetProcAddress (const char *procn… 360 eglw::__eglMustCastToProperFunctionPointerType returnValue = m_egl.getProcAddress(procname);
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.hpp | 223 __eglMustCastToProperFunctionPointerType (*es1GetProcAddress)(const char *procname);
|
D | libGLES_CM.cpp | 4699 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/ |
D | libGLESv2.hpp | 247 __eglMustCastToProperFunctionPointerType (*es2GetProcAddress)(const char *procname);
|
D | libGLESv2.cpp | 6304 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()
|