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

  /external/chromium_org/third_party/WebKit/public/web/
WebMediaPlayer.h 139 virtual bool copyVideoTextureToPlatformTexture(WebGraphicsContext3D*, unsigned texture, unsigned level, unsigned internalFormat, unsigned type, bool premultiplyAlpha, bool flipY) { return false; }
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLVideoElement.h 66 // See more details at MediaPlayer::copyVideoTextureToPlatformTexture() defined in Source/WebCore/platform/graphics/MediaPlayer.h.
67 bool copyVideoTextureToPlatformTexture(GraphicsContext3D*, Platform3DObject texture, GC3Dint level, GC3Denum type, GC3Denum internalFormat, bool premultiplyAlpha, bool flipY);
HTMLVideoElement.cpp 208 bool HTMLVideoElement::copyVideoTextureToPlatformTexture(GraphicsContext3D* context, Platform3DObject texture, GC3Dint level, GC3Denum type, GC3Denum internalFormat, bool premultiplyAlpha, bool flipY)
212 return player()->copyVideoTextureToPlatformTexture(context, texture, level, type, internalFormat, premultiplyAlpha, flipY);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
MediaPlayer.h 155 virtual bool copyVideoTextureToPlatformTexture(GraphicsContext3D*, Platform3DObject, GC3Dint, GC3Denum, GC3Denum, bool, bool) = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
WebMediaPlayerClientImpl.cpp 516 bool WebMediaPlayerClientImpl::copyVideoTextureToPlatformTexture(WebCore::GraphicsContext3D* context, Platform3DObject texture, GC3Dint level, GC3Denum type, GC3Denum internalFormat, bool premultiplyAlpha, bool flipY)
525 return m_webMediaPlayer->copyVideoTextureToPlatformTexture(webGraphicsContext3D, texture, level, internalFormat, type, premultiplyAlpha, flipY);
654 if (!m_webMediaPlayer->copyVideoTextureToPlatformTexture(webGraphicsContext3D, textureId, 0, GraphicsContext3D::RGBA, GraphicsContext3D::UNSIGNED_BYTE, true, false))
WebMediaPlayerClientImpl.h 123 virtual bool copyVideoTextureToPlatformTexture(WebCore::GraphicsContext3D*, Platform3DObject texture, GC3Dint level, GC3Denum type, GC3Denum internalFormat, bool premultiplyAlpha, bool flipY) OVERRIDE;
  /external/chromium_org/content/renderer/media/android/
webmediaplayer_android.h 111 virtual bool copyVideoTextureToPlatformTexture(
webmediaplayer_android.cc 427 bool WebMediaPlayerAndroid::copyVideoTextureToPlatformTexture(
    [all...]
  /external/chromium_org/content/renderer/media/
webmediaplayer_impl.h 150 virtual bool copyVideoTextureToPlatformTexture(
webmediaplayer_impl.cc 594 bool WebMediaPlayerImpl::copyVideoTextureToPlatformTexture(
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp     [all...]

Completed in 911 milliseconds