Home
last modified time | relevance | path

Searched refs:Vertices (Results 1 – 25 of 88) sorted by relevance

1234

/third_party/flutter/engine/flutter/lib/ui/painting/
Dvertices.cc26 IMPLEMENT_WRAPPERTYPEINFO(ui, Vertices);
28 #define FOR_EACH_BINDING(V) V(Vertices, init)
32 Vertices::Vertices() {} in FOR_EACH_BINDING()
34 Vertices::~Vertices() {} in ~Vertices()
36 void Vertices::RegisterNatives(tonic::DartLibraryNatives* natives) { in RegisterNatives()
39 fml::RefPtr<Vertices> Vertices::Create() { in Create()
40 return fml::MakeRefCounted<Vertices>(); in Create()
43 bool Vertices::init(SkVertices::VertexMode vertex_mode, in init()
Dvertices.h17 class Vertices : public RefCountedDartWrappable<Vertices> {
19 FML_FRIEND_MAKE_REF_COUNTED(Vertices);
22 ~Vertices() override;
26 static fml::RefPtr<Vertices> Create();
37 Vertices();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DGraph.h115 VertexMapT Vertices; variable
284 iterator begin() { return G.Vertices.begin(); } in begin()
285 iterator end() { return G.Vertices.end(); } in end()
286 const_iterator cbegin() const { return G.Vertices.cbegin(); } in cbegin()
287 const_iterator cend() const { return G.Vertices.cend(); } in cend()
288 const_iterator begin() const { return G.Vertices.begin(); } in begin()
289 const_iterator end() const { return G.Vertices.end(); } in end()
290 size_type size() const { return G.Vertices.size(); } in size()
291 bool empty() const { return G.Vertices.empty(); } in empty()
342 Vertices.clear(); in clear()
[all …]
/third_party/glslang/Test/baseResults/
Dspv.1.3.8bitstorage-ssbo.vert.out16 Name 12 "Vertices"
17 MemberName 12(Vertices) 0 "vertices"
22 MemberDecorate 12(Vertices) 0 NonWritable
23 MemberDecorate 12(Vertices) 0 Offset 0
24 Decorate 12(Vertices) Block
36 12(Vertices): TypeStruct 11
37 13: TypePointer StorageBuffer 12(Vertices)
Dspv.8bitstorage-ssbo.vert.out16 Name 12 "Vertices"
17 MemberName 12(Vertices) 0 "vertices"
22 MemberDecorate 12(Vertices) 0 NonWritable
23 MemberDecorate 12(Vertices) 0 Offset 0
24 Decorate 12(Vertices) BufferBlock
36 12(Vertices): TypeStruct 11
37 13: TypePointer Uniform 12(Vertices)
Dspv.1.3.8bitstorage-ubo.vert.out16 Name 14 "Vertices"
17 MemberName 14(Vertices) 0 "vertices"
22 MemberDecorate 14(Vertices) 0 Offset 0
23 Decorate 14(Vertices) Block
37 14(Vertices): TypeStruct 13
38 15: TypePointer Uniform 14(Vertices)
Dspv.8bitstorage-ubo.vert.out16 Name 14 "Vertices"
17 MemberName 14(Vertices) 0 "vertices"
22 MemberDecorate 14(Vertices) 0 Offset 0
23 Decorate 14(Vertices) Block
37 14(Vertices): TypeStruct 13
38 15: TypePointer Uniform 14(Vertices)
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11screencapture.cpp369 VERTEX Vertices[NUMVERTICES] = in DrawMouse() local
442 Vertices[0].Pos.x = (PtrLeft - CenterX) / (FLOAT)CenterX; in DrawMouse()
443 Vertices[0].Pos.y = -1 * ((PtrTop + PtrHeight) - CenterY) / (FLOAT)CenterY; in DrawMouse()
444 Vertices[1].Pos.x = (PtrLeft - CenterX) / (FLOAT)CenterX; in DrawMouse()
445 Vertices[1].Pos.y = -1 * (PtrTop - CenterY) / (FLOAT)CenterY; in DrawMouse()
446 Vertices[2].Pos.x = ((PtrLeft + PtrWidth) - CenterX) / (FLOAT)CenterX; in DrawMouse()
447 Vertices[2].Pos.y = -1 * ((PtrTop + PtrHeight) - CenterY) / (FLOAT)CenterY; in DrawMouse()
448 Vertices[3].Pos.x = Vertices[2].Pos.x; in DrawMouse()
449 Vertices[3].Pos.y = Vertices[2].Pos.y; in DrawMouse()
450 Vertices[4].Pos.x = Vertices[1].Pos.x; in DrawMouse()
[all …]
/third_party/skia/src/gpu/geometry/
DGrQuadUtils.h156 struct Vertices { struct
185 Vertices fOriginal; argument
209 void adjustVertices(const skvx::Vec<4, float>& signedEdgeDistances, Vertices* vertices);
213 Vertices* vertices);
DGrQuadUtils.cpp392 using Vertices = TessellationHelper::Vertices; in ClipToW0() typedef
419 Vertices v; in ClipToW0()
429 Vertices clip; in ClipToW0()
475 Vertices mid; in ClipToW0()
486 Vertices v2; in ClipToW0()
932 void TessellationHelper::Vertices::reset(const GrQuad& deviceQuad, const GrQuad* localQuad) { in reset()
948 void TessellationHelper::Vertices::asGrQuads(GrQuad* deviceOut, GrQuad::Type deviceType, in asGrQuads()
970 void TessellationHelper::Vertices::moveAlong(const EdgeVectors& edgeVectors, in moveAlong()
1004 void TessellationHelper::Vertices::moveTo(const V4f& x2d, const V4f& y2d, const M4f& mask) { in moveTo()
1133 Vertices inset = fOriginal; in inset()
[all …]
/third_party/flutter/skia/src/gpu/ops/
DGrQuadPerEdgeAA.cpp30 struct Vertices { struct
97 static AI QuadMetadata get_metadata(const Vertices& vertices, GrQuadAAFlags aaFlags) { in get_metadata()
110 static AI Edges get_edge_equations(const QuadMetadata& metadata, const Vertices& vertices) { in get_edge_equations()
165 static AI void outset_vertices(const V4f& outset, const QuadMetadata& metadata, Vertices* quad) { in outset_vertices()
191 GrQuadAAFlags aaFlags, Vertices* quad) { in outset_projected_vertices()
305 static float get_exact_coverage(const SkPoint& pixelCenter, const Vertices& quad, in get_exact_coverage()
481 bool outset, Vertices* quad) { in compute_degenerate_quad()
577 Vertices* inner, Vertices* outer, SkRect* domain) { in compute_nested_quad_vertices()
618 static V4f compute_nested_persp_quad_vertices(const GrQuadAAFlags aaFlags, Vertices* inner, in compute_nested_persp_quad_vertices()
619 Vertices* outer, SkRect* domain) { in compute_nested_persp_quad_vertices()
[all …]
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/frag/
Dbarycentric-nv-nopersp.msl22.frag6 struct Vertices
21 fragment main0_out main0(main0_in in [[stage_in]], const device Vertices& _19 [[buffer(0)]], uint g…
Dbarycentric-nv.msl22.frag6 struct Vertices
21 fragment main0_out main0(main0_in in [[stage_in]], const device Vertices& _19 [[buffer(0)]], uint g…
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/frag/
Dbarycentric-nv.msl22.frag6 struct Vertices
21 fragment main0_out main0(main0_in in [[stage_in]], const device Vertices& _19 [[buffer(0)]], uint g…
Dbarycentric-nv-nopersp.msl22.frag6 struct Vertices
21 fragment main0_out main0(main0_in in [[stage_in]], const device Vertices& _19 [[buffer(0)]], uint g…
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/transformations/
Dtransformations_demo_board.dart3 import 'dart:ui' show Vertices;
143 // Get Vertices that can be drawn to a Canvas for the given BoardPoint.
144 Vertices getVerticesForBoardPoint(BoardPoint boardPoint, Color color) {
151 return Vertices(
Dtransformations_demo.dart1 import 'dart:ui' show Vertices;
178 final Vertices vertices = board.getVerticesForBoardPoint(boardPoint, color);
/third_party/glslang/Test/
Dspv.8bitstorage-ubo.vert5 layout(binding = 0) readonly uniform Vertices
Dspv.8bitstorage-ssbo.vert5 layout(binding = 0) readonly buffer Vertices
Dspv.1.3.8bitstorage-ssbo.vert5 layout(binding = 0) readonly buffer Vertices
Dspv.1.3.8bitstorage-ubo.vert5 layout(binding = 0) readonly uniform Vertices
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/frag/
Dbarycentric-nv.msl22.frag6 layout(set = 0, binding = 0) readonly buffer Vertices
Dbarycentric-nv-nopersp.msl22.frag6 layout(set = 0, binding = 0) readonly buffer Vertices
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
DvktRayQueryMiscTests.cpp472 Vertices, enumerator
678 const float dx = (points == Points::Vertices ? 2.0f : 1.0f) / float(divX); in createSurface()
679 const float dy = (points == Points::Vertices ? 2.0f : 1.0f) / float(divY); in createSurface()
687 float y = (points == Points::Vertices) ? -1.0f : 0.0f; in createSurface()
691 float x = (points == Points::Vertices) ? -1.0f : 0.0f; in createSurface()
948 …const std::vector<Vec3> vertices = createSurface(Points::Vertices, m_params.model.first, m… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryMiscTests.cpp472 Vertices, enumerator
678 const float dx = (points == Points::Vertices ? 2.0f : 1.0f) / float(divX); in createSurface()
679 const float dy = (points == Points::Vertices ? 2.0f : 1.0f) / float(divY); in createSurface()
687 float y = (points == Points::Vertices) ? -1.0f : 0.0f; in createSurface()
691 float x = (points == Points::Vertices) ? -1.0f : 0.0f; in createSurface()
948 …const std::vector<Vec3> vertices = createSurface(Points::Vertices, m_params.model.first, m… in iterate()

1234