Searched refs:bound_texture_rectangle_arb (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state.h52 scoped_refptr<TextureRef> bound_texture_rectangle_arb; member in struct:gpu::gles2::TextureUnit
66 return bound_texture_rectangle_arb;
H A Dcontext_state.cc47 return unit.bound_texture_rectangle_arb.get()
48 ? unit.bound_texture_rectangle_arb->service_id() : 0;
H A Dgles2_cmd_decoder.cc1888 texture_ref = info.bound_texture_rectangle_arb;
2479 state_.texture_units[tt].bound_texture_rectangle_arb = ref;
4281 unit.bound_texture_rectangle_arb = texture_ref;
4735 if (unit.bound_texture_rectangle_arb.get()) {
4736 *params = unit.bound_texture_rectangle_arb->client_id();
10659 unit.bound_texture_rectangle_arb = texture_ref;
H A Dtexture_manager.cc1383 texture = unit.bound_texture_rectangle_arb.get();

Completed in 714 milliseconds