OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copyVideoTextureToPlatformTexture
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLVideoElement.h
57
// See more details at MediaPlayer::
copyVideoTextureToPlatformTexture
() defined in Source/WebCore/platform/graphics/MediaPlayer.h.
58
bool
copyVideoTextureToPlatformTexture
(GraphicsContext3D*, Platform3DObject texture, GC3Dint level, GC3Denum type, GC3Denum internalFormat, bool premultiplyAlpha, bool flipY);
HTMLVideoElement.cpp
192
bool HTMLVideoElement::
copyVideoTextureToPlatformTexture
(GraphicsContext3D* context, Platform3DObject texture, GC3Dint level, GC3Denum type, GC3Denum internalFormat, bool premultiplyAlpha, bool flipY)
196
return player()->
copyVideoTextureToPlatformTexture
(context, texture, level, type, internalFormat, premultiplyAlpha, flipY);
/external/chromium_org/third_party/WebKit/public/platform/
WebMediaPlayer.h
146
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/platform/graphics/media/
MediaPlayer.h
155
virtual bool
copyVideoTextureToPlatformTexture
(GraphicsContext3D*, Platform3DObject, GC3Dint, GC3Denum, GC3Denum, bool, bool) = 0;
/external/chromium_org/third_party/WebKit/Source/web/
WebMediaPlayerClientImpl.cpp
480
bool WebMediaPlayerClientImpl::
copyVideoTextureToPlatformTexture
(WebCore::GraphicsContext3D* context, Platform3DObject texture, GC3Dint level, GC3Denum type, GC3Denum internalFormat, bool premultiplyAlpha, bool flipY)
489
return m_webMediaPlayer->
copyVideoTextureToPlatformTexture
(webGraphicsContext3D, texture, level, internalFormat, type, premultiplyAlpha, flipY);
598
if (!m_webMediaPlayer->
copyVideoTextureToPlatformTexture
(webGraphicsContext3D, textureId, 0, GL_RGBA, GL_UNSIGNED_BYTE, true, false))
WebMediaPlayerClientImpl.h
122
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
110
virtual bool
copyVideoTextureToPlatformTexture
(
webmediaplayer_android.cc
520
bool WebMediaPlayerAndroid::
copyVideoTextureToPlatformTexture
(
[
all
...]
/external/chromium_org/content/renderer/media/
webmediaplayer_impl.h
151
virtual bool
copyVideoTextureToPlatformTexture
(
webmediaplayer_impl.cc
614
bool WebMediaPlayerImpl::
copyVideoTextureToPlatformTexture
(
628
TRACE_EVENT0("media", "WebMediaPlayerImpl:
copyVideoTextureToPlatformTexture
");
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp
[
all
...]
Completed in 71 milliseconds