HomeSort by relevance Sort by last modified time
    Searched full:currctx (Results 1 - 1 of 1) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 798 ContextPtr currCtx = thread->eglContext;
799 if(currCtx.Ptr()) {
800 if(!currCtx->read().Ptr() || !currCtx->draw().Ptr() || currCtx->draw()->type()!=EglSurface::WINDOW) {
803 EglOS::swapInterval(dpy->nativeType(),currCtx->draw()->native(),interval);
869 ContextPtr currCtx = thread->eglContext;
871 if(currCtx.Ptr()) {
872 SurfacePtr read = currCtx->read();
873 SurfacePtr draw = currCtx->draw()
    [all...]

Completed in 56 milliseconds