Searched refs:vertices_ (Results 1 - 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-repacker.hh | 163 vertex_t* v = vertices_.push (); in graph_t() 164 if (check_success (!vertices_.in_error ())) in graph_t() 175 vertices_.fini_deep (); in ~graph_t() 181 vertices_.in_error () || in in_error() 187 return vertices_[root_idx ()]; in root() 195 return vertices_.length - 1; in root_idx() 200 return vertices_[i].obj; in object() 209 for (unsigned i = 0; i < vertices_.length; i++) { in serialize() 212 size_t size = vertices_[i].obj.tail - vertices_[ in serialize() 1035 hb_vector_t<vertex_t> vertices_; global() member [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineImageSamplingInstance.hpp | 63 const std::vector<Vertex4Tex4>& vertices_, in ImageSamplingInstanceParams() 80 , vertices (vertices_) in ImageSamplingInstanceParams()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineImageSamplingInstance.hpp | 61 const std::vector<Vertex4Tex4>& vertices_, in ImageSamplingInstanceParams() 78 , vertices (vertices_) in ImageSamplingInstanceParams()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/ |
H A D | vktDrawUtil.hpp | 81 DrawCallData(const vk::VkPrimitiveTopology topology_, const std::vector<tcu::Vec4>& vertices_);
|
H A D | vktDrawUtil.cpp | 118 DrawCallData::DrawCallData(const vk::VkPrimitiveTopology topology_, const std::vector<tcu::Vec4>& vertices_) in DrawCallData() argument 119 : topology(topology_), vertices(vertices_) in DrawCallData()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/ |
H A D | vktDrawUtil.hpp | 81 DrawCallData(const vk::VkPrimitiveTopology topology_, const std::vector<tcu::Vec4>& vertices_);
|
H A D | vktDrawUtil.cpp | 118 DrawCallData::DrawCallData(const vk::VkPrimitiveTopology topology_, const std::vector<tcu::Vec4>& vertices_) in DrawCallData() argument 119 : topology(topology_), vertices(vertices_) in DrawCallData()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationImageLayoutTransitionTests.cpp | 138 Vertex(Vec4 vertices_) : vertices(vertices_) {} in Vertex()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationImageLayoutTransitionTests.cpp | 138 Vertex(Vec4 vertices_) : vertices(vertices_) {} in Vertex()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageSampleDrawnCubeFaceTests.cpp | 186 Vertex(Vec4 vertices_, Vec2 uv_) : vertices(vertices_), uv(uv_) {} in Vertex()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassDepthStencilWriteConditionsTests.cpp | 131 Vertex(Vec4 vertices_) : vertices(vertices_) {} in Vertex()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageSampleDrawnCubeFaceTests.cpp | 186 Vertex(Vec4 vertices_, Vec2 uv_) : vertices(vertices_), uv(uv_) {} in Vertex()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassDepthStencilWriteConditionsTests.cpp | 131 Vertex(Vec4 vertices_) : vertices(vertices_) {} in Vertex()
|
Completed in 12 milliseconds