OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is3d
(Results
1 - 8
of
8
) sorted by null
/external/webkit/Source/WebCore/bindings/js/
JSCanvasRenderingContextCustom.cpp
46
if (object->
is3d
())
/external/webkit/Source/WebCore/html/
HTMLCanvasElement.cpp
198
if (m_context && !m_context->
is3d
())
254
if (m_context && m_context->
is3d
() && oldSize != size())
302
if (
is3D
())
308
bool HTMLCanvasElement::
is3D
() const
310
return m_context && m_context->
is3d
();
373
if (!m_context || !m_context->
is3d
())
HTMLCanvasElement.h
126
bool
is3D
() const;
/external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext.h
57
virtual bool
is3d
() const { return false; }
function in class:WebCore::CanvasRenderingContext
WebGLRenderingContext.h
70
virtual bool
is3d
() const { return true; }
function in class:WebCore::WebGLRenderingContext
/external/webkit/Source/WebCore/bindings/v8/custom/
V8DocumentCustom.cpp
114
else if (result->
is3d
())
V8HTMLCanvasElementCustom.cpp
91
else if (result->
is3d
())
/external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DChromium.cpp
240
if (m_renderOutput && context->
is3d
()) {
[
all
...]
Completed in 193 milliseconds