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

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

Completed in 467 milliseconds