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

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc1797 GLuint validation_texture_; member in class:gpu::gles2::GLES2DecoderImpl
2275 validation_texture_(0),
3380 if (validation_texture_) {
3381 glDeleteTextures(1, &validation_texture_);
5440 if (!validation_texture_) {
5445 glGenTextures(1, &validation_texture_);
5450 glBindTexture(GL_TEXTURE_2D, validation_texture_);
5456 GL_TEXTURE_2D, validation_texture_, 0);

Completed in 146 milliseconds