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 70 class GPUEvent {
72 GPUEvent(double timestamp, int phase, bool foreign, uint64_t usedGPUMemoryBytes) :
84 virtual void processGPUEvent(const GPUEvent&) = 0;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.h 100 class GPUEvent {
103 GPUEvent(double timestamp, int phase, bool foreign, uint64_t usedGPUMemoryBytes, uint64_t limitGPUMemoryBytes) :
219 void processGPUEvent(const GPUEvent&);

Completed in 293 milliseconds