Lines Matching defs:textures
2502 GLuint textures[5];
2504 gl.genTextures(5, textures);
2508 gl.bindTexture(GL_TEXTURE_2D, textures[i]);
2514 gl.bindImageTexture(0, textures[0], 0, GL_FALSE, 0, GL_READ_WRITE, GL_RGBA8UI);
2516 gl.bindImageTexture(1, textures[1], 0, GL_FALSE, 0, GL_READ_WRITE, GL_RGBA8UI);
2518 gl.bindImageTexture(2, textures[2], 0, GL_FALSE, 0, GL_READ_WRITE, GL_RGBA8UI);
2520 gl.bindImageTexture(3, textures[3], 0, GL_FALSE, 0, GL_READ_WRITE, GL_RGBA8UI);
2522 gl.bindImageTexture(4, textures[4], 0, GL_FALSE, 0, GL_READ_WRITE, GL_RGBA8UI);
2594 gl.bindTexture(GL_TEXTURE_2D, textures[i]);
2611 gl.deleteTextures(5, textures);