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

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc1828 GLuint validation_texture_; member in class:gpu::gles2::GLES2DecoderImpl
2339 validation_texture_(0),
3456 if (validation_texture_) {
3457 glDeleteTextures(1, &validation_texture_);
5632 if (!validation_texture_) {
5637 glGenTextures(1, &validation_texture_);
5642 glBindTexture(GL_TEXTURE_2D, validation_texture_);
5648 GL_TEXTURE_2D, validation_texture_, 0);

Completed in 530 milliseconds