Searched refs:fPipelineFlags (Results 1 – 4 of 4) sorted by relevance
17 , fPipelineFlags(0) in GrSimpleMeshDrawOpHelper()24 fPipelineFlags |= GrPipeline::kHWAntialias_Flag; in GrSimpleMeshDrawOpHelper()27 fPipelineFlags |= GrPipeline::kSnapVerticesToPixelCenters_Flag; in GrSimpleMeshDrawOpHelper()58 bool result = fPipelineFlags == that.fPipelineFlags && (fAAType == that.fAAType || in isCompatible()120 result.append(GrPipeline::DumpFlags(fPipelineFlags)); in dumpInfo()
128 uint32_t pipelineFlags() const { return fPipelineFlags; } in pipelineFlags()138 unsigned fPipelineFlags : 8; variable
20 , fPipelineFlags((GrPipeline::InputFlags)inputFlags) in GrSimpleMeshDrawOpHelper()27 fPipelineFlags |= GrPipeline::InputFlags::kHWAntialias; in GrSimpleMeshDrawOpHelper()63 bool result = fPipelineFlags == that.fPipelineFlags && in isCompatible()269 dump_pipeline_flags(fPipelineFlags, &result); in dumpInfo()
176 GrPipeline::InputFlags pipelineFlags() const { return fPipelineFlags; } in pipelineFlags()185 GrPipeline::InputFlags fPipelineFlags; variable