Home | History | Annotate | Download | only in chromium

Lines Matching defs:VideoLayerChromium

34 #include "VideoLayerChromium.h"
48 PassRefPtr<VideoLayerChromium> VideoLayerChromium::create(GraphicsLayerChromium* owner,
51 return adoptRef(new VideoLayerChromium(owner, provider));
54 VideoLayerChromium::VideoLayerChromium(GraphicsLayerChromium* owner, VideoFrameProvider* provider)
64 VideoLayerChromium::~VideoLayerChromium()
70 PassRefPtr<CCLayerImpl> VideoLayerChromium::createCCLayerImpl()
75 void VideoLayerChromium::deleteTexturesInUse()
88 void VideoLayerChromium::cleanupResources()
97 void VideoLayerChromium::updateCompositorResources()
160 void VideoLayerChromium::pushPropertiesTo(CCLayerImpl* layer)
172 unsigned VideoLayerChromium::determineTextureFormat(const VideoFrameChromium* frame)
186 bool VideoLayerChromium::allocateTexturesIfNeeded(GraphicsContext3D* context, const VideoFrameChromium* frame, unsigned textureFormat)
217 IntSize VideoLayerChromium::computeVisibleSize(const VideoFrameChromium* frame, unsigned plane)
241 void VideoLayerChromium::allocateTexture(GraphicsContext3D* context, unsigned textureId, const IntSize& dimensions, unsigned textureFormat) const
247 void VideoLayerChromium::updateTexture(GraphicsContext3D* context, unsigned textureId, const IntSize& dimensions, unsigned format, const void* data) const
263 void VideoLayerChromium::releaseCurrentFrame()
273 void VideoLayerChromium::resetFrameParameters()
285 void VideoLayerChromium::saveCurrentFrame(VideoFrameChromium* frame)