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

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

Completed in 211 milliseconds