Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Degldriver.h107 extern __eglMustCastToProperFunctionPointerType
Degldriver.c660 __eglMustCastToProperFunctionPointerType
Deglapi.c860 __eglMustCastToProperFunctionPointerType EGLAPIENTRY
/external/mesa3d/include/EGL/
Degl.h319 typedef void (*__eglMustCastToProperFunctionPointerType)(void); typedef
322 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY
/external/deqp/framework/egl/wrapper/
DeglwTypes.inl63 typedef void (*__eglMustCastToProperFunctionPointerType) (void); typedef
DeglwFuncPtrLibraryDecl.inl40 __eglMustCastToProperFunctionPointerType getProcAddress (const char *procname) const;
DeglwLibrary.inl40 virtual __eglMustCastToProperFunctionPointerType getProcAddress (const char *procname) const …
DeglwApi.inl97 __eglMustCastToProperFunctionPointerType eglwGetProcAddress (const char *procname);
DeglwFunctionTypes.inl40 typedef EGLW_APICALL __eglMustCastToProperFunctionPointerType (EGLW_APIENTRY* eglGetProcAddressFunc…
DeglwFuncPtrLibraryImpl.inl177 __eglMustCastToProperFunctionPointerType FuncPtrLibrary::getProcAddress (const char *procname) const
/external/deqp/framework/egl/
DegluCallLogWrapperApi.inl32 eglw::__eglMustCastToProperFunctionPointerType eglGetProcAddress (const char *procname);
DegluCallLogWrapper.inl276 eglw::__eglMustCastToProperFunctionPointerType CallLogWrapper::eglGetProcAddress (const char *procn…
280 eglw::__eglMustCastToProperFunctionPointerType returnValue = m_egl.getProcAddress(procname);