Home
last modified time | relevance | path

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

123

/external/skia/tests/
DShadowTest.cpp33 void check_result(skiatest::Reporter* reporter, sk_sp<SkVertices> verts, ExpectVerts expectVerts) { in check_result()
51 auto verts = SkShadowTessellator::MakeAmbient(path, ctm, heightParams, true); in tessellate_shadow() local
149 auto verts = SkShadowTessellator::MakeAmbient(path, ctm, rec.fZPlaneParams, true); in check_xformed_bounds() local
DVerticesTest.cpp151 auto verts = SkVertices::MakeCopy(SkVertices::kTriangles_VertexMode, 3, pts, nullptr, colors); in fill_triangle() local
179 constexpr SkPoint verts[] = {{0, 0}, {1, 0}, {1, 1}}; in DEF_TEST() local
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_fetch.c144 char *verts) in draw_pt_fetch_run()
171 char *verts) in draw_pt_fetch_run_linear()
Ddraw_pipe_util.c123 char *verts = draw->pipeline.verts; in draw_reset_vertex_ids() local
Ddraw_context.h75 struct vertex_header *verts; member
Ddraw_pipe.c328 char *verts = ((char*)vert_info->verts) + in draw_pipeline_run_linear() local
/external/skia/gm/
Dvertices.cpp281 auto verts = SkVertices::MakeCopy(SkVertices::kTriangleFan_VertexMode, 4, pos, pos, nullptr); variable
316 SkPoint verts[] = {{0, 0}, {200, 0}, {200, 200}, {0, 200}}; variable
335 SkPoint verts[] = {{5, 5}, {45, 5}, {45, 45}, {5, 45}}; variable
Druntimecolorfilter.cpp135 auto verts = SkVertices::MakeCopy(SkVertices::kTriangleFan_VertexMode, 4, pos, pos, kColors); variable
Dsavelayer.cpp197 sk_sp<SkVertices> verts = in draw_vertices() local
Dbeziereffects.cpp186 Vertex* verts = reinterpret_cast<Vertex*>(helper.vertices()); in onPrepareDraws() local
392 Vertex* verts = reinterpret_cast<Vertex*>(helper.vertices()); in onPrepareDraws() local
/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_program.c64 static const float verts[4][2][4] = { in pp_init_prog() local
Dfilters.h46 unsigned int verts; /* How many are vertex shaders */ member
/external/skia/src/gpu/graphite/render/
DMiddleOutFanRenderStep.cpp64 DrawWriter::Vertices verts{*writer}; in writeVertices() local
DAnalyticBlurRenderStep.cpp77 DrawWriter::Vertices verts{*writer}; in writeVertices() local
DVerticesRenderStep.cpp180 DrawWriter::Vertices verts{*writer}; in writeVertices() local
/external/mesa3d/src/gallium/drivers/asahi/
Dagx_streamout.c146 xfb_prims_for_vertices(enum mesa_prim mode, unsigned verts) in xfb_prims_for_vertices()
/external/skia/src/gpu/ganesh/ops/
DAALinearizingConvexPathRenderer.cpp87 VertexWriter verts{vertData}; in extract_verts() local
222 void* verts = target->makeVertexSpace(vertexStride, vertexCount, &vertexBuffer, in recordDraw() local
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNativeRecordingCanvasOP.java218 float[] verts, in nDrawBitmapMesh()
240 float[] verts, in nDrawVertices()
DShadowNativeBaseCanvas.java358 float[] verts, in nDrawBitmapMesh()
381 float[] verts, in nDrawBitmapMesh()
403 float[] verts, in nDrawVertices()
/external/skia/bench/
DVertBench.cpp133 auto verts = SkVertices::MakeCopy(SkVertices::kTriangles_VertexMode, PTS, in onDraw() local
DGameBench.cpp131 SkPoint verts[4] = { // for drawVertices path in onDraw() local
/external/mesa3d/src/mesa/state_tracker/
Dst_draw.c325 struct st_util_vertex *verts; in st_draw_quad() local
/external/skia/tools/viewer/
DPathClipSlide.cpp135 SkPoint verts[6]; in draw_clipped_line() local
/external/angle/src/tests/gl_tests/
DProgramPipelineTest.cpp1305 std::array<Vector3, 6> verts = GetQuadVertices(); in TEST_P() local
1379 std::array<Vector3, 6> verts = GetQuadVertices(); in TEST_P() local
2277 std::array<Vector3, 6> verts = GetQuadVertices(); in TEST_P() local
/external/skia/src/core/
DSkVertices.cpp370 if (auto verts = decode(buffer)) { in Decode() local

123