Home
last modified time | relevance | path

Searched refs:es2GetProcAddress (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.cpp1537 extern "C" __eglMustCastToProperFunctionPointerType es2GetProcAddress(const char *procname);
1741 this->es2GetProcAddress = ::es2GetProcAddress; in LibGLESv2exports()
DlibGLESv2.hpp247 __eglMustCastToProperFunctionPointerType (*es2GetProcAddress)(const char *procname); member in LibGLESv2exports
DlibGLESv2.cpp6304 extern "C" NO_SANITIZE_FUNCTION __eglMustCastToProperFunctionPointerType es2GetProcAddress(const ch… in es2GetProcAddress() function
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.cpp1542 __eglMustCastToProperFunctionPointerType proc = libGLESv2->es2GetProcAddress(procname); in GetProcAddress()