Searched refs:fGpuTracingSupport (Results 1 – 6 of 6) sorted by relevance
50 bool gpuTracingSupport() const { return fGpuTracingSupport; } in gpuTracingSupport()536 bool fGpuTracingSupport : 1; variable
24 fGpuTracingSupport = false; in GrCaps()203 writer->appendBool("Gpu Tracing Support", fGpuTracingSupport); in dumpJSON()
34 fGpuTracingSupport = false; //TODO: figure this out in GrD3DCaps()
47 fGpuTracingSupport = false; //TODO: figure this out in GrVkCaps()
385 fGpuTracingSupport = false;
589 fGpuTracingSupport = ctxInfo.hasExtension("GL_EXT_debug_marker"); in init()