HomeSort by relevance Sort by last modified time
    Searched full:destination_texture (Results 1 - 1 of 1) sorted by null

  /external/autotest/client/deps/glbench/src/
fillratetest.cc 193 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 844 milliseconds