Searched defs:index_count (Results 1 - 2 of 2) sorted by relevance

/external/vulkan-validation-layers/demos/smoke/
H A DMeshes.cpp143 uint32_t index_count() const function in class:__anon19745::Mesh
150 return sizeof(uint32_t) * index_count();
338 const int index_count = sizeof(teapot_indices) / sizeof(teapot_indices[0]); local
339 assert(position_count % 3 == 0 && index_count % 3 == 0);
359 for (int i = 0; i < index_count; i += 3) {
443 draw.indexCount = mesh.index_count();
451 first_index += mesh.index_count();
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_context.h722 unsigned index_count,
733 info.count = index_count;
721 DrawIndexed( unsigned index_count, unsigned start_index_location, int base_vertex_location) argument

Completed in 36 milliseconds