HomeSort by relevance Sort by last modified time
    Searched defs:DrawIndices (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/referencerenderer/
rrRenderer.hpp 74 struct DrawIndices
76 DrawIndices (const deUint32*, int baseVertex = 0);
77 DrawIndices (const deUint16*, int baseVertex = 0);
78 DrawIndices (const deUint8*, int baseVertex = 0);
79 DrawIndices (const void* ptr, IndexType type, int baseVertex = 0);
90 PrimitiveList (PrimitiveType primitiveType, int numElements, const DrawIndices& indices); // !< primitive list for drawElements-like call
rrRenderer.cpp     [all...]

Completed in 639 milliseconds