Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrCaps.h52 bool textureBarrierSupport() const { return fTextureBarrierSupport; } in textureBarrierSupport() function
DGrCaps.cpp445 if (this->textureBarrierSupport() && (!drawUsesMSAA || this->msaaResolvesAutomatically())) { in getDstSampleFlagsForProxy()
/third_party/skia/src/gpu/vk/
DGrVkRenderPass.cpp93 gpu->caps()->textureBarrierSupport()); in Create()
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp3589 SkASSERT(this->caps()->textureBarrierSupport()); in xferBarrier()