Searched defs:destination_texture (Results 1 - 1 of 1) sorted by relevance

/external/autotest/client/deps/glbench/src/
H A Dfillratetest.cc193 GLuint destination_texture = 0; local
194 glGenTextures(1, &destination_texture);
195 glBindTexture(GL_TEXTURE_2D, destination_texture);
212 GL_TEXTURE_2D, destination_texture, 0);
234 glDeleteTextures(1, &destination_texture);

Completed in 2435 milliseconds