Lines Matching refs:mFunction
429 mFunction(function),
549 ASSERT(mFunction == CommandGraphNodeFunction::BeginQuery || in setQueryPool()
550 mFunction == CommandGraphNodeFunction::EndQuery || in setQueryPool()
551 mFunction == CommandGraphNodeFunction::WriteTimestamp || in setQueryPool()
552 mFunction == CommandGraphNodeFunction::BeginTransformFeedbackQuery || in setQueryPool()
553 mFunction == CommandGraphNodeFunction::EndTransformFeedbackQuery); in setQueryPool()
560 ASSERT(mFunction == CommandGraphNodeFunction::SetFenceSync || in setFenceSync()
561 mFunction == CommandGraphNodeFunction::WaitFenceSync); in setFenceSync()
567 ASSERT(mFunction == CommandGraphNodeFunction::InsertDebugMarker || in setDebugMarker()
568 mFunction == CommandGraphNodeFunction::PushDebugMarker); in setDebugMarker()
627 switch (mFunction) in visitAndExecute()