Searched defs:IndexBuffer (Results 1 – 7 of 7) sorted by relevance
26 IndexBuffer::IndexBuffer(Device* device) : device_(device) {} in IndexBuffer() function in amber::vulkan::IndexBuffer
39 struct IndexBuffer struct41 inline VkIndexType getIndexType() const { return indexType; } in getIndexType()48 VertexInputBinding binding;49 VkIndexType indexType;
38 class IndexBuffer; variable
20 IndexBuffer::IndexBuffer() in IndexBuffer() function in rx::IndexBuffer
51 class IndexBuffer; variable
125 class IndexBuffer : public Buffer class373 IndexBuffer::IndexBuffer (const RenderContext& context, IndexType indexType, int numIndices, const … in IndexBuffer() function in glu::__anon35ab7c870111::IndexBuffer
129 std::unique_ptr<llvm::MemoryBuffer> IndexBuffer, in GlobalModuleIndex()