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

/external/chromium_org/gpu/command_buffer/service/
H A Dtexture_definition.cc299 wrap_t_(texture->wrap_t()),
353 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, wrap_t_);
401 texture->wrap_t_ = wrap_t_;
410 texture->wrap_t_ != wrap_t_) {
H A Dtexture_definition.h92 GLenum wrap_t_; member in class:gpu::gles2::TextureDefinition
H A Dtexture_manager.h56 return wrap_t_;
355 GLenum wrap_t_; member in class:gpu::gles2::Texture
H A Dtexture_manager.cc69 wrap_t_(GL_REPEAT),
184 wrap_t_ == GL_CLAMP_TO_EDGE;
233 min_filter_, mag_filter_, wrap_s_, wrap_t_,
289 wrap_s_ = wrap_t_ = GL_CLAMP_TO_EDGE;
587 wrap_t_ = param;

Completed in 264 milliseconds