Lines Matching refs:drawCallCount
939 const int drawCallCount = m_calibrator.getCallCount();
1028 const double usecsPerDrawCallPerOp = usecsPerFramePerOp / (double)drawCallCount;
1030 const double megaOpsPerSecond = (double)(drawCallCount*vertexOrFragmentCount) / usecsPerFramePerOp;
1039 << TestLog::Integer("DrawCallsPerFrame", "D = Draw calls per frame", "", QP_KEY_TAG_NONE, drawCallCount)
1043 "", QP_KEY_TAG_NONE, vertexOrFragmentCount*drawCallCount)