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

  /external/chromium_org/third_party/WebKit/Source/core/html/
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/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/content/renderer/media/android/
webmediaplayer_android.cc 427 bool WebMediaPlayerAndroid::copyVideoTextureToPlatformTexture(
    [all...]
  /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))
  /external/chromium_org/content/renderer/media/
webmediaplayer_impl.cc 594 bool WebMediaPlayerImpl::copyVideoTextureToPlatformTexture(
    [all...]

Completed in 231 milliseconds