Searched refs:onAccess (Results 1 – 5 of 5) sorted by relevance
61 bool onAccess(bool needToInitializeRenderbuffers);
241 bool WebGLFramebuffer::onAccess(bool needToInitializeRenderbuffers) in onAccess() function in WebCore::WebGLFramebuffer
961 if (m_framebufferBinding && !m_framebufferBinding->onAccess(!isResourceSafe())) { in clear()1046 if (m_framebufferBinding && !m_framebufferBinding->onAccess(!isResourceSafe())) { in copyTexImage2D()1090 if (m_framebufferBinding && !m_framebufferBinding->onAccess(!isResourceSafe())) { in copyTexSubImage2D()1569 if (m_framebufferBinding && !m_framebufferBinding->onAccess(!isResourceSafe())) { in drawArrays()1643 if (m_framebufferBinding && !m_framebufferBinding->onAccess(!isResourceSafe())) { in drawElements()2836 if (m_framebufferBinding && !m_framebufferBinding->onAccess(!isResourceSafe())) { in readPixels()
10432 (WebCore::WebGLFramebuffer::onAccess):10884 …(WebCore::WebGLFramebuffer::onAccess): Use a parameter to decide if renderbuffer initialization is…10886 * html/canvas/WebGLFramebuffer.h: Modify onAccess function signature.10888 (WebCore::WebGLRenderingContext::clear): Call onAccess with an added parameter.17413 (WebCore::WebGLFramebuffer::onAccess): Pass extra parameter in isIncomplete.20052 …(WebCore::WebGLFramebuffer::onAccess): Check atatchment conflicts and buffer initialization if nec…20064 (WebCore::WebGLRenderingContext::clear): Call WebGLFramebuffer::onAccess.20070 (WebCore::WebGLRenderingContext::readPixels): Call WebGLFramebuffer::onAccess.
38368 …(WebCore::WebGLFramebuffer::onAccess): Use a parameter to decide if renderbuffer initialization is…38370 * html/canvas/WebGLFramebuffer.h: Modify onAccess with an added parameter.38372 (WebCore::WebGLRenderingContext::clear): Call onAccess with an added parameter.