Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
DDevice.hpp53 void drawPrimitive(sw::DrawType type, unsigned int primiveCount);
DDevice.cpp230 void Device::drawPrimitive(sw::DrawType type, unsigned int primitiveCount) in drawPrimitive() function in es1::Device
DContext.cpp2751 device->drawPrimitive(primitiveType, primitiveCount); in drawArrays()
/external/swiftshader/src/OpenGL/libGLESv2/
DDevice.hpp62 void drawPrimitive(sw::DrawType type, unsigned int primiveCount);
DDevice.cpp262 void Device::drawPrimitive(sw::DrawType type, unsigned int primitiveCount) in drawPrimitive() function in es2::Device
DContext.cpp3610 device->drawPrimitive(primitiveType, primitiveCount); in drawArrays()