HomeSort by relevance Sort by last modified time
    Searched refs:DestroyStreamTexture (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/gpu/command_buffer/service/
stream_texture_manager.h 26 virtual void DestroyStreamTexture(uint32 service_id) = 0;
stream_texture_manager_mock.h 23 MOCK_METHOD1(DestroyStreamTexture, void(uint32 service_id));
stream_texture_manager_in_process_android.h 33 virtual void DestroyStreamTexture(uint32 service_id) OVERRIDE;
stream_texture_manager_in_process_android.cc 65 void StreamTextureManagerInProcess::DestroyStreamTexture(uint32 service_id) {
gles2_cmd_decoder_unittest.cc     [all...]
texture_manager.cc     [all...]
gles2_cmd_decoder.cc     [all...]
  /external/chromium_org/content/renderer/media/android/
stream_texture_factory_android.h 68 virtual void DestroyStreamTexture(unsigned texture_id) = 0;
stream_texture_factory_android_impl.h 33 virtual void DestroyStreamTexture(unsigned texture_id) OVERRIDE;
stream_texture_factory_android_synchronous_impl.h 52 virtual void DestroyStreamTexture(unsigned texture_id) OVERRIDE;
stream_texture_factory_android_impl.cc 125 void StreamTextureFactoryImpl::DestroyStreamTexture(unsigned texture_id) {
127 // TODO(sievers): Make the destroyStreamTexture implicit when the last
stream_texture_factory_android_synchronous_impl.cc 173 void StreamTextureFactorySynchronousImpl::DestroyStreamTexture(
webmediaplayer_android.cc 158 stream_texture_factory_->DestroyStreamTexture(texture_id_);
777 stream_texture_factory_->DestroyStreamTexture(texture_id_);
867 stream_texture_factory_->DestroyStreamTexture(texture_id_);
    [all...]
  /external/chromium_org/content/common/gpu/
stream_texture_manager_android.h 35 virtual void DestroyStreamTexture(uint32 service_id) OVERRIDE;
stream_texture_manager_android.cc 80 void StreamTextureManagerAndroid::DestroyStreamTexture(uint32 service_id) {

Completed in 421 milliseconds