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

  /sdk/emulator/opengl/host/libs/Translator/EGL/
ThreadInfo.h 29 GLEScontext* glesCtx,
EglContext.cpp 30 EglConfig* config,GLEScontext* glesCtx,GLESVersion ver,ObjectNameManager* mngr):
34 m_glesContext(glesCtx),
ThreadInfo.cpp 60 GLEScontext* glesCtx,
66 glesContext = glesCtx;
EglContext.h 41 EglContext(EglDisplay *dpy, EGLNativeContextType context,ContextPtr shared_context,EglConfig* config,GLEScontext* glesCtx,GLESVersion ver,ObjectNameManager* mngr);
EglImp.cpp 633 GLEScontext* glesCtx = NULL;
635 glesCtx = iface->createGLESContext();
652 ContextPtr ctx(new EglContext(dpy, nativeContext,sharedCtxPtr,cfg,glesCtx,version,dpy->getManager(version)));
655 iface->deleteGLESContext(glesCtx);
    [all...]

Completed in 126 milliseconds