Home
last modified time | relevance | path

Searched refs:gpuTracingSupport (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/
DGrGpu.cpp254 if (this->caps()->gpuTracingSupport()) { in saveActiveTraceMarkers()
264 if (this->caps()->gpuTracingSupport()) { in restoreActiveTraceMarkers()
276 if (this->caps()->gpuTracingSupport()) { in addGpuTraceMarker()
285 if (this->caps()->gpuTracingSupport()) { in removeGpuTraceMarker()
DGrDrawTargetCaps.h135 bool gpuTracingSupport() const { return true; } in gpuTracingSupport() function
137 bool gpuTracingSupport() const { return fGpuTracingSupport; } in gpuTracingSupport() function
DGrDrawTarget.cpp332 if (this->caps()->gpuTracingSupport()) { in saveActiveTraceMarkers()
342 if (this->caps()->gpuTracingSupport()) { in restoreActiveTraceMarkers()
354 if (this->caps()->gpuTracingSupport()) { in addGpuTraceMarker()
362 if (this->caps()->gpuTracingSupport()) { in removeGpuTraceMarker()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp2813 if (this->caps()->gpuTracingSupport()) { in didAddGpuTraceMarker()
2825 if (this->caps()->gpuTracingSupport()) { in didRemoveGpuTraceMarker()