Searched refs:mQueryEventType (Results 1 – 2 of 2) sorted by relevance
564 mQueryEventType(GraphicsEventCmdBuf::NotInQueryCmd),3305 switch (mQueryEventType) in endEventLogForClearOrQuery()3326 mQueryEventType = GraphicsEventCmdBuf::NotInQueryCmd; in endEventLogForClearOrQuery()3337 ASSERT(mQueryEventType == GraphicsEventCmdBuf::NotInQueryCmd || mEventLog.empty()); in handleGraphicsEventLog()3343 mQueryEventType = queryEventType; in handleGraphicsEventLog()3346 switch (mQueryEventType) in handleGraphicsEventLog()
1151 GraphicsEventCmdBuf mQueryEventType; variable