OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GPUTrace
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
gpu_tracer.cc
62
GPUTrace
::
GPUTrace
(scoped_refptr<Outputter> outputter,
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
> trace = markers_[source].back().trace_
[
all
...]
gpu_tracer.h
5
// 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
134
: public base::RefCounted<
GPUTrace
> {
136
GPUTrace
(scoped_refptr<Outputter> outputter,
150
~
GPUTrace
();
154
friend class base::RefCounted<
GPUTrace
>;
[
all
...]
Completed in 86 milliseconds