Home | History | Annotate | Download | only in functional

Lines Matching full:texture1

5155 		const glu::Texture			texture1		(m_context.getRenderContext());
5164 gl.glBindTexture(GL_TEXTURE_2D_ARRAY, *texture1);
5171 gl.glFramebufferTextureLayer(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT1, *texture1, 0, 0);
5189 const glu::Texture texture1 (m_context.getRenderContext());
5198 gl.glBindTexture(GL_TEXTURE_3D, *texture1);
5205 gl.glFramebufferTexture(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT1, *texture1, 0);