Lines Matching refs:numAttachments
2398 void CallLogWrapper::glInvalidateFramebuffer (glw::GLenum target, glw::GLsizei numAttachments, cons… argument
2401 …tFramebufferTargetStr(target) << ", " << numAttachments << ", " << getEnumPointerStr(attachments, …
2402 m_gl.invalidateFramebuffer(target, numAttachments, attachments);
2405 …nvalidateNamedFramebufferData (glw::GLuint framebuffer, glw::GLsizei numAttachments, const glw::GL… argument
2408 …age << "glInvalidateNamedFramebufferData(" << framebuffer << ", " << numAttachments << ", " << toH…
2409 m_gl.invalidateNamedFramebufferData(framebuffer, numAttachments, attachments);
2412 …lidateNamedFramebufferSubData (glw::GLuint framebuffer, glw::GLsizei numAttachments, const glw::GL… argument
2415 … << "glInvalidateNamedFramebufferSubData(" << framebuffer << ", " << numAttachments << ", " << toH…
2416 …m_gl.invalidateNamedFramebufferSubData(framebuffer, numAttachments, attachments, x, y, width, heig…
2419 void CallLogWrapper::glInvalidateSubFramebuffer (glw::GLenum target, glw::GLsizei numAttachments, c… argument
2422 …tFramebufferTargetStr(target) << ", " << numAttachments << ", " << getEnumPointerStr(attachments, …
2423 m_gl.invalidateSubFramebuffer(target, numAttachments, attachments, x, y, width, height);