Home | History | Annotate | Download | only in opengl

Lines Matching refs:bindTexture

135 			gl.bindTexture(GL_TEXTURE_2D, 0);
160 gl.bindTexture(GL_TEXTURE_CUBE_MAP, 0);
192 gl.bindTexture(GL_TEXTURE_2D_ARRAY, 0);
215 gl.bindTexture(GL_TEXTURE_3D, 0);
239 gl.bindTexture(GL_TEXTURE_2D_MULTISAMPLE, 0);
242 gl.bindTexture(GL_TEXTURE_2D_MULTISAMPLE_ARRAY, 0);
597 gl.bindTexture (GL_TEXTURE_1D, 0);
620 gl.bindTexture (GL_TEXTURE_2D, 0);
644 gl.bindTexture (GL_TEXTURE_CUBE_MAP, 0);
673 gl.bindTexture (GL_TEXTURE_1D_ARRAY, 0);
696 gl.bindTexture (GL_TEXTURE_2D_ARRAY, 0);
720 gl.bindTexture (GL_TEXTURE_3D, 0);
747 gl.bindTexture (GL_TEXTURE_RECTANGLE, 0);
769 gl.bindTexture (GL_TEXTURE_BUFFER, 0);
777 gl.bindTexture (GL_TEXTURE_2D_MULTISAMPLE, 0);
781 gl.bindTexture (GL_TEXTURE_2D_MULTISAMPLE_ARRAY, 0);