OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Outputter
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
gpu_tracer.h
22
class
Outputter
;
85
scoped_refptr<
Outputter
> outputter_;
104
class
Outputter
: public base::RefCounted<
Outputter
> {
111
virtual ~
Outputter
() {}
112
friend class base::RefCounted<
Outputter
>;
115
class TraceOutputter : public
Outputter
{
123
friend class base::RefCounted<
Outputter
>;
136
GPUTrace(scoped_refptr<
Outputter
>
outputter
,
[
all
...]
gpu_tracer_unittest.cc
31
class MockOutputter : public
Outputter
{
119
MockOutputter*
outputter
= new MockOutputter();
local
120
scoped_refptr<
Outputter
> outputter_ref =
outputter
;
135
// Expected
Outputter
::Trace call
136
EXPECT_CALL(*
outputter
,
gpu_tracer.cc
62
GPUTrace::GPUTrace(scoped_refptr<
Outputter
>
outputter
,
67
outputter_(
outputter
),
Completed in 53 milliseconds