Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglImp.cpp366 if(!g_eglInfo->getIface(GLES_2_0)) { in eglInitialize()
370 g_eglInfo->setIface(func(&s_eglIface),GLES_2_0); in eglInitialize()
375 initGLESx(GLES_2_0); in eglInitialize()
982 glesVersion = GLES_2_0; in eglCreateOrLoadContext()
1379 const GLESiface* iface = g_eglInfo->getIface(GLES_2_0); in getEGLImage()
1384 const GLESiface* iface = g_eglInfo->getIface(GLES_2_0); in getEGLImage()
1472 const GLESiface* iface = g_eglInfo->getIface(GLES_2_0); in eglDestroyImageKHR()
1497 const GLESiface* iface = g_eglInfo->getIface(GLES_2_0); in eglCreateSyncKHR()
1508 const GLESiface* iface = g_eglInfo->getIface(GLES_2_0); in eglClientWaitSyncKHR()
1535 const GLESiface* iface = g_eglInfo->getIface(GLES_2_0); in eglDestroySyncKHR()
[all …]
DEglGlobalInfo.cpp166 m_gles_ifaces[GLES_2_0]->deleteRbo(surfacePtr->glRboColor); in sweepDestroySurfaces()
167 m_gles_ifaces[GLES_2_0]->deleteRbo(surfacePtr->glRboDepth); in sweepDestroySurfaces()
DEglDisplay.cpp33 m_manager[GLES_2_0] = new ObjectNameManager(&m_globalNameSpace); in EglDisplay()
34 m_manager[GLES_3_0] = m_manager[GLES_2_0]; in EglDisplay()
35 m_manager[GLES_3_1] = m_manager[GLES_2_0]; in EglDisplay()
44 delete m_manager[GLES_2_0]; in ~EglDisplay()
574 ret = (EglOS::Context*)m_manager[GLES_2_0]->getGlobalContext(); in getGlobalSharedContext()
686 EglGlobalInfo::getInstance()->getIface(GLES_2_0)); in onLoadAllImages()
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLutils.h37 GLES_2_0 = 2, enumerator
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.cpp35 static GLESVersion s_maxGlesVersion = GLES_2_0;
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DSaveableTexture.cpp338 GLESVersion glesVersion = GLES_2_0;