• 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()
58 QueryVk *GetShareQuery(ContextVk *contextVk, gl::QueryType type) in GetShareQuery()
88 QueryVk *GetOnRenderPassStartEndShareQuery(ContextVk *contextVk, gl::QueryType type) in GetOnRenderPassStartEndShareQuery()
115 angle::Result QueryVk::allocateQuery(ContextVk *contextVk) in allocateQuery()
141 void QueryVk::releaseQueries(ContextVk *contextVk) in releaseQueries()
160 void QueryVk::releaseStashedQueries(ContextVk *contextVk) in releaseStashedQueries()
176 ContextVk *contextVk = vk::GetImpl(context); in onDestroy() local
190 angle::Result QueryVk::onRenderPassStart(ContextVk *contextVk) in onRenderPassStart()
214 void QueryVk::onRenderPassEnd(ContextVk *contextVk) in onRenderPassEnd()
228 angle::Result QueryVk::accumulateStashedQueryResult(ContextVk *contextVk, vk::QueryResult *result) in accumulateStashedQueryResult()
240 angle::Result QueryVk::setupBegin(ContextVk *contextVk) in setupBegin()
302 ContextVk *contextVk = vk::GetImpl(context); in begin() local
350 ContextVk *contextVk = vk::GetImpl(context); in end() local
421 ContextVk *contextVk = vk::GetImpl(context); in queryCounter() local
473 angle::Result QueryVk::finishRunningCommands(ContextVk *contextVk) in finishRunningCommands()
503 ContextVk *contextVk = vk::GetImpl(context); in getResult() local