Home
last modified time | relevance | path

Searched refs:setInstanceID (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/Device/
DVertexProcessor.hpp141 void setInstanceID(int instanceID);
DVertexProcessor.cpp178 void VertexProcessor::setInstanceID(int instanceID) in setInstanceID() function in sw::VertexProcessor
/external/swiftshader/src/Renderer/
DVertexProcessor.hpp223 void setInstanceID(int instanceID);
DVertexProcessor.cpp357 void VertexProcessor::setInstanceID(int instanceID) in setInstanceID() function in sw::VertexProcessor
/external/swiftshader/src/Vulkan/
DVkCommandBuffer.cpp171 executionState.renderer->setInstanceID(instance); in play()
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp3586 device->setInstanceID(i); in drawArrays()
3679 device->setInstanceID(i); in drawElements()