Home
last modified time | relevance | path

Searched refs:isIncomplete (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
DWebGLFramebuffer.h64 bool isIncomplete(bool checkInternalFormat) const;
DWebGLFramebuffer.cpp216 bool WebGLFramebuffer::isIncomplete(bool checkInternalFormat) const in isIncomplete() function in WebCore::WebGLFramebuffer
243 if (isIncomplete(true)) in onAccess()
DWebGLRenderingContext.cpp946 if (m_framebufferBinding->isIncomplete(true)) in checkFramebufferStatus()
1993 …amebufferBinding || !m_framebufferBinding->object() || m_framebufferBinding->isIncomplete(false)) { in getFramebufferAttachmentParameter()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0617412 …(WebCore::WebGLFramebuffer::isIncomplete): Add an extra parameter deciding whether we should check…
17413 (WebCore::WebGLFramebuffer::onAccess): Pass extra parameter in isIncomplete.
17416 … (WebCore::WebGLRenderingContext::checkFramebufferStatus): Pass extra parameter in isIncomplete.
18096 …(WebCore::WebGLFramebuffer::isIncomplete): Considering the case where DEPTH_STENCIL is not support…
20051 (WebCore::WebGLFramebuffer::isIncomplete): Attachments conflict check.