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

  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLutils.h 23 GLES_1_1 = 1,
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglDisplay.cpp 29 m_manager[GLES_1_1] = new ObjectNameManager(&m_globalNameSpace);
54 delete m_manager[GLES_1_1];
321 (EGLNativeContextType)m_manager[GLES_1_1]->getGlobalContext();
EglImp.cpp 204 if(!g_eglInfo->getIface(GLES_1_1)) {
207 g_eglInfo->setIface(func(&s_eglIface),GLES_1_1);
611 GLESVersion version = GLES_1_1;
620 version = GLES_1_1;
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.cpp 28 s_glDispatch.dispatchFuncs(GLES_1_1);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 391 if(version == GLES_1_1){

Completed in 95 milliseconds