Searched refs:k_indices (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/host/vulkan/ |
D | CompositorVk.cpp | 83 static const std::vector<uint16_t> k_indices = {0, 1, 2, 2, 3, 0}; variable 439 VkDeviceSize indexBufferSize = sizeof(k_indices[0]) * k_indices.size(); in setUpVertexBuffers() 441 createStagingBufferWithData(k_indices.data(), indexBufferSize); in setUpVertexBuffers() 1231 m_vk.vkCmdDrawIndexed(commandBuffer, static_cast<uint32_t>(k_indices.size()), 1, 0, 0, 0); in compose()
|