Home | History | Annotate | Download | only in performance

Lines Matching refs:DrawMethod

3821 enum DrawMethod
4018 RenderCase (Context& context, const char* name, const char* description, DrawMethod drawMethod);
4048 const DrawMethod m_drawMethod;
4060 RenderCase<SampleType>::RenderCase (Context& context, const char* name, const char* description, DrawMethod drawMethod)
4062 , m_drawMethod (drawMethod)
4068 DE_ASSERT(drawMethod < DRAWMETHOD_LAST);
4299 ReferenceRenderTimeCase (Context& context, const char* name, const char* description, DrawMethod drawMethod);
4306 ReferenceRenderTimeCase::ReferenceRenderTimeCase (Context& context, const char* name, const char* description, DrawMethod drawMethod)
4307 : RenderCase<RenderReadDuration> (context, name, description, drawMethod)
4414 UnrelatedUploadRenderTimeCase (Context& context, const char* name, const char* description, DrawMethod drawMethod, UploadMethod unrelatedUploadMethod);
4423 UnrelatedUploadRenderTimeCase::UnrelatedUploadRenderTimeCase (Context& context, const char* name, const char* description, DrawMethod drawMethod, UploadMethod unrelatedUploadMethod)
4424 : RenderCase<UnrelatedUploadRenderReadDuration> (context, name, description, drawMethod)
4709 DrawMethod method,
4737 DrawMethod method,
5059 DrawMethod method,
5080 DrawMethod method,
5388 DrawMethod drawMethod,
5408 const DrawMethod m_drawMethod;
5435 DrawMethod drawMethod,
5440 , m_drawMethod (drawMethod)
6506 DrawMethod drawMethod;
6576 uploadTargets[uploadTargetNdx].drawMethod,
6592 DrawMethod drawMethod;
6621 uploadUnrelatedGroup->addChild(new UnrelatedUploadRenderTimeCase(m_context, name.c_str(), desc.c_str(), drawMethods[drawMethodNdx].drawMethod, uploadMethods[uploadMethodNdx].uploadMethod));
6655 DrawMethod drawMethod;
6732 uploadTargets[uploadTargetNdx].drawMethod,
6747 uploadTargets[uploadTargetNdx].drawMethod,
6764 DrawMethod drawMethod;
6834 uploadTargets[uploadTargetNdx].drawMethod,
6859 DrawMethod drawMethod;
6895 uploadTargets[uploadTargetNdx].drawMethod,