Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLutils.h38 GLES_3_0 = 3, enumerator
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLDispatch.cpp211 if (version >= GLES_3_0) { in dispatchFuncs()
DSaveableTexture.cpp349 if (glesVersion >= GLES_3_0) { in setupFbo()
799 if (dispatcher.getGLESVersion() >= GLES_3_0) { in onSave()
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglImp.cpp377 if(!g_eglInfo->getIface(GLES_3_0)) { in eglInitialize()
381 g_eglInfo->setIface(func(&s_eglIface),GLES_3_0); in eglInitialize()
386 initGLESx(GLES_3_0); in eglInitialize()
987 glesVersion = GLES_3_0; in eglCreateOrLoadContext()
1778 glesVersion = GLES_3_0; in eglSetMaxGLESVersion()
DEglDisplay.cpp34 m_manager[GLES_3_0] = m_manager[GLES_2_0]; in EglDisplay()