HomeSort by relevance Sort by last modified time
    Searched defs:cleanupGLResources (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
VideoLayerManager.cpp 122 void VideoLayerManager::cleanupGLResources()
150 GLUtils::checkGlError("cleanupGLResources()");
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TransferQueue.cpp 74 cleanupGLResources();
89 void TransferQueue::cleanupGLResources()
262 cleanupGLResources();
TilesManager.cpp 463 void TilesManager::cleanupGLResources()
466 shader()->cleanupGLResources();
467 videoLayerManager()->cleanupGLResources();
469 GLUtils::checkGlError("TilesManager::cleanupGLResources");
ShaderProgram.cpp 284 void ShaderProgram::cleanupGLResources()
297 GLUtils::checkGlError("cleanupGLResources");
    [all...]

Completed in 154 milliseconds