Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp79 ProcTableMap *s_glesExtensions = NULL; variable
258 if (!s_glesExtensions) in getProcAddressGles1()
259 s_glesExtensions = new ProcTableMap(); in getProcAddressGles1()
261 s_glesExtensions->clear(); in getProcAddressGles1()
263 …(*s_glesExtensions)["glEGLImageTargetTexture2DOES"] = (__translatorMustCastToProperFunctionPointer… in getProcAddressGles1()
264 …(*s_glesExtensions)["glEGLImageTargetRenderbufferStorageOES"]=(__translatorMustCastToProperFunctio… 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()
[all …]