Home
last modified time | relevance | path

Searched defs:verts (Results 1 – 25 of 68) sorted by relevance

123

/third_party/flutter/skia/tests/
DShadowTest.cpp21 void check_result(skiatest::Reporter* reporter, sk_sp<SkVertices> verts, in check_result()
39 auto verts = SkShadowTessellator::MakeAmbient(path, ctm, heightParams, true); in tessellate_shadow() local
130 auto verts = SkShadowTessellator::MakeAmbient(path, ctm, rec.fZPlaneParams, true); in check_xformed_bounds() local
DVerticesTest.cpp126 auto verts = SkVertices::MakeCopy(SkVertices::kTriangles_VertexMode, 3, pts, nullptr, colors); in fill_triangle() local
/third_party/skia/tests/
DShadowTest.cpp22 void check_result(skiatest::Reporter* reporter, sk_sp<SkVertices> verts, in check_result()
40 auto verts = SkShadowTessellator::MakeAmbient(path, ctm, heightParams, true); in tessellate_shadow() local
139 auto verts = SkShadowTessellator::MakeAmbient(path, ctm, rec.fZPlaneParams, true); in check_xformed_bounds() local
DVerticesTest.cpp143 auto verts = SkVertices::MakeCopy(SkVertices::kTriangles_VertexMode, 3, pts, nullptr, colors); in fill_triangle() local
/third_party/flutter/skia/samplecode/
Dvertexdump.cpp11 void setup_vertexbug(SkPoint verts[], SkPoint texs[], uint16_t index[]) { in setup_vertexbug()
DSampleVertices.cpp79 auto verts = SkVertices::MakeCopy(fRecs[i].fMode, fRecs[i].fCount, in onDrawContent() local
/third_party/skia/samplecode/
Dvertexdump.cpp11 void setup_vertexbug(SkPoint verts[], SkPoint texs[], uint16_t index[]) { in setup_vertexbug()
DSampleVertices.cpp79 auto verts = SkVertices::MakeCopy(fRecs[i].fMode, fRecs[i].fCount, in onDrawContent() local
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_fetch.c146 char *verts) in draw_pt_fetch_run()
174 char *verts) in draw_pt_fetch_run_linear()
Ddraw_pipe_util.c128 char *verts = draw->pipeline.verts; in draw_reset_vertex_ids() local
Ddraw_pipe.c330 char *verts = ((char*)vert_info->verts) + in draw_pipeline_run_linear() local
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_program.c62 static const float verts[4][2][4] = { in pp_init_prog() local
Dfilters.h46 unsigned int verts; /* How many are vertex shaders */ member
/third_party/mesa3d/src/gallium/tests/graw/
Dtex-srgb.c56 set_vertices(struct vertex *verts, unsigned num_verts) in set_vertices()
/third_party/skia/gm/
Druntimecolorfilter.cpp119 auto verts = SkVertices::MakeCopy(SkVertices::kTriangleFan_VertexMode, 4, pos, pos, kColors); variable
Dbeziereffects.cpp185 Vertex* verts = reinterpret_cast<Vertex*>(helper.vertices()); in onPrepareDraws() local
395 Vertex* verts = reinterpret_cast<Vertex*>(helper.vertices()); in onPrepareDraws() local
Dvertices.cpp285 auto verts = SkVertices::MakeCopy(SkVertices::kTriangleFan_VertexMode, 4, pos, pos, nullptr); variable
/third_party/flutter/skia/src/gpu/ops/
DGrDrawVerticesOp.cpp294 void* verts = target->makeVertexSpace(vertexStride, fVertexCount, &vertexBuffer, &firstVertex); in drawVolatile() local
363 void* verts = vertexBuffer ? vertexBuffer->map() : nullptr; in drawNonVolatile() local
406 void* verts, in fillBuffers()
DGrAALinearizingConvexPathRenderer.cpp89 GrVertexWriter verts{vertData}; in extract_verts() local
206 void* verts = target->makeVertexSpace(vertexStride, vertexCount, &vertexBuffer, in recordDraw() local
/third_party/skia/src/gpu/ops/
DAALinearizingConvexPathRenderer.cpp49 VertexWriter verts{vertData}; in extract_verts() local
184 void* verts = target->makeVertexSpace(vertexStride, vertexCount, &vertexBuffer, in recordDraw() local
/third_party/flutter/skia/bench/
DVertBench.cpp85 auto verts = SkVertices::MakeCopy(SkVertices::kTriangles_VertexMode, PTS, in onDraw() local
DGameBench.cpp129 SkPoint verts[4] = { // for drawVertices path in onDraw() local
/third_party/flutter/skia/gm/
Dbeziereffects.cpp138 Vertex* verts = reinterpret_cast<Vertex*>(helper.vertices()); in onPrepareDraws() local
349 Vertex* verts = reinterpret_cast<Vertex*>(helper.vertices()); in onPrepareDraws() local
Dconvexpolyeffect.cpp121 SkPoint* verts = reinterpret_cast<SkPoint*>(helper.vertices()); in onPrepareDraws() local
/third_party/flutter/skia/modules/skottie/src/
DSkottieValue.cpp135 std::vector<SkPoint> verts, // Cubic Bezier vertices. in FromJSON() local

123