Home | History | Annotate | Download | only in performance

Lines Matching refs:useIndexBuffer

51 					RedundantStateChangeCase	(Context& context, int drawCallCount, int triangleCount, bool drawArrays, bool useIndexBuffer, const char* name, const char* description);
60 RedundantStateChangeCase::RedundantStateChangeCase (Context& context, int drawCallCount, int triangleCount, bool drawArrays, bool useIndexBuffer, const char* name, const char* description)
62 (useIndexBuffer ? DRAWTYPE_INDEXED_BUFFER :
66 DE_ASSERT(!useIndexBuffer || !drawArrays);