• Home
  • Raw
  • Download

Lines Matching defs:contextVk

28     ContextVk *contextVk;  member
32 bool IsRenderPassQuery(ContextVk *contextVk, gl::QueryType type) in IsRenderPassQuery()
47 bool IsEmulatedTransformFeedbackQuery(ContextVk *contextVk, gl::QueryType type) in IsEmulatedTransformFeedbackQuery()
53 bool IsPrimitivesGeneratedQueryShared(ContextVk *contextVk) in IsPrimitivesGeneratedQueryShared()
59 QueryVk *GetShareQuery(ContextVk *contextVk, gl::QueryType type) in GetShareQuery()
89 QueryVk *GetOnRenderPassStartEndShareQuery(ContextVk *contextVk, gl::QueryType type) in GetOnRenderPassStartEndShareQuery()
116 angle::Result QueryVk::allocateQuery(ContextVk *contextVk) in allocateQuery()
142 void QueryVk::releaseQueries(ContextVk *contextVk) in releaseQueries()
161 void QueryVk::releaseStashedQueries(ContextVk *contextVk) in releaseStashedQueries()
177 ContextVk *contextVk = vk::GetImpl(context); in onDestroy() local
191 angle::Result QueryVk::onRenderPassStart(ContextVk *contextVk) in onRenderPassStart()
215 void QueryVk::onRenderPassEnd(ContextVk *contextVk) in onRenderPassEnd()
230 angle::Result QueryVk::accumulateStashedQueryResult(ContextVk *contextVk, vk::QueryResult *result) in accumulateStashedQueryResult()
242 angle::Result QueryVk::setupBegin(ContextVk *contextVk) in setupBegin()
304 ContextVk *contextVk = vk::GetImpl(context); in begin() local
359 ContextVk *contextVk = vk::GetImpl(context); in end() local
430 ContextVk *contextVk = vk::GetImpl(context); in queryCounter() local
448 angle::Result QueryVk::finishRunningCommands(ContextVk *contextVk) in finishRunningCommands()
475 ContextVk *contextVk = vk::GetImpl(context); in getResult() local