Searched refs:drawIndexedPrimitive (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Device.hpp | 51 …virtual void drawIndexedPrimitive(sw::DrawType type, unsigned int indexOffset, unsigned int primit…
|
D | Device.cpp | 270 …void Device::drawIndexedPrimitive(sw::DrawType type, unsigned int indexOffset, unsigned int primit… in drawIndexedPrimitive() function in es1::Device
|
D | Context.cpp | 2762 device->drawIndexedPrimitive(primitiveType, indexInfo.indexOffset, primitiveCount); in drawElements()
|
/external/swiftshader/src/OpenGL/libGL/ |
D | Device.hpp | 59 …virtual void drawIndexedPrimitive(PrimitiveType type, unsigned int indexOffset, unsigned int primi…
|
D | Device.cpp | 305 …void Device::drawIndexedPrimitive(PrimitiveType type, unsigned int indexOffset, unsigned int primi… in drawIndexedPrimitive() function in gl::Device
|
D | Context.cpp | 2530 …device->drawIndexedPrimitive(primitiveType, indexInfo.indexOffset, primitiveCount, IndexDataManage… in drawElements()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Device.hpp | 51 …virtual void drawIndexedPrimitive(sw::DrawType type, unsigned int indexOffset, unsigned int primit…
|
D | Device.cpp | 310 …void Device::drawIndexedPrimitive(sw::DrawType type, unsigned int indexOffset, unsigned int primit… in drawIndexedPrimitive() function in es2::Device
|
D | Context.cpp | 3547 device->drawIndexedPrimitive(primitiveType, indexInfo.indexOffset, primitiveCount); in drawElements()
|