Searched refs:deviceQuadType (Results 1 – 12 of 12) sorted by relevance
/third_party/flutter/skia/src/gpu/ops/ |
D | GrQuadPerEdgeAA.h | 39 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
|
D | GrQuadPerEdgeAA.cpp | 674 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()
|
D | GrFillRectOp.cpp | 104 (uint32_t) fQuads.deviceQuadType(), (uint32_t) fQuads.localQuadType()); in dumpInfo() 195 VertexSpec vertexSpec(fQuads.deviceQuadType(), fColorType, fQuads.localQuadType(), in onPrepareDraws()
|
D | GrTextureOp.cpp | 422 if (op.fQuads.deviceQuadType() > quadType) { in onPrepareDraws() 423 quadType = op.fQuads.deviceQuadType(); in onPrepareDraws()
|
/third_party/skia/src/gpu/ops/ |
D | QuadPerEdgeAA.h | 66 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
|
D | QuadPerEdgeAA.cpp | 55 << 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 …]
|
D | FillRectOp.cpp | 194 return VertexSpec(fQuads.deviceQuadType(), fColorType, fQuads.localQuadType(), in vertexSpec() 371 (uint32_t) fQuads.deviceQuadType(), (uint32_t) fQuads.localQuadType()); in onDumpInfo()
|
D | TextureOp.cpp | 818 if (op.fQuads.deviceQuadType() > quadType) { in characterize() 819 quadType = op.fQuads.deviceQuadType(); in characterize()
|
/third_party/flutter/skia/tests/ |
D | GrQuadBufferTest.cpp | 108 ASSERT(GrQuad::Type::kPerspective == buffer.deviceQuadType()); in TEST()
|
/third_party/skia/tests/ |
D | GrQuadBufferTest.cpp | 108 ASSERT(GrQuad::Type::kPerspective == buffer.deviceQuadType()); in TEST()
|
/third_party/skia/src/gpu/geometry/ |
D | GrQuadBuffer.h | 41 GrQuad::Type deviceQuadType() const { return fDeviceType; } in deviceQuadType() function
|
/third_party/flutter/skia/src/gpu/geometry/ |
D | GrQuadBuffer.h | 41 GrQuad::Type deviceQuadType() const { return fDeviceType; } in deviceQuadType() function
|