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

  /external/chromium_org/gpu/command_buffer/service/
context_state.h 44 scoped_refptr<TextureRef> bound_texture_cube_map; member in struct:gpu::gles2::TextureUnit
62 return bound_texture_cube_map;
77 if (bound_texture_cube_map.get() == texture) {
78 bound_texture_cube_map = NULL;
context_state.cc 37 return unit.bound_texture_cube_map.get()
38 ? unit.bound_texture_cube_map->service_id() : 0;
gles2_cmd_decoder_unittest_context_state.cc 91 state->texture_units[tt].bound_texture_cube_map = ref_cube_map;
gles2_cmd_decoder.cc     [all...]
texture_manager.cc     [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h 372 bound_texture_cube_map(0),
380 GLuint bound_texture_cube_map; member in struct:gpu::gles2::GLES2Implementation::TextureUnit
gles2_implementation.cc 757 *params = texture_units_[active_texture_unit_].bound_texture_cube_map;
    [all...]

Completed in 275 milliseconds