Searched refs:mVerticesDrawn (Results 1 – 2 of 2) sorted by relevance
54 mVerticesDrawn(0), in TransformFeedbackState()77 return mVerticesDrawn; in getPrimitivesDrawn()79 return mVerticesDrawn / 2; in getPrimitivesDrawn()81 return mVerticesDrawn / 3; in getPrimitivesDrawn()141 mState.mVerticesDrawn = 0; in begin()171 mState.mVerticesDrawn = 0; in end()208 mState.mVerticesDrawn + GetVerticesNeededForDraw(mState.mPrimitiveMode, count, primcount); in checkBufferSpaceForDraw()216 mState.mVerticesDrawn = in onVerticesDrawn()217 (mState.mVerticesDrawn + GetVerticesNeededForDraw(mState.mPrimitiveMode, count, primcount)) in onVerticesDrawn()
41 GLsizeiptr getVerticesDrawn() const { return mVerticesDrawn; } in getVerticesDrawn()52 GLsizeiptr mVerticesDrawn; variable