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

  /external/chromium_org/content/renderer/media/android/
stream_texture_factory_android_impl.h 18 class StreamTextureFactoryImpl : public StreamTextureFactory {
20 StreamTextureFactoryImpl(WebKit::WebGraphicsContext3D* context,
23 virtual ~StreamTextureFactoryImpl();
42 DISALLOW_IMPLICIT_CONSTRUCTORS(StreamTextureFactoryImpl);
stream_texture_factory_android_impl.cc 82 StreamTextureFactoryImpl::StreamTextureFactoryImpl(
91 StreamTextureFactoryImpl::~StreamTextureFactoryImpl() {}
93 StreamTextureProxy* StreamTextureFactoryImpl::CreateProxy() {
99 void StreamTextureFactoryImpl::EstablishPeer(int32 stream_id, int player_id) {
105 unsigned StreamTextureFactoryImpl::CreateStreamTexture(
125 void StreamTextureFactoryImpl::DestroyStreamTexture(unsigned texture_id) {
135 void StreamTextureFactoryImpl::SetStreamTextureSize(
  /external/chromium_org/content/renderer/
render_view_impl.cc     [all...]

Completed in 87 milliseconds