HomeSort by relevance Sort by last modified time
    Searched refs:GLES_2_0 (Results 1 - 5 of 5) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLutils.h 24 GLES_2_0 = 2,
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglDisplay.cpp 30 m_manager[GLES_2_0] = new ObjectNameManager(&m_globalNameSpace);
55 delete m_manager[GLES_2_0];
323 ret = (EGLNativeContextType)m_manager[GLES_2_0]->getGlobalContext();
EglImp.cpp 213 if(!g_eglInfo->getIface(GLES_2_0)) {
217 g_eglInfo->setIface(func(&s_eglIface),GLES_2_0);
618 version = GLES_2_0;
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Context.cpp 24 s_glDispatch.dispatchFuncs(GLES_2_0);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 465 } else if (version == GLES_2_0){

Completed in 774 milliseconds