HomeSort by relevance Sort by last modified time
    Searched refs:__translatorMustCastToProperFunctionPointerType (Results 1 - 5 of 5) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/EGL/
ClientAPIExts.h 25 __translatorMustCastToProperFunctionPointerType getProcAddress(const char *fname);
ClientAPIExts.cpp 130 { #fname, (__translatorMustCastToProperFunctionPointerType)_egl_ ## fname},
136 __translatorMustCastToProperFunctionPointerType proc;
149 __translatorMustCastToProperFunctionPointerType getProcAddress(const char *fname)
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
TranslatorIfaces.h 27 typedef void (*__translatorMustCastToProperFunctionPointerType)(void);
31 __translatorMustCastToProperFunctionPointerType address;
89 __translatorMustCastToProperFunctionPointerType (*getProcAddress)(const char*);
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 46 static __translatorMustCastToProperFunctionPointerType getProcAddress(const char* procName);
52 typedef std::map<std::string, __translatorMustCastToProperFunctionPointerType> ProcTableMap;
93 static __translatorMustCastToProperFunctionPointerType getProcAddress(const char* procName) {
103 (*s_glesExtensions)["glEGLImageTargetTexture2DOES"] = (__translatorMustCastToProperFunctionPointerType)glEGLImageTargetTexture2DOES;
104 (*s_glesExtensions)["glEGLImageTargetRenderbufferStorageOES"]=(__translatorMustCastToProperFunctionPointerType)glEGLImageTargetRenderbufferStorageOES;
105 (*s_glesExtensions)["glBlendEquationSeparateOES"] = (__translatorMustCastToProperFunctionPointerType)glBlendEquationSeparateOES;
106 (*s_glesExtensions)["glBlendFuncSeparateOES"] = (__translatorMustCastToProperFunctionPointerType)glBlendFuncSeparateOES;
107 (*s_glesExtensions)["glBlendEquationOES"] = (__translatorMustCastToProperFunctionPointerType)glBlendEquationOES;
110 (*s_glesExtensions)["glCurrentPaletteMatrixOES"] = (__translatorMustCastToProperFunctionPointerType)glCurrentPaletteMatrixOES;
111 (*s_glesExtensions)["glLoadPaletteFromModelViewMatrixOES"]=(__translatorMustCastToProperFunctionPointerType)glLoadPaletteFromModelViewMatrixOES
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp 43 static __translatorMustCastToProperFunctionPointerType getProcAddress(const char* procName);
49 typedef std::map<std::string, __translatorMustCastToProperFunctionPointerType> ProcTableMap;
90 static __translatorMustCastToProperFunctionPointerType getProcAddress(const char* procName) {
100 (*s_glesExtensions)["glEGLImageTargetTexture2DOES"] = (__translatorMustCastToProperFunctionPointerType)glEGLImageTargetTexture2DOES;
101 (*s_glesExtensions)["glEGLImageTargetRenderbufferStorageOES"]=(__translatorMustCastToProperFunctionPointerType)glEGLImageTargetRenderbufferStorageOES;
103 __translatorMustCastToProperFunctionPointerType ret=NULL;
    [all...]

Completed in 125 milliseconds