Lines Matching refs:texture1
5154 const glu::Texture texture1 (m_context.getRenderContext());
5163 gl.glBindTexture(GL_TEXTURE_2D_ARRAY, *texture1);
5170 gl.glFramebufferTextureLayer(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT1, *texture1, 0, 0);
5188 const glu::Texture texture1 (m_context.getRenderContext());
5197 gl.glBindTexture(GL_TEXTURE_3D, *texture1);
5204 gl.glFramebufferTexture(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT1, *texture1, 0);