Searched defs:copyVideoTextureToPlatformTexture (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLVideoElement.cpp212 bool HTMLVideoElement::copyVideoTextureToPlatformTexture(WebGraphicsContext3D* context, Platform3DObject texture, GLint level, GLenum internalFormat, GLenum type, bool premultiplyAlpha, bool flipY) function in class:blink::HTMLVideoElement
220 return webMediaPlayer()->copyVideoTextureToPlatformTexture(context, texture, level, internalFormat, type, premultiplyAlpha, flipY);
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebMediaPlayer.h154 virtual bool copyVideoTextureToPlatformTexture(WebGraphicsContext3D*, unsigned texture, unsigned level, unsigned internalFormat, unsigned type, bool premultiplyAlpha, bool flipY) { return false; } function in class:blink::WebMediaPlayer
/external/chromium_org/media/blink/
H A Dwebmediaplayer_impl.cc583 bool WebMediaPlayerImpl::copyVideoTextureToPlatformTexture( function in class:media::WebMediaPlayerImpl
591 TRACE_EVENT0("media", "WebMediaPlayerImpl:copyVideoTextureToPlatformTexture");
/external/chromium_org/content/renderer/media/android/
H A Dwebmediaplayer_android.cc608 if (!copyVideoTextureToPlatformTexture(context3D, textureId, 0,
627 bool WebMediaPlayerAndroid::copyVideoTextureToPlatformTexture( function in class:content::WebMediaPlayerAndroid

Completed in 125 milliseconds