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

/external/deqp/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessTexturesTests.cpp9432 glw::GLuint to_1D_compressed_not_matching; local
9434 gl.createTextures(GL_TEXTURE_1D, 1, &to_1D_compressed_not_matching);
9437 gl.bindTexture(GL_TEXTURE_1D, to_1D_compressed_not_matching);
9461 gl.deleteTextures(1, &to_1D_compressed_not_matching);

Completed in 91 milliseconds