Home
last modified time | relevance | path

Searched refs:getProcAddress (Results 1 – 6 of 6) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
DClientAPIExts.h25 __translatorMustCastToProperFunctionPointerType getProcAddress(const char *fname);
DClientAPIExts.cpp70 (FUNC_TYPE(fname))iface->getProcAddress(#fname); in initClientFuncs()
149 __translatorMustCastToProperFunctionPointerType getProcAddress(const char *fname) in getProcAddress() function
DEglImp.cpp953 retVal = ClientAPIExts::getProcAddress(procname); in eglGetProcAddress()
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DTranslatorIfaces.h89 __translatorMustCastToProperFunctionPointerType (*getProcAddress)(const char*); member
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp43 static __translatorMustCastToProperFunctionPointerType getProcAddress(const char* procName);
61 getProcAddress :getProcAddress
90 static __translatorMustCastToProperFunctionPointerType getProcAddress(const char* procName) { in getProcAddress() function
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmImp.cpp46 static __translatorMustCastToProperFunctionPointerType getProcAddress(const char* procName);
64 getProcAddress :getProcAddress
93 static __translatorMustCastToProperFunctionPointerType getProcAddress(const char* procName) { in getProcAddress() function