Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLGpu.cpp3843 GrGLIRect dstVP; in copySurfaceAsDraw() local
3844 this->bindSurfaceFBOForPixelOps(dst, GR_GL_FRAMEBUFFER, &dstVP, kDst_TempFBOTarget); in copySurfaceAsDraw()
3845 this->flushViewport(dstVP); in copySurfaceAsDraw()
3962 GrGLIRect dstVP; in copySurfaceAsBlitFramebuffer() local
3964 this->bindSurfaceFBOForPixelOps(dst, GR_GL_DRAW_FRAMEBUFFER, &dstVP, kDst_TempFBOTarget); in copySurfaceAsBlitFramebuffer()
3976 dstGLRect.setRelativeTo(dstVP, in copySurfaceAsBlitFramebuffer()