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

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
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.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...]

Completed in 60 milliseconds