Searched defs:startTimerQuery (Results 1 – 4 of 4) sorted by relevance
66 virtual bool startTimerQuery() { SK_ABORT("Timer query unsupported."); } in startTimerQuery() function
438 virtual std::optional<GrTimerQuery> startTimerQuery() { return {}; } in startTimerQuery() function
66 bool DawnCommandBuffer::startTimerQuery() { in startTimerQuery() function in skgpu::graphite::DawnCommandBuffer
4434 std::optional<GrTimerQuery> GrGLGpu::startTimerQuery() { in startTimerQuery() function in GrGLGpu