Searched refs:DestroyStreamTexture (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dstream_texture_manager.h26 virtual void DestroyStreamTexture(uint32 service_id) = 0;
H A Dstream_texture_manager_mock.h23 MOCK_METHOD1(DestroyStreamTexture, void(uint32 service_id));
H A Dstream_texture_manager_in_process_android.h33 virtual void DestroyStreamTexture(uint32 service_id) OVERRIDE;
H A Dstream_texture_manager_in_process_android.cc65 void StreamTextureManagerInProcess::DestroyStreamTexture(uint32 service_id) { function in class:gpu::StreamTextureManagerInProcess
H A Dgles2_cmd_decoder_unittest.cc5662 DestroyStreamTexture(kServiceTextureId))
5728 DestroyStreamTexture(kServiceTextureId))
5774 DestroyStreamTexture(kServiceTextureId))
5804 DestroyStreamTexture(kServiceTextureId))
5824 DestroyStreamTexture(kServiceTextureId))
5908 DestroyStreamTexture(kServiceTextureId))
5935 DestroyStreamTexture(kServiceTextureId))
5996 DestroyStreamTexture(kServiceTextureId))
H A Dtexture_manager.cc1144 stream_texture_manager_->DestroyStreamTexture(texture->service_id());
H A Dgles2_cmd_decoder.cc9510 stream_texture_manager()->DestroyStreamTexture(texture_ref->service_id());
/external/chromium_org/content/renderer/media/android/
H A Dstream_texture_factory_android.h68 virtual void DestroyStreamTexture(unsigned texture_id) = 0;
H A Dstream_texture_factory_android_impl.h33 virtual void DestroyStreamTexture(unsigned texture_id) OVERRIDE;
H A Dstream_texture_factory_android_synchronous_impl.h52 virtual void DestroyStreamTexture(unsigned texture_id) OVERRIDE;
H A Dstream_texture_factory_android_impl.cc125 void StreamTextureFactoryImpl::DestroyStreamTexture(unsigned texture_id) { function in class:content::StreamTextureFactoryImpl
H A Dstream_texture_factory_android_synchronous_impl.cc173 void StreamTextureFactorySynchronousImpl::DestroyStreamTexture( function in class:content::StreamTextureFactorySynchronousImpl
H A Dwebmediaplayer_android.cc158 stream_texture_factory_->DestroyStreamTexture(texture_id_);
777 stream_texture_factory_->DestroyStreamTexture(texture_id_);
867 stream_texture_factory_->DestroyStreamTexture(texture_id_);
/external/chromium_org/content/common/gpu/
H A Dstream_texture_manager_android.h35 virtual void DestroyStreamTexture(uint32 service_id) OVERRIDE;
H A Dstream_texture_manager_android.cc83 void StreamTextureManagerAndroid::DestroyStreamTexture(uint32 service_id) { function in class:content::StreamTextureManagerAndroid

Completed in 313 milliseconds