Home
last modified time | relevance | path

Searched defs:Vertices (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/src/gpu/geometry/
DGrQuadUtils.h156 struct Vertices { struct
158 skvx::Vec<4, float> fX, fY, fW;
161 skvx::Vec<4, float> fU, fV, fR;
185 Vertices fOriginal; argument
DGrQuadUtils.cpp392 using Vertices = TessellationHelper::Vertices; in ClipToW0() typedef
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawMultipleClearsWithinRenderPass.cpp125 struct Vertices struct
127 const char* testNameSuffix;
128 VkPrimitiveTopology topology;
129 deUint32 verticesCount;
130 const Vec4* vertices;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawMultipleClearsWithinRenderPass.cpp125 struct Vertices struct
127 const char* testNameSuffix;
128 VkPrimitiveTopology topology;
129 deUint32 verticesCount;
130 const Vec4* vertices;
/third_party/skia/tests/
DVerticesTest.cpp78 DEF_TEST(Vertices, reporter) { in DEF_TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DGraph.h115 VertexMapT Vertices; variable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryMiscTests.cpp472 Vertices, enumerator
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
DvktRayQueryMiscTests.cpp472 Vertices, enumerator
/third_party/skia/modules/canvaskit/
Dinterface.js1083 CanvasKit.Vertices.prototype.bounds = function(optionalOutputArray) { class
Dexterns.js729 Vertices: { property
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts2714 export interface Vertices extends EmbindObject<Vertices> { interface