Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLGpu.cpp1608 this->unbindSurfaceFBOForPixelOps(tex.get(), i, GR_GL_FRAMEBUFFER); in onCreateTexture()
2416 this->unbindSurfaceFBOForPixelOps(surface, 0, GR_GL_FRAMEBUFFER); in readOrTransferPixelsFrom()
3184 void GrGLGpu::unbindSurfaceFBOForPixelOps(GrSurface* surface, int mipLevel, GrGLenum fboTarget) { in unbindSurfaceFBOForPixelOps() function in GrGLGpu
3685 this->unbindSurfaceFBOForPixelOps(dst, 0, GR_GL_FRAMEBUFFER); in copySurfaceAsDraw()
3705 this->unbindSurfaceFBOForPixelOps(src, 0, GR_GL_FRAMEBUFFER); in copySurfaceAsCopyTexSubImage()
3740 this->unbindSurfaceFBOForPixelOps(dst, 0, GR_GL_DRAW_FRAMEBUFFER); in copySurfaceAsBlitFramebuffer()
3741 this->unbindSurfaceFBOForPixelOps(src, 0, GR_GL_READ_FRAMEBUFFER); in copySurfaceAsBlitFramebuffer()
H A DGrGLGpu.h598 void unbindSurfaceFBOForPixelOps(GrSurface* surface, int mipLevel, GrGLenum fboTarget);