Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLutils.h39 GLES_3_1 = 4, enumerator
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLDispatch.cpp219 if (version >= GLES_3_1) { in dispatchFuncs()
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglImp.cpp388 if(!g_eglInfo->getIface(GLES_3_1)) { in eglInitialize()
392 g_eglInfo->setIface(func(&s_eglIface),GLES_3_1); in eglInitialize()
397 initGLESx(GLES_3_1); in eglInitialize()
990 glesVersion = GLES_3_1; in eglCreateOrLoadContext()
1782 glesVersion = GLES_3_1; in eglSetMaxGLESVersion()
DEglDisplay.cpp35 m_manager[GLES_3_1] = m_manager[GLES_2_0]; in EglDisplay()