angle::Result TransformFeedbackGL::pause(const gl::Context *context) { mStateManager->onTransformFeedbackStateChange(); syncPausedState(true); return angle::Result::Continue; }
void TransformFeedbackGL::pause() { syncPausedState(true); }