Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCallDAG.cpp244 std::string errorStr = errorStream.str(); in assignIndicesInternal() local
245 mDiagnostics->globalError(errorStr.c_str()); in assignIndicesInternal()
DCompiler.cpp1453 std::string errorStr = errorStream.str(); in checkCallDepth() local
1454 mDiagnostics.globalError(errorStr.c_str()); in checkCallDepth()
/third_party/cef/libcef_dll/cpptoc/
Drequest_context_cpptoc.cc338 CefString errorStr(error); in request_context_set_preference() local
342 CefString(name), CefValueCppToC::Unwrap(value), errorStr); in request_context_set_preference()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderLibrary.cpp166 void parseError(const std::string& errorStr);
202 void ShaderParser::parseError(const std::string& errorStr) in parseError() argument
205 …throw tcu::InternalError((string("Parser error: ") + errorStr + " near '" + atStr + " ...'").c_str… in parseError()
/third_party/vk-gl-cts/framework/opengl/
DgluShaderLibrary.cpp368 void parseError (const std::string& errorStr);
420 void ShaderParser::parseError (const std::string& errorStr) in parseError() argument
423 …throw tcu::InternalError((string("Parser error: ") + errorStr + " near '" + atStr + " ...'").c_str… in parseError()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp3523 std::string errorStr = extraInfoStream.str(); in arrayExceedsLimits() local
3524 mContext.error(operand->getLine(), errorStr.c_str(), in arrayExceedsLimits()