Home
last modified time | relevance | path

Searched defs:timerQuery (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/m133/src/gpu/ganesh/gl/
DGrGLFinishCallbacks.cpp22 void GrGLFinishCallbacks::add(skgpu::AutoCallback callback, GrGLint timerQuery) { in add()
43 if (auto timerQuery = finishCallback.fTimerQuery) { in check() local
DGrGLGpu.cpp4306 std::optional<GrTimerQuery> timerQuery) { in addFinishedCallback()
4463 void GrGLGpu::endTimerQuery(const GrTimerQuery& timerQuery) { in endTimerQuery()
/third_party/skia/m133/src/gpu/ganesh/mtl/
DGrMtlGpu.h228 std::optional<GrTimerQuery> timerQuery) override { in addFinishedCallback()
/third_party/skia/m133/src/gpu/ganesh/d3d/
DGrD3DGpu.h226 std::optional<GrTimerQuery> timerQuery) override { in addFinishedCallback()
/third_party/skia/m133/src/gpu/ganesh/vk/
DGrVkGpu.h380 std::optional<GrTimerQuery> timerQuery) override { in addFinishedCallback()
/third_party/skia/m133/src/gpu/ganesh/
DGrDrawingManager.cpp165 std::optional<GrTimerQuery> timerQuery; in flush() local
DGrGpu.cpp724 std::optional<GrTimerQuery> timerQuery, in executeFlushInfo()