Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DTranslatorIfaces.h38 typedef void (*__translatorMustCastToProperFunctionPointerType)(void); typedef
42 __translatorMustCastToProperFunctionPointerType address;
105 __translatorMustCastToProperFunctionPointerType (*getProcAddress)(const char*);
/hardware/google/gfxstream/host/gl/glestranslator/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);
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp73 static __translatorMustCastToProperFunctionPointerType getProcAddressGles1(const char* procName);
78 typedef std::unordered_map<std::string, __translatorMustCastToProperFunctionPointerType> ProcTableM…
252 static __translatorMustCastToProperFunctionPointerType getProcAddressGles1(const char* procName) { in getProcAddressGles1()
263 …s_glesExtensions)["glEGLImageTargetTexture2DOES"] = (__translatorMustCastToProperFunctionPointerTy… in getProcAddressGles1()
264 …tensions)["glEGLImageTargetRenderbufferStorageOES"]=(__translatorMustCastToProperFunctionPointerTy… in getProcAddressGles1()
265 …(*s_glesExtensions)["glBlendEquationSeparateOES"] = (__translatorMustCastToProperFunctionPointerTy… in getProcAddressGles1()
266 …(*s_glesExtensions)["glBlendFuncSeparateOES"] = (__translatorMustCastToProperFunctionPointerType)G… in getProcAddressGles1()
267 …(*s_glesExtensions)["glBlendEquationOES"] = (__translatorMustCastToProperFunctionPointerType)GLES1… in getProcAddressGles1()
270 …(*s_glesExtensions)["glCurrentPaletteMatrixOES"] = (__translatorMustCastToProperFunctionPointerTyp… in getProcAddressGles1()
271 …sExtensions)["glLoadPaletteFromModelViewMatrixOES"]=(__translatorMustCastToProperFunctionPointerTy… in getProcAddressGles1()
[all …]
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp84 static __translatorMustCastToProperFunctionPointerType getProcAddressGles2(const char* procName);
110 typedef std::unordered_map<std::string, __translatorMustCastToProperFunctionPointerType> ProcTableM…
292 static __translatorMustCastToProperFunctionPointerType getProcAddressGles2(const char* procName) { in getProcAddressGles2()
302 …_gles2Extensions)["glEGLImageTargetTexture2DOES"] = (__translatorMustCastToProperFunctionPointerTy… in getProcAddressGles2()
303 …tensions)["glEGLImageTargetRenderbufferStorageOES"]=(__translatorMustCastToProperFunctionPointerTy… in getProcAddressGles2()
304 …2Extensions)["glVertexAttribPointerWithDataSize"] = (__translatorMustCastToProperFunctionPointerTy… in getProcAddressGles2()
305 …Extensions)["glVertexAttribIPointerWithDataSize"] = (__translatorMustCastToProperFunctionPointerTy… in getProcAddressGles2()
306 …s_gles2Extensions)["glTestHostDriverPerformance"] = (__translatorMustCastToProperFunctionPointerTy… in getProcAddressGles2()
307 …(*s_gles2Extensions)["glDrawArraysNullAEMU"] = (__translatorMustCastToProperFunctionPointerType)GL… in getProcAddressGles2()
308 …(*s_gles2Extensions)["glDrawElementsNullAEMU"] = (__translatorMustCastToProperFunctionPointerType)… in getProcAddressGles2()
[all …]