OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:failIfMajorPerformanceCaveat
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLContextAttributes.idl
36
attribute boolean
failIfMajorPerformanceCaveat
;
WebGLContextAttributes.cpp
120
bool WebGLContextAttributes::
failIfMajorPerformanceCaveat
() const
122
return m_attrs.
failIfMajorPerformanceCaveat
;
125
void WebGLContextAttributes::setFailIfMajorPerformanceCaveat(bool
failIfMajorPerformanceCaveat
)
127
m_attrs.
failIfMajorPerformanceCaveat
=
failIfMajorPerformanceCaveat
;
WebGLContextAttributes.h
76
bool
failIfMajorPerformanceCaveat
() const;
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8HTMLCanvasElementCustom.cpp
81
v8::Handle<v8::String>
failIfMajorPerformanceCaveat
= v8AtomicString(isolate, "
failIfMajorPerformanceCaveat
");
82
if (jsAttributes->Has(
failIfMajorPerformanceCaveat
))
83
webGLAttributes->setFailIfMajorPerformanceCaveat(jsAttributes->Get(
failIfMajorPerformanceCaveat
)->BooleanValue());
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext3D.h
89
,
failIfMajorPerformanceCaveat
(false)
102
bool
failIfMajorPerformanceCaveat
;
GraphicsContext3D.cpp
260
webAttributes.
failIfMajorPerformanceCaveat
= attrs.
failIfMajorPerformanceCaveat
;
[
all
...]
/external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h
95
,
failIfMajorPerformanceCaveat
(false)
109
bool
failIfMajorPerformanceCaveat
;
/external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc
142
attributes.
failIfMajorPerformanceCaveat
? 1 : 0;
[
all
...]
/external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc
325
attribs.push_back(attributes_.
failIfMajorPerformanceCaveat
? 1 : 0);
[
all
...]
Completed in 614 milliseconds