Home
last modified time | relevance | path

Searched refs:SetVertexCount (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dengine_vulkan.cc519 draw.SetVertexCount(4); in DoDrawRect()
606 draw.SetVertexCount(vertices); in DoDrawGrid()
/third_party/vk-gl-cts/external/amber/src/src/
Dcommand.h245 void SetVertexCount(uint32_t count) { vertex_count_ = count; } in SetVertexCount() function
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
Dcommand_parser.cc350 cmd->SetVertexCount(token->AsUint32()); in ProcessDrawArrays()
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
Dparser.cc2778 cmd->SetVertexCount(count); in ParseRun()