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

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.cc103 active_texture_unit_(0),
747 *params = active_texture_unit_ + GL_TEXTURE0;
751 *params = texture_units_[active_texture_unit_].bound_texture_2d;
757 *params = texture_units_[active_texture_unit_].bound_texture_cube_map;
764 texture_units_[active_texture_unit_].bound_texture_external_oes;
2434 active_texture_unit_ = texture_index;
2568 TextureUnit& unit = texture_units_[active_texture_unit_];
H A Dgles2_implementation.h705 GLuint active_texture_unit_; member in class:gpu::gles2::GLES2Implementation

Completed in 527 milliseconds