Home | History | Annotate | Download | only in glshared

Lines Matching refs:texture1

1033 	GLuint					texture1	= createTexture(gl, m_target, 0);
1042 gl.bindTexture(m_target, texture1);
1043 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindTexture(m_target, texture1)");
1058 gl.bindTexture(m_target, texture1);
1059 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindTexture(m_target, texture1)");
1075 GLuint texture1 = createTexture(gl, m_target, 0);
1095 gl.bindTexture(m_target, texture1);
1096 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindTexture(m_target, texture1)");
1105 gl.bindTexture(m_target, texture1);
1106 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindTexture(m_target, texture1)");
1137 gl.deleteTextures(1, &texture1);
1138 GLU_EXPECT_NO_ERROR(gl.getError(), "glDeleteTextures(1, &texture1)");