Searched refs:es2GetProcAddress (Results 1 – 4 of 4) sorted by relevance
1537 extern "C" __eglMustCastToProperFunctionPointerType es2GetProcAddress(const char *procname);1741 this->es2GetProcAddress = ::es2GetProcAddress; in LibGLESv2exports()
247 __eglMustCastToProperFunctionPointerType (*es2GetProcAddress)(const char *procname); member in LibGLESv2exports
6269 extern "C" NO_SANITIZE_FUNCTION __eglMustCastToProperFunctionPointerType es2GetProcAddress(const ch… in es2GetProcAddress() function
1614 __eglMustCastToProperFunctionPointerType proc = libGLESv2->es2GetProcAddress(procname); in GetProcAddress()