Home
last modified time | relevance | path

Searched refs:NotInQueryCmd (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DContextVk.h58 NotInQueryCmd = 0, enumerator
DContextVk.cpp564 mQueryEventType(GraphicsEventCmdBuf::NotInQueryCmd),
3315 case GraphicsEventCmdBuf::NotInQueryCmd: in endEventLogForClearOrQuery()
3326 mQueryEventType = GraphicsEventCmdBuf::NotInQueryCmd; in endEventLogForClearOrQuery()
3337 ASSERT(mQueryEventType == GraphicsEventCmdBuf::NotInQueryCmd || mEventLog.empty()); in handleGraphicsEventLog()