Home
last modified time | relevance | path

Searched refs:drawIndexedPrimitive (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DDevice.hpp61 …void drawIndexedPrimitive(sw::DrawType type, unsigned int indexOffset, unsigned int primitiveCount…
DDevice.cpp252 …void Device::drawIndexedPrimitive(sw::DrawType type, unsigned int indexOffset, unsigned int primit… in drawIndexedPrimitive() function in es2::Device
DContext.cpp3716 device->drawIndexedPrimitive(primitiveType, indexInfo.indexOffset, indexInfo.primitiveCount); in drawElements()