HomeSort by relevance Sort by last modified time
    Searched refs:xferBarrierType (Results 1 - 6 of 6) sorted by null

  /external/skia/src/gpu/
GrPipeline.h 111 if (a.xferBarrierType(caps)) {
194 GrXferBarrierType xferBarrierType(const GrCaps& caps) const {
195 return this->getXferProcessor().xferBarrierType(fRenderTarget.get(), caps);
GrPathRendering.h 165 if (GrXferBarrierType barrierType = pipeline.xferBarrierType(*fGpu->caps())) {
181 if (GrXferBarrierType barrierType = pipeline.xferBarrierType(*fGpu->caps())) {
GrXferProcessor.cpp 71 GrXferBarrierType GrXferProcessor::xferBarrierType(const GrRenderTarget* rt,
GrXferProcessor.h 140 GrXferBarrierType xferBarrierType(const GrRenderTarget* rt, const GrCaps& caps) const;
  /external/skia/src/gpu/instanced/
InstancedRendering.cpp 500 if (GrXferBarrierType barrierType = pipeline.xferBarrierType(*state->gpu()->caps())) {
  /external/skia/src/gpu/gl/
GrGLGpu.cpp     [all...]

Completed in 369 milliseconds