Searched refs:bound_texture_external_oes (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state.h48 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;
H A Dcontext_state.cc42 return unit.bound_texture_external_oes.get()
43 ? unit.bound_texture_external_oes->service_id() : 0;
H A Dgles2_cmd_decoder.cc1885 texture_ref = info.bound_texture_external_oes;
2473 state_.texture_units[tt].bound_texture_external_oes = ref;
4278 unit.bound_texture_external_oes = texture_ref;
4724 if (unit.bound_texture_external_oes.get()) {
4725 *params = unit.bound_texture_external_oes->client_id();
10656 unit.bound_texture_external_oes = texture_ref;
H A Dtexture_manager.cc1380 texture = unit.bound_texture_external_oes.get();
/external/chromium_org/content/common/gpu/
H A Dstream_texture_android.cc134 active_unit.bound_texture_external_oes
135 ? active_unit.bound_texture_external_oes->service_id()
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.h373 bound_texture_external_oes(0) {}
384 GLuint bound_texture_external_oes; member in struct:gpu::gles2::GLES2Implementation::TextureUnit
H A Dgles2_implementation.cc764 texture_units_[active_texture_unit_].bound_texture_external_oes;
2583 if (unit.bound_texture_external_oes != texture) {
2584 unit.bound_texture_external_oes = texture;
2722 if (textures[ii] == unit.bound_texture_external_oes) {
2723 unit.bound_texture_external_oes = 0;

Completed in 212 milliseconds