Home
last modified time | relevance | path

Searched refs:showDebugInfo (Results 1 – 7 of 7) sorted by relevance

/external/deqp/modules/glshared/
DglsLongStressCase.hpp285 bool showDebugInfo = false);
DglsLongStressCase.cpp1091 const bool showDebugInfo) in LongStressCase() argument
1104 , m_showDebugInfo (showDebugInfo) in LongStressCase()
/external/chromium_org/third_party/WebKit/Source/web/
DWebRemoteFrameImpl.h174 virtual WebString layerTreeAsText(bool showDebugInfo = false) const OVERRIDE;
DWebRemoteFrameImpl.cpp779 WebString WebRemoteFrameImpl::layerTreeAsText(bool showDebugInfo) const in layerTreeAsText()
DWebLocalFrameImpl.h227 virtual WebString layerTreeAsText(bool showDebugInfo = false) const OVERRIDE;
DWebLocalFrameImpl.cpp1541 WebString WebLocalFrameImpl::layerTreeAsText(bool showDebugInfo) const in layerTreeAsText()
1546 …return WebString(frame()->layerTreeAsText(showDebugInfo ? LayerTreeIncludesDebugInfo : LayerTreeNo… in layerTreeAsText()
/external/chromium_org/third_party/WebKit/public/web/
DWebFrame.h674 virtual WebString layerTreeAsText(bool showDebugInfo = false) const = 0;