OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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