Home
last modified time | relevance | path

Searched refs:dstVP (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLGpu.cpp3671 GrGLIRect dstVP; in copySurfaceAsDraw() local
3672 this->bindSurfaceFBOForCopy(dst, GR_GL_FRAMEBUFFER, &dstVP, kDst_TempFBOTarget); in copySurfaceAsDraw()
3673 this->flushViewport(dstVP); in copySurfaceAsDraw()
3794 GrGLIRect dstVP; in copySurfaceAsBlitFramebuffer() local
3796 this->bindSurfaceFBOForCopy(dst, GR_GL_DRAW_FRAMEBUFFER, &dstVP, kDst_TempFBOTarget); in copySurfaceAsBlitFramebuffer()
3808 dstGLRect.setRelativeTo(dstVP, in copySurfaceAsBlitFramebuffer()