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

/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state.h40 scoped_refptr<TextureRef> bound_texture_2d; member in struct:gpu::gles2::TextureUnit
60 return bound_texture_2d;
74 if (bound_texture_2d.get() == texture) {
75 bound_texture_2d = NULL;
H A Dcontext_state.cc32 return unit.bound_texture_2d.get()
33 ? unit.bound_texture_2d->service_id() : 0;
H A Dgles2_cmd_decoder_unittest_context_state.cc96 state->texture_units[tt].bound_texture_2d = ref_2d;
H A Dgles2_cmd_decoder.cc1879 texture_ref = info.bound_texture_2d;
2486 state_.texture_units[tt].bound_texture_2d = ref;
4272 unit.bound_texture_2d = texture_ref;
4702 if (unit.bound_texture_2d.get()) {
4703 *params = unit.bound_texture_2d->client_id();
6290 ? texture_unit.bound_texture_2d.get()
10650 unit.bound_texture_2d = texture_ref;
H A Dtexture_manager.cc1368 texture = unit.bound_texture_2d.get();
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.h371 : bound_texture_2d(0),
376 GLuint bound_texture_2d; member in struct:gpu::gles2::GLES2Implementation::TextureUnit
H A Dgles2_implementation.cc751 *params = texture_units_[active_texture_unit_].bound_texture_2d;
2571 if (unit.bound_texture_2d != texture) {
2572 unit.bound_texture_2d = texture;
2716 if (textures[ii] == unit.bound_texture_2d) {
2717 unit.bound_texture_2d = 0;

Completed in 348 milliseconds