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

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglContext.cpp 57 g_eglInfo->getIface(version())->deleteGLESContext(m_glesContext);
EglImp.cpp 654 iface->deleteGLESContext(glesCtx);
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
TranslatorIfaces.h 85 void (*deleteGLESContext)(GLEScontext*);
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 43 static void deleteGLESContext(GLEScontext* ctx);
60 deleteGLESContext:deleteGLESContext,
84 static void deleteGLESContext(GLEScontext* ctx) {
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp 40 static void deleteGLESContext(GLEScontext* ctx);
57 deleteGLESContext:deleteGLESContext,
80 static void deleteGLESContext(GLEScontext* ctx) {
    [all...]

Completed in 1574 milliseconds