HomeSort by relevance Sort by last modified time
    Searched refs:BeginFrame (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/native_client_sdk/src/examples/demo/flock/
frame_counter.h 18 void BeginFrame();
20 // Compute the delta since the last call to BeginFrame() and increment the
frame_counter.cc 10 void FrameCounter::BeginFrame() {
  /external/chromium_org/gpu/tools/compositor_model_bench/
shaders.h 43 void BeginFrame();
forward_render_model.cc 63 BeginFrame();
shaders.cc 378 void BeginFrame() {
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInstrumentation.h 129 extern const char BeginFrame[];
InspectorInstrumentation.cpp 235 const char BeginFrame[] = "BeginFrame";
InspectorTimelineAgent.cpp 129 const char BeginFrame[] = "BeginFrame";
355 dispatcher->addListener(InstrumentationEvents::BeginFrame, TRACE_EVENT_PHASE_INSTANT, this, &InspectorTimelineAgent::onBeginImplSideFrame, m_client);
426 m_pendingFrameRecord = TimelineRecordFactory::createGenericRecord(timestamp(), 0, TimelineRecordType::BeginFrame);
    [all...]
InspectorTimelineAgent.h 92 extern const char BeginFrame[];
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelineEventOverview.js 82 if (record.type === WebInspector.TimelineModel.RecordType.BeginFrame)
TimelineFrameController.js 86 var isFrameRecord = record.type === WebInspector.TimelineModel.RecordType.BeginFrame;
TimelineModel.js 56 BeginFrame: "BeginFrame",
TimelinePanel.js 720 var frameMarker = WebInspector.TimelinePresentationModel.createEventDivider(WebInspector.TimelineModel.RecordType.BeginFrame);
    [all...]
TimelinePresentationModel.js 74 recordStyles[recordTypes.BeginFrame] = { title: WebInspector.UIString("Frame Start"), category: categories["rendering"] };
225 else if (recordType === recordTypes.BeginFrame)
    [all...]

Completed in 579 milliseconds