Searched refs:isIncomplete (Results 1 – 4 of 4) sorted by relevance
64 bool isIncomplete(bool checkInternalFormat) const;
216 bool WebGLFramebuffer::isIncomplete(bool checkInternalFormat) const in isIncomplete() function in WebCore::WebGLFramebuffer243 if (isIncomplete(true)) in onAccess()
946 if (m_framebufferBinding->isIncomplete(true)) in checkFramebufferStatus()1993 …amebufferBinding || !m_framebufferBinding->object() || m_framebufferBinding->isIncomplete(false)) { in getFramebufferAttachmentParameter()
17412 …(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.