Searched defs:drawIndexed (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/opengl/
H A DgluDrawUtil.cpp485 static inline void drawIndexed (const glw::Functions& gl, PrimitiveType type, int numElements, IndexType indexType, const void* indexPtr) function in namespace:glu::__anon3020
516 drawIndexed(gl, primitives.type, primitives.numElements, primitives.indexType, primitives.indices);
556 drawIndexed(gl, primitives.type, primitives.numElements, primitives.indexType, 0);

Completed in 87 milliseconds