Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrCaps.h57 bool textureBarrierSupport() const { return fTextureBarrierSupport; } in textureBarrierSupport() function
DGrRenderTargetContext.cpp2112 if (this->caps()->textureBarrierSupport()) { in setupDstProxy()
/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/gl/
DGrGLGpu.cpp3951 SkASSERT(this->caps()->textureBarrierSupport()); in xferBarrier()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp3908 SkASSERT(this->caps()->textureBarrierSupport()); in xferBarrier()