Home
last modified time | relevance | path

Searched refs:TextureWrapper (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/layers/
DMediaTexture.h63 struct TextureWrapper { struct
71 TextureWrapper* createTexture(); argument
72 void deleteTexture(TextureWrapper* item, bool force = false);
74 TextureWrapper* m_contentTexture;
75 Vector<TextureWrapper*> m_videoTextures;
DMediaTexture.cpp118 TextureWrapper* videoTexture = createTexture(); in initNativeWindowIfNeeded()
142 TextureWrapper* video = m_videoTextures[i]; in draw()
277 MediaTexture::TextureWrapper* MediaTexture::createTexture() in createTexture()
279 TextureWrapper* wrapper = new TextureWrapper(); in createTexture()
296 void MediaTexture::deleteTexture(TextureWrapper* texture, bool force) in deleteTexture()