Searched refs:GPUTrace (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dgpu_tracer.h5 // This file contains the GPUTrace class.
23 class GPUTrace;
49 scoped_refptr<GPUTrace> trace_;
78 scoped_refptr<GPUTrace> CreateTrace(const std::string& name);
87 std::deque<scoped_refptr<GPUTrace> > traces_;
133 class GPU_EXPORT GPUTrace class in namespace:gpu::gles2
134 : public base::RefCounted<GPUTrace> {
136 GPUTrace(scoped_refptr<Outputter> outputter,
150 ~GPUTrace();
154 friend class base::RefCounted<GPUTrace>;
[all...]
H A Dgpu_tracer.cc62 GPUTrace::GPUTrace(scoped_refptr<Outputter> outputter, function in class:gpu::gles2::GPUTrace
85 GPUTrace::~GPUTrace() {
97 void GPUTrace::Start() {
126 void GPUTrace::End() {
143 bool GPUTrace::IsAvailable() {
156 void GPUTrace::Process() {
264 scoped_refptr<GPUTrace> trace = CreateTrace(name);
281 scoped_refptr<GPUTrace> trac
[all...]
H A Dgpu_tracer_unittest.cc139 scoped_refptr<GPUTrace> trace =
140 new GPUTrace(outputter_ref, trace_name, offset_time,
178 // Delegate query APIs used by GPUTrace to a GlFakeQueries
222 TEST_F(GpuARBTimerTracerTest, GPUTrace) {
229 TEST_F(GpuDisjointTimerTracerTest, GPUTrace) {

Completed in 158 milliseconds