Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrXferProcessor.cpp93 SkASSERT(caps.textureBarrierSupport()); in xferBarrierType()
DGrDrawTarget.cpp138 if (this->caps()->textureBarrierSupport()) { in setupDstReadIfNecessary()
/external/skia/include/gpu/
DGrCaps.h146 bool textureBarrierSupport() const { return fTextureBarrierSupport; } in textureBarrierSupport() function
/external/skia/src/gpu/gl/
DGrGLGpu.cpp3854 SkASSERT(this->caps()->textureBarrierSupport()); in xferBarrier()