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

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_context.h723 unsigned start_index_location,
734 info.start = start_index_location;
774 unsigned start_index_location,
786 info.start = start_index_location;
721 DrawIndexed( unsigned index_count, unsigned start_index_location, int base_vertex_location) argument
771 DrawIndexedInstanced( unsigned index_countPerInstance, unsigned instance_count, unsigned start_index_location, int base_vertex_location, unsigned start_instance_location) argument
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_context.h723 unsigned start_index_location,
734 info.start = start_index_location;
774 unsigned start_index_location,
786 info.start = start_index_location;
721 DrawIndexed( unsigned index_count, unsigned start_index_location, int base_vertex_location) argument
771 DrawIndexedInstanced( unsigned index_countPerInstance, unsigned instance_count, unsigned start_index_location, int base_vertex_location, unsigned start_instance_location) argument

Completed in 71 milliseconds