Home
last modified time | relevance | path

Searched refs:getVkIndexType (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.h577 VkIndexType getVkIndexType(gl::DrawElementsType glIndexType) const;
DContextVk.cpp1726 getVkIndexType(mCurrentDrawElementsType)); in handleDirtyGraphicsIndexBuffer()
5793 VkIndexType ContextVk::getVkIndexType(gl::DrawElementsType glIndexType) const in getVkIndexType() function in rx::ContextVk
Dvk_helpers.cpp3234 VkIndexType indexType = contextVk->getVkIndexType(glIndexType); in streamIndices()