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

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
VideoLayerManager.h 111 void initGLResources();
VideoLayerManager.cpp 102 initGLResources();
106 void VideoLayerManager::initGLResources()
108 GLUtils::checkGlError("before initGLResources()");
118 m_createdTexture = !GLUtils::checkGlError("initGLResources()");
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TransferQueue.h 114 void initGLResources(int width, int height);
ShaderProgram.h 120 void initGLResources();
TransferQueue.cpp 101 void TransferQueue::initGLResources(int width, int height)
ShaderProgram.cpp 302 void ShaderProgram::initGLResources()
307 GLUtils::checkGlError("before initGLResources");
435 m_needsInit = GLUtils::checkGlError("initGLResources");
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
GLWebViewState.cpp 219 shader->initGLResources();
224 transferQueue->initGLResources(TilesManager::tileWidth(),

Completed in 333 milliseconds