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

  /external/chromium_org/gpu/command_buffer/service/
context_state.h 43 scoped_refptr<TextureRef> bound_texture_cube_map; member in struct:gpu::gles2::TextureUnit
61 return bound_texture_cube_map;
76 if (bound_texture_cube_map.get() == texture) {
77 bound_texture_cube_map = NULL;
context_state.cc 58 service_id = texture_unit.bound_texture_cube_map.get()
59 ? texture_unit.bound_texture_cube_map->service_id()
gles2_cmd_decoder.cc     [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h 326 bound_texture_cube_map(0) {
334 GLuint bound_texture_cube_map; member in struct:gpu::gles2::GLES2Implementation::TextureUnit
gles2_implementation.cc 662 *params = texture_units_[active_texture_unit_].bound_texture_cube_map;
    [all...]

Completed in 69 milliseconds