Searched refs:addGrSurface (Results 1 – 4 of 4) sorted by relevance
711 this->currentCommandBuffer()->addGrSurface(sk_ref_sp<const GrSurface>(src->colorAttachment())); in resolveImage()712 this->currentCommandBuffer()->addGrSurface(sk_ref_sp<const GrSurface>(dst)); in resolveImage()1733 cmdBuffer->addGrSurface(texture); in onUpdateCompressedBackendTexture()2160 this->currentCommandBuffer()->addGrSurface(sk_ref_sp<const GrSurface>(src)); in copySurfaceAsCopyImage()2161 this->currentCommandBuffer()->addGrSurface(sk_ref_sp<const GrSurface>(dst)); in copySurfaceAsCopyImage()2226 this->currentCommandBuffer()->addGrSurface(sk_ref_sp<const GrSurface>(src)); in copySurfaceAsBlit()2227 this->currentCommandBuffer()->addGrSurface(sk_ref_sp<const GrSurface>(dst)); in copySurfaceAsBlit()
158 commandBuffer->addGrSurface(sk_ref_sp<const GrSurface>(texture)); in setAndBindTextures()
136 void addGrSurface(sk_sp<const GrSurface> surface) { in addGrSurface() function
494 this->addGrSurface(sk_ref_sp(target)); in beginRenderPass()