Searched refs:drawIndexedPoints (Results 1 – 2 of 2) sorted by relevance
208 …void drawIndexedPoints(GLsizei count, GLenum type, const GLvoid *indices, gl::Buffer *elementArray…
1457 drawIndexedPoints(count, type, indices, elementArrayBuffer); in drawElements()1670 void Renderer9::drawIndexedPoints(GLsizei count, GLenum type, const GLvoid *indices, gl::Buffer *el… in drawIndexedPoints() function in rx::Renderer9