Home
last modified time | relevance | path

Searched defs:getProcAddress (Results 1 – 8 of 8) sorted by relevance

/sdk/emulator/opengl/system/OpenglSystemCommon/
DEGLClientIface.h28 void* (*getProcAddress)(const char *funcName); member
/sdk/emulator/opengl/system/GLESv1/
Dgl.cpp98 void * getProcAddress(const char * procname) in getProcAddress() function
/sdk/emulator/opengl/system/GLESv2/
Dgl2.cpp95 void * getProcAddress(const char * procname) in getProcAddress() function
/sdk/emulator/opengl/host/libs/Translator/EGL/
DClientAPIExts.cpp149 __translatorMustCastToProperFunctionPointerType getProcAddress(const char *fname) in getProcAddress() function
/sdk/emulator/opengl/system/egl/
DClientAPIExts.cpp147 void* getProcAddress(const char *fname) in getProcAddress() function
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DTranslatorIfaces.h89 __translatorMustCastToProperFunctionPointerType (*getProcAddress)(const char*); member
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp90 static __translatorMustCastToProperFunctionPointerType getProcAddress(const char* procName) { in getProcAddress() function
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmImp.cpp93 static __translatorMustCastToProperFunctionPointerType getProcAddress(const char* procName) { in getProcAddress() function