Searched defs:initGLResources (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DVideoLayerManager.cpp102 initGLResources();
106 void VideoLayerManager::initGLResources() function in class:WebCore::VideoLayerManager
108 GLUtils::checkGlError("before initGLResources()");
118 m_createdTexture = !GLUtils::checkGlError("initGLResources()");
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DTransferQueue.cpp101 void TransferQueue::initGLResources(int width, int height) function in class:WebCore::TransferQueue
H A DShaderProgram.cpp302 void ShaderProgram::initGLResources() function in class:WebCore::ShaderProgram
307 GLUtils::checkGlError("before initGLResources");
435 m_needsInit = GLUtils::checkGlError("initGLResources");

Completed in 121 milliseconds