Searched refs:to_2D_compressed_not_matching (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessTexturesTests.cpp9465 glw::GLuint to_2D_compressed_not_matching; local
9467 gl.createTextures(GL_TEXTURE_2D, 1, &to_2D_compressed_not_matching);
9470 gl.bindTexture(GL_TEXTURE_2D, to_2D_compressed_not_matching);
9494 gl.deleteTextures(1, &to_2D_compressed_not_matching);

Completed in 106 milliseconds