Home | History | Annotate | Download | only in functional

Lines Matching refs:framebufferTexture2D

365 	gl.framebufferTexture2D	(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D_MULTISAMPLE, m_texID, 0);
366 GLU_EXPECT_NO_ERROR (gl.getError(), "framebufferTexture2D");
650 gl.framebufferTexture2D (GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D_MULTISAMPLE, m_texID, 0);
651 GLU_EXPECT_NO_ERROR (gl.getError(), "framebufferTexture2D");
1176 gl.framebufferTexture2D(GL_FRAMEBUFFER, fboAttachment, textureTarget, m_textureID, 0);