Home
last modified time | relevance | path

Searched refs:bound_texture_external_oes (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
Dcontext_state.h47 scoped_refptr<TextureRef> bound_texture_external_oes; member
63 return bound_texture_external_oes; in GetInfoForSamplerType()
79 if (bound_texture_external_oes.get() == texture) { in Unbind()
80 bound_texture_external_oes = NULL; in Unbind()
Dcontext_state.cc64 service_id = texture_unit.bound_texture_external_oes.get() in RestoreTextureUnitBindings()
65 ? texture_unit.bound_texture_external_oes->service_id() in RestoreTextureUnitBindings()
Dtexture_manager.cc1342 texture = unit.bound_texture_external_oes.get(); in GetTextureInfoForTarget()
Dgles2_cmd_decoder.cc2336 state_.texture_units[tt].bound_texture_external_oes = ref; in Initialize()
3999 unit.bound_texture_external_oes = texture_ref; in DoBindTexture()
4426 if (unit.bound_texture_external_oes.get()) { in GetHelper()
4427 *params = unit.bound_texture_external_oes->client_id(); in GetHelper()
10257 unit.bound_texture_external_oes = texture_ref; in DoConsumeTextureCHROMIUM()
/external/chromium_org/gpu/command_buffer/client/
Dgles2_implementation.h359 bound_texture_external_oes(0) {} in NON_EXPORTED_BASE()
370 GLuint bound_texture_external_oes; in NON_EXPORTED_BASE() member
Dgles2_implementation.cc717 texture_units_[active_texture_unit_].bound_texture_external_oes; in GetHelper()
2518 if (unit.bound_texture_external_oes != texture) { in BindTextureHelper()
2519 unit.bound_texture_external_oes = texture; in BindTextureHelper()
2650 if (textures[ii] == unit.bound_texture_external_oes) { in DeleteTexturesHelper()
2651 unit.bound_texture_external_oes = 0; in DeleteTexturesHelper()