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

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
MediaTexture.cpp 51 m_contentTexture = 0;
58 if (m_contentTexture)
59 deleteTexture(m_contentTexture, true);
94 if (!m_contentTexture) {
95 m_contentTexture = createTexture();
166 if (!m_contentTexture->mediaListener->isFrameAvailable())
169 m_contentTexture->surfaceTexture->updateTexImage();
171 sp<GraphicBuffer> buf = m_contentTexture->surfaceTexture->getCurrentBuffer();
180 TextureQuadData data(m_contentTexture->textureId, GL_TEXTURE_EXTERNAL_OES,
235 if (m_contentTexture)
    [all...]
MediaTexture.h 74 TextureWrapper* m_contentTexture;

Completed in 20 milliseconds