Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkGpu.cpp711 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()
DGrVkPipelineState.cpp158 commandBuffer->addGrSurface(sk_ref_sp<const GrSurface>(texture)); in setAndBindTextures()
DGrVkCommandBuffer.h136 void addGrSurface(sk_sp<const GrSurface> surface) { in addGrSurface() function
DGrVkCommandBuffer.cpp494 this->addGrSurface(sk_ref_sp(target)); in beginRenderPass()