Searched refs:bound_texture_external_oes (Results 1 – 6 of 6) sorted by relevance
47 scoped_refptr<TextureRef> bound_texture_external_oes; member63 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()
64 service_id = texture_unit.bound_texture_external_oes.get() in RestoreTextureUnitBindings()65 ? texture_unit.bound_texture_external_oes->service_id() in RestoreTextureUnitBindings()
1342 texture = unit.bound_texture_external_oes.get(); in GetTextureInfoForTarget()
2336 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()
359 bound_texture_external_oes(0) {} in NON_EXPORTED_BASE()370 GLuint bound_texture_external_oes; in NON_EXPORTED_BASE() member
717 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()