OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GPUEvent
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/public/web/
WebDevToolsAgent.h
80
class
GPUEvent
{
82
GPUEvent
(double timestamp, int phase, bool foreign, size_t usedGPUMemoryBytes) :
92
virtual void processGPUEvent(const
GPUEvent
&) = 0;
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.h
122
class
GPUEvent
{
125
GPUEvent
(double timestamp, int phase, bool foreign, size_t usedGPUMemoryBytes) :
239
void processGPUEvent(const
GPUEvent
&);
Completed in 26 milliseconds