Home
last modified time | relevance | path

Searched refs:deviceQuadType (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/src/gpu/ops/
DGrQuadPerEdgeAA.h39 VertexSpec(GrQuad::Type deviceQuadType, ColorType colorType, GrQuad::Type localQuadType, in VertexSpec()
41 : fDeviceQuadType(static_cast<unsigned>(deviceQuadType)) in VertexSpec()
49 deviceQuadType > GrQuad::Type::kRectilinear) { } in VertexSpec()
51 GrQuad::Type deviceQuadType() const { return static_cast<GrQuad::Type>(fDeviceQuadType); } in deviceQuadType() function
DGrQuadPerEdgeAA.cpp674 If(spec.deviceQuadType() == GrQuad::Type::kPerspective, quad.fW[i]), in write_quad()
745 SkASSERT(deviceQuad.quadType() <= spec.deviceQuadType()); in Tessellate()
773 if (spec.deviceQuadType() == GrQuad::Type::kPerspective) { in Tessellate()
783 aaFlags, spec.deviceQuadType() <= GrQuad::Type::kRectilinear, &inner, &outer, in Tessellate()
842 return this->deviceQuadType() == GrQuad::Type::kPerspective ? 3 : 2; in deviceDimensionality()
DGrFillRectOp.cpp104 (uint32_t) fQuads.deviceQuadType(), (uint32_t) fQuads.localQuadType()); in dumpInfo()
195 VertexSpec vertexSpec(fQuads.deviceQuadType(), fColorType, fQuads.localQuadType(), in onPrepareDraws()
DGrTextureOp.cpp422 if (op.fQuads.deviceQuadType() > quadType) { in onPrepareDraws()
423 quadType = op.fQuads.deviceQuadType(); in onPrepareDraws()
/third_party/skia/src/gpu/ops/
DQuadPerEdgeAA.h66 VertexSpec(GrQuad::Type deviceQuadType, ColorType colorType, GrQuad::Type localQuadType, in VertexSpec()
70 : fDeviceQuadType(static_cast<unsigned>(deviceQuadType)) in VertexSpec()
79 deviceQuadType > GrQuad::Type::kRectilinear) { } in VertexSpec()
81 GrQuad::Type deviceQuadType() const { return static_cast<GrQuad::Type>(fDeviceQuadType); } in deviceQuadType() function
DQuadPerEdgeAA.cpp55 << If(spec.deviceQuadType() == GrQuad::Type::kPerspective, deviceQuad->w(i)) in write_quad_generic()
98 SkASSERT(spec.deviceQuadType() != GrQuad::Type::kPerspective); in write_2d_color()
130 SkASSERT(spec.deviceQuadType() != GrQuad::Type::kPerspective); in write_2d_uv()
157 SkASSERT(spec.deviceQuadType() != GrQuad::Type::kPerspective); in write_2d_color_uv()
189 SkASSERT(spec.deviceQuadType() != GrQuad::Type::kPerspective); in write_2d_cov_uv()
223 SkASSERT(spec.deviceQuadType() != GrQuad::Type::kPerspective); in write_2d_uv_strict()
251 SkASSERT(spec.deviceQuadType() != GrQuad::Type::kPerspective); in write_2d_color_uv_strict()
284 SkASSERT(spec.deviceQuadType() != GrQuad::Type::kPerspective); in write_2d_cov_uv_strict()
329 if (spec.deviceQuadType() != GrQuad::Type::kPerspective && !spec.requiresGeometrySubset()) { in GetWriteQuadProc()
372 SkASSERT(deviceQuad->quadType() <= fVertexSpec.deviceQuadType()); in append()
[all …]
DFillRectOp.cpp194 return VertexSpec(fQuads.deviceQuadType(), fColorType, fQuads.localQuadType(), in vertexSpec()
371 (uint32_t) fQuads.deviceQuadType(), (uint32_t) fQuads.localQuadType()); in onDumpInfo()
DTextureOp.cpp818 if (op.fQuads.deviceQuadType() > quadType) { in characterize()
819 quadType = op.fQuads.deviceQuadType(); in characterize()
/third_party/flutter/skia/tests/
DGrQuadBufferTest.cpp108 ASSERT(GrQuad::Type::kPerspective == buffer.deviceQuadType()); in TEST()
/third_party/skia/tests/
DGrQuadBufferTest.cpp108 ASSERT(GrQuad::Type::kPerspective == buffer.deviceQuadType()); in TEST()
/third_party/skia/src/gpu/geometry/
DGrQuadBuffer.h41 GrQuad::Type deviceQuadType() const { return fDeviceType; } in deviceQuadType() function
/third_party/flutter/skia/src/gpu/geometry/
DGrQuadBuffer.h41 GrQuad::Type deviceQuadType() const { return fDeviceType; } in deviceQuadType() function