Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.cpp35 static GLESVersion s_maxGlesVersion = GLES_2_0; variable
59 s_maxGlesVersion = version; in setMaxGlesVersion()
63 s_glDispatch.dispatchFuncs(s_maxGlesVersion, iface->eglGetGlLibrary(), iface->getProcAddress); in initGlobal()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmContext.cpp36 static GLESVersion s_maxGlesVersion = GLES_1_1; variable
39 s_maxGlesVersion = version; in setMaxGlesVersion()
77 …s_glDispatch.dispatchFuncs(s_maxGlesVersion, eglIface->eglGetGlLibrary(), eglIface->getProcAddress… in initGlobal()