Home
last modified time | relevance | path

Searched refs:isColorAttached (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
DWebGLFramebuffer.cpp173 if (!object() || !isColorAttached()) in getWidth()
185 if (!object() || !isColorAttached()) in getHeight()
197 if (!object() || !isColorAttached()) in getColorBufferFormat()
DWebGLFramebuffer.h81 bool isColorAttached() const { return (m_colorAttachment && m_colorAttachment->object()); } in isColorAttached() function
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0620055 (WebCore::WebGLFramebuffer::isColorAttached):