Home
last modified time | relevance | path

Searched defs:endTimerQuery (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/graphite/
H A DCommandBuffer.h67 virtual void endTimerQuery() { SK_ABORT("Timer query unsupported."); } in endTimerQuery() function
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrGpu.h722 virtual void endTimerQuery(const GrTimerQuery&) { SK_ABORT("timer query not supported."); } in endTimerQuery() function
/aosp_15_r20/external/skia/src/gpu/graphite/dawn/
H A DDawnCommandBuffer.cpp122 void DawnCommandBuffer::endTimerQuery() { in endTimerQuery() function in skgpu::graphite::DawnCommandBuffer
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLGpu.cpp4452 void GrGLGpu::endTimerQuery(const GrTimerQuery& timerQuery) { in endTimerQuery() function in GrGLGpu