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

  /external/chromium_org/gpu/command_buffer/service/
context_state.h 39 scoped_refptr<TextureRef> bound_texture_2d; member in struct:gpu::gles2::TextureUnit
59 return bound_texture_2d;
73 if (bound_texture_2d.get() == texture) {
74 bound_texture_2d = NULL;
context_state.cc 54 GLuint service_id = texture_unit.bound_texture_2d.get()
55 ? texture_unit.bound_texture_2d->service_id()
gles2_cmd_decoder.cc     [all...]
texture_manager.cc     [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h 357 : bound_texture_2d(0),
362 GLuint bound_texture_2d; member in struct:gpu::gles2::GLES2Implementation::TextureUnit
gles2_implementation.cc 704 *params = texture_units_[active_texture_unit_].bound_texture_2d;
    [all...]

Completed in 34 milliseconds