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 103 initGLResources();
107 void VideoLayerManager::initGLResources()
109 GLUtils::checkGlError("before initGLResources()");
119 m_createdTexture = !GLUtils::checkGlError("initGLResources()");
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TransferQueue.cpp 100 void TransferQueue::initGLResources(int width, int height)
ShaderProgram.cpp 287 void ShaderProgram::initGLResources()
292 GLUtils::checkGlError("before initGLResources");
412 m_needsInit = GLUtils::checkGlError("initGLResources");
    [all...]

Completed in 310 milliseconds