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

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.h702 scoped_ptr<TextureUnit[]> texture_units_; member in class:gpu::gles2::GLES2Implementation
H A Dgles2_implementation.cc188 texture_units_.reset(
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;
2568 TextureUnit& unit = texture_units_[active_texture_unit_];
2715 TextureUnit& unit = texture_units_[tt];

Completed in 281 milliseconds