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

  /external/chromium_org/gpu/command_buffer/service/
context_state.h 48 scoped_refptr<TextureRef> bound_texture_external_oes; member in struct:gpu::gles2::TextureUnit
64 return bound_texture_external_oes;
80 if (bound_texture_external_oes.get() == texture) {
81 bound_texture_external_oes = NULL;
context_state.cc 42 return unit.bound_texture_external_oes.get()
43 ? unit.bound_texture_external_oes->service_id() : 0;
gles2_cmd_decoder.cc     [all...]
texture_manager.cc     [all...]
  /external/chromium_org/content/common/gpu/
stream_texture_android.cc 134 active_unit.bound_texture_external_oes
135 ? active_unit.bound_texture_external_oes->service_id()
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h 373 bound_texture_external_oes(0) {}
384 GLuint bound_texture_external_oes; member in struct:gpu::gles2::GLES2Implementation::TextureUnit
gles2_implementation.cc 764 texture_units_[active_texture_unit_].bound_texture_external_oes;
    [all...]

Completed in 230 milliseconds