Home
last modified time | relevance | path

Searched refs:OOM_ERROR_CODE (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DGLUtils.cpp148 const GLint OOM_ERROR_CODE = 0x505; in crashIfOOM() local
149 if (errorCode == OOM_ERROR_CODE) { in crashIfOOM()