Searched refs:copyVideoTextureToPlatformTexture (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLVideoElement.h72 // See more details at MediaPlayer::copyVideoTextureToPlatformTexture() defined in Source/WebCore/platform/graphics/MediaPlayer.h.
73 bool copyVideoTextureToPlatformTexture(WebGraphicsContext3D*, Platform3DObject texture, GC3Dint level, GLenum internalFormat, GLenum type, bool premultiplyAlpha, bool flipY);
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.h130 virtual bool copyVideoTextureToPlatformTexture(
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.h134 virtual bool copyVideoTextureToPlatformTexture(
H A Dwebmediaplayer_android.cc608 if (!copyVideoTextureToPlatformTexture(context3D, textureId, 0,
627 bool WebMediaPlayerAndroid::copyVideoTextureToPlatformTexture( function in class:content::WebMediaPlayerAndroid
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp3584 if (video->copyVideoTextureToPlatformTexture(webContext(), texture->object(), level, internalformat, type, m_unpackPremultiplyAlpha, m_unpackFlipY)) {

Completed in 5930 milliseconds