Home
last modified time | relevance | path

Searched refs:__translatorMustCastToProperFunctionPointerType (Results 1 – 5 of 5) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DTranslatorIfaces.h27 typedef void (*__translatorMustCastToProperFunctionPointerType)(void); typedef
31 __translatorMustCastToProperFunctionPointerType address;
89 __translatorMustCastToProperFunctionPointerType (*getProcAddress)(const char*);
/sdk/emulator/opengl/host/libs/Translator/EGL/
DClientAPIExts.cpp130 { #fname, (__translatorMustCastToProperFunctionPointerType)_egl_ ## fname},
136 __translatorMustCastToProperFunctionPointerType proc;
149 __translatorMustCastToProperFunctionPointerType getProcAddress(const char *fname) in getProcAddress()
DClientAPIExts.h25 __translatorMustCastToProperFunctionPointerType getProcAddress(const char *fname);
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmImp.cpp46 static __translatorMustCastToProperFunctionPointerType getProcAddress(const char* procName);
52 typedef std::map<std::string, __translatorMustCastToProperFunctionPointerType> ProcTableMap;
93 static __translatorMustCastToProperFunctionPointerType getProcAddress(const char* procName) { in getProcAddress()
103 …s_glesExtensions)["glEGLImageTargetTexture2DOES"] = (__translatorMustCastToProperFunctionPointerTy… in getProcAddress()
104 …tensions)["glEGLImageTargetRenderbufferStorageOES"]=(__translatorMustCastToProperFunctionPointerTy… in getProcAddress()
105 …(*s_glesExtensions)["glBlendEquationSeparateOES"] = (__translatorMustCastToProperFunctionPointerTy… in getProcAddress()
106 …(*s_glesExtensions)["glBlendFuncSeparateOES"] = (__translatorMustCastToProperFunctionPointerType)g… in getProcAddress()
107 …(*s_glesExtensions)["glBlendEquationOES"] = (__translatorMustCastToProperFunctionPointerType)glBle… in getProcAddress()
110 …(*s_glesExtensions)["glCurrentPaletteMatrixOES"] = (__translatorMustCastToProperFunctionPointerTyp… in getProcAddress()
111 …sExtensions)["glLoadPaletteFromModelViewMatrixOES"]=(__translatorMustCastToProperFunctionPointerTy… in getProcAddress()
[all …]
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp43 static __translatorMustCastToProperFunctionPointerType getProcAddress(const char* procName);
49 typedef std::map<std::string, __translatorMustCastToProperFunctionPointerType> ProcTableMap;
90 static __translatorMustCastToProperFunctionPointerType getProcAddress(const char* procName) { in getProcAddress()
100 …s_glesExtensions)["glEGLImageTargetTexture2DOES"] = (__translatorMustCastToProperFunctionPointerTy… in getProcAddress()
101 …tensions)["glEGLImageTargetRenderbufferStorageOES"]=(__translatorMustCastToProperFunctionPointerTy… in getProcAddress()
103 __translatorMustCastToProperFunctionPointerType ret=NULL; in getProcAddress()