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

  /external/skia/src/gpu/
GrPathRendering.cpp 120 if (GrXferBarrierType barrierType = pipeline.xferBarrierType(*fGpu->caps())) {
137 if (GrXferBarrierType barrierType = pipeline.xferBarrierType(*fGpu->caps())) {
GrXferProcessor.h 26 enum GrXferBarrierType {
126 virtual GrXferBarrierType xferBarrierType(const GrCaps& caps) const {
GrPipeline.cpp 100 GrXferBarrierType GrPipeline::xferBarrierType(const GrCaps& caps) const {
GrPipeline.h 238 GrXferBarrierType xferBarrierType(const GrCaps& caps) const;
GrGpu.h 537 virtual void xferBarrier(GrRenderTarget*, GrXferBarrierType) = 0;
  /external/skia/src/gpu/mock/
GrMockGpu.h 67 void xferBarrier(GrRenderTarget*, GrXferBarrierType) override {}
  /external/skia/src/gpu/mtl/
GrMtlGpu.h 68 void xferBarrier(GrRenderTarget*, GrXferBarrierType) override {}
  /external/skia/src/gpu/effects/
GrCustomXfermode.cpp 99 GrXferBarrierType xferBarrierType(const GrCaps&) const override;
189 GrXferBarrierType CustomXP::xferBarrierType(const GrCaps& caps) const {
  /external/skia/src/gpu/vk/
GrVkGpu.h 83 void xferBarrier(GrRenderTarget*, GrXferBarrierType) override {}
  /external/skia/src/gpu/gl/
GrGLGpu.h 185 void xferBarrier(GrRenderTarget*, GrXferBarrierType) override;
GrGLGpu.cpp     [all...]
  /external/skia/src/gpu/instanced/
InstancedOp.cpp 245 if (GrXferBarrierType barrierType = pipeline.xferBarrierType(*state->gpu()->caps())) {

Completed in 485 milliseconds