HomeSort by relevance Sort by last modified time
    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 1159 milliseconds