Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrCaps.h57 bool textureBarrierSupport() const { return fTextureBarrierSupport; } in textureBarrierSupport() function
DGrRenderTargetContext.cpp2002 if (this->caps()->textureBarrierSupport()) { in setupDstProxy()
/external/skia/src/gpu/
DGrCaps.h52 bool textureBarrierSupport() const { return fTextureBarrierSupport; } in textureBarrierSupport() function
DGrCaps.cpp431 if (this->textureBarrierSupport() && !rt->requiresManualMSAAResolve()) { in getDstSampleTypeForProxy()
/external/skia/src/gpu/vk/
DGrVkRenderPass.cpp93 gpu->caps()->textureBarrierSupport()); in Create()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp3558 SkASSERT(this->caps()->textureBarrierSupport()); in xferBarrier()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp3908 SkASSERT(this->caps()->textureBarrierSupport()); in xferBarrier()