Home
last modified time | relevance | path

Searched defs:gpuStats (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/native/services/gpuservice/tests/unittests/
H A DTestableGpuStats.h26 explicit TestableGpuStats(GpuStats *gpuStats) : mGpuStats(gpuStats) {} in TestableGpuStats()
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DCommandBuffer.h68 virtual std::optional<GpuStats> gpuStats() { return {}; } in gpuStats() function
/aosp_15_r20/external/skia/src/gpu/graphite/dawn/
H A DDawnCommandBuffer.cpp152 std::optional<GpuStats> DawnCommandBuffer::gpuStats() { in gpuStats() function in skgpu::graphite::DawnCommandBuffer