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

  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h 610 GLuint active_texture_unit_; member in class:gpu::gles2::GLES2Implementation
gles2_implementation.cc 101 active_texture_unit_(0),
652 *params = active_texture_unit_ + GL_TEXTURE0;
656 *params = texture_units_[active_texture_unit_].bound_texture_2d;
662 *params = texture_units_[active_texture_unit_].bound_texture_cube_map;
    [all...]

Completed in 53 milliseconds