HomeSort by relevance Sort by last modified time
    Searched full:sharedtex (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/
DoubleBufferedTexture.cpp 167 SharedTexture* sharedTex = getWriteableTexture();
168 LOGV("Acquiring P Lock (%d)", sharedTex->getSourceTextureId());
169 TextureInfo* texInfo = sharedTex->lockSource();
178 SharedTexture* sharedTex = getWriteableTexture();
179 LOGV("Releasing P Lock (%d)", sharedTex->getSourceTextureId());
180 sharedTex->releaseSource();
181 LOGV("Released P Lock (%d)", sharedTex->getSourceTextureId());
195 SharedTexture* sharedTex = getReadableTexture();
196 LOGV("Acquiring C Lock (%d)", sharedTex->getSourceTextureId());
197 m_lockedConsumerTexture = sharedTex;
    [all...]

Completed in 41 milliseconds