Home
last modified time | relevance | path

Searched refs:fixedFunctionFlags (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/ops/
DGrMeshDrawOp.h50 FixedFunctionFlags fixedFunctionFlags() const override { in fixedFunctionFlags() function
DGrDrawOp.h73 virtual FixedFunctionFlags fixedFunctionFlags() const = 0;
DGrDrawPathOp.h28 FixedFunctionFlags fixedFunctionFlags() const override { in fixedFunctionFlags() function
/external/skia/src/gpu/instanced/
DInstancedRendering.h138 FixedFunctionFlags fixedFunctionFlags() const override { in fixedFunctionFlags() function
/external/skia/src/gpu/
DGrRenderTargetContext.cpp1669 GrDrawOp::FixedFunctionFlags fixedFunctionFlags = op->fixedFunctionFlags(); in addDrawOp() local
1670 if (!clip.apply(fContext, this, fixedFunctionFlags & GrDrawOp::FixedFunctionFlags::kUsesHWAA, in addDrawOp()
1671 fixedFunctionFlags & GrDrawOp::FixedFunctionFlags::kUsesStencil, &appliedClip, in addDrawOp()
1682 if (fixedFunctionFlags & GrDrawOp::FixedFunctionFlags::kUsesStencil || in addDrawOp()