HomeSort by relevance Sort by last modified time
    Searched refs:texture_units_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h 607 scoped_ptr<TextureUnit[]> texture_units_; member in class:gpu::gles2::GLES2Implementation
gles2_implementation.cc 162 texture_units_.reset(
656 *params = texture_units_[active_texture_unit_].bound_texture_2d;
662 *params = texture_units_[active_texture_unit_].bound_texture_cube_map;
    [all...]

Completed in 52 milliseconds