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()144 mState.mVerticesDrawn = 0; in begin()178 mState.mVerticesDrawn = 0; in end()215 mState.mVerticesDrawn + GetVerticesNeededForDraw(mState.mPrimitiveMode, count, primcount); in checkBufferSpaceForDraw()223 mState.mVerticesDrawn = in onVerticesDrawn()224 (mState.mVerticesDrawn + GetVerticesNeededForDraw(mState.mPrimitiveMode, count, primcount)) in onVerticesDrawn()
41 GLsizeiptr getVerticesDrawn() const { return mVerticesDrawn; } in getVerticesDrawn()52 GLsizeiptr mVerticesDrawn; variable