Searched refs:logSize (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/angle/
H A DANGLEPlatformBridge.cpp201 int logSize = getValidationResultValue(compiler, SH_INFO_LOG_LENGTH); local
202 if (logSize > 1) {
203 OwnPtr<char[]> logBuffer = adoptArrayPtr(new char[logSize]);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Derrors.c505 _mesa_GetDebugMessageLogARB(GLuint count, GLsizei logSize, GLenum* sources, argument
513 logSize = 0;
515 if (logSize < 0) {
517 "(logSize=%d : logSize must not be negative)", logSize);
523 logSize, messageLog);
529 logSize -= written;
/external/mesa3d/src/mesa/main/
H A Derrors.c505 _mesa_GetDebugMessageLogARB(GLuint count, GLsizei logSize, GLenum* sources, argument
513 logSize = 0;
515 if (logSize < 0) {
517 "(logSize=%d : logSize must not be negative)", logSize);
523 logSize, messageLog);
529 logSize -= written;
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.cpp1010 UInt32 logSize; local
1011 if (!ConvertStringToUInt32((const wchar_t *)postString + pos, logSize))
1013 if (logSize > 31)
1015 options.DictionarySize = 1 << logSize;

Completed in 1348 milliseconds