OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GpuEventsDispatcher
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/common/gpu/
devtools_gpu_instrumentation.cc
15
bool
GpuEventsDispatcher
::enabled_ = false;
17
GpuEventsDispatcher
::
GpuEventsDispatcher
() {
20
GpuEventsDispatcher
::~
GpuEventsDispatcher
() {
23
void
GpuEventsDispatcher
::AddProcessor(DevToolsGpuAgent* processor) {
29
void
GpuEventsDispatcher
::RemoveProcessor(DevToolsGpuAgent* processor) {
38
void
GpuEventsDispatcher
::DoFireEvent(EventPhase phase,
41
GpuEventsDispatcher
* self =
devtools_gpu_instrumentation.h
18
class
GpuEventsDispatcher
: public base::NonThreadSafe {
25
GpuEventsDispatcher
();
26
~
GpuEventsDispatcher
();
51
GpuEventsDispatcher
::FireEvent(
GpuEventsDispatcher
::kEventStart, stub_);
54
GpuEventsDispatcher
::FireEvent(
GpuEventsDispatcher
::kEventFinish, stub_);
Completed in 41 milliseconds