HomeSort by relevance Sort by last modified time
    Searched refs:xferBarrierType (Results 1 - 10 of 10) 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())) {
GrPipeline.cpp 100 GrXferBarrierType GrPipeline::xferBarrierType(const GrCaps& caps) const {
105 return this->getXferProcessor().xferBarrierType(caps);
GrPipeline.h 142 if (a.xferBarrierType(caps)) {
238 GrXferBarrierType xferBarrierType(const GrCaps& caps) const;
GrXferProcessor.h 126 virtual GrXferBarrierType xferBarrierType(const GrCaps& caps) const {
  /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/ops/
GrSimpleMeshDrawOpHelper.cpp 53 (fProcessors->xferProcessor() && fProcessors->xferProcessor()->xferBarrierType(caps))) {
GrAtlasTextOp.cpp 74 !(fProcessors.xferProcessor() && fProcessors.xferProcessor()->xferBarrierType(caps));
GrDashOp.cpp 304 fProcessorSet.xferProcessor()->xferBarrierType(caps));
    [all...]
  /external/skia/src/gpu/instanced/
InstancedOp.cpp 245 if (GrXferBarrierType barrierType = pipeline.xferBarrierType(*state->gpu()->caps())) {
  /external/skia/src/gpu/gl/
GrGLGpu.cpp     [all...]

Completed in 823 milliseconds