Home
last modified time | relevance | path

Searched refs:compileLog (Results 1 – 25 of 38) sorted by relevance

12

/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/render_rfx/
H A Drfx_glpass.cpp55 compileLog = "OK (No sources)"; in CompileAndLink()
94 compileLog = "OK"; in CompileAndLink()
118 compileLog = "FAILED\n"; in FillInfoLog()
119 compileLog.append(infoLog); in FillInfoLog()
H A Drfx_glpass.h106 const QString GetCompilationLog() { return compileLog; } in GetCompilationLog()
111 QString compileLog; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/tests/compiler_tests/
H A DShCompile_test.cpp40 const std::string &compileLog = sh::GetInfoLog(mCompiler); in testCompile() local
41 EXPECT_EQ(expectation, success) << compileLog; in testCompile()
H A DShaderExtension_test.cpp84 const std::string &compileLog = sh::GetInfoLog(mCompiler); in TestShaderExtension() local
85 EXPECT_EQ(expectation, success) << compileLog; in TestShaderExtension()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/compiler_tests/
H A DShCompile_test.cpp44 const std::string &compileLog = sh::GetInfoLog(mCompiler); in testCompile() local
45 EXPECT_EQ(expectation, success) << compileLog; in testCompile()
/dports/lang/zig-devel/zig-0.9.0/lib/std/
H A Datomic.zig22 @compileLog(ordering, " only applies to a given memory location");
30 else => @compileLog(ordering, " only applies to a given memory location"),
/dports/lang/zig/zig-0.9.0/lib/std/
H A Datomic.zig22 @compileLog(ordering, " only applies to a given memory location");
30 else => @compileLog(ordering, " only applies to a given memory location"),
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/sdk/objc/components/renderer/opengl/
H A DRTCShader.mm55 std::unique_ptr<char[]> compileLog(new char[logLength]);
57 glGetShaderInfoLog(shader, logLength, NULL, compileLog.get());
58 RTC_LOG(LS_ERROR) << "Shader compile error: " << compileLog.get();
/dports/net-im/tg_owt/tg_owt-d578c76/src/sdk/objc/components/renderer/opengl/
H A DRTCShader.mm55 std::unique_ptr<char[]> compileLog(new char[logLength]);
57 glGetShaderInfoLog(shader, logLength, NULL, compileLog.get());
58 RTC_LOG(LS_ERROR) << "Shader compile error: " << compileLog.get();
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/sdk/objc/components/renderer/opengl/
H A DRTCShader.mm55 std::unique_ptr<char[]> compileLog(new char[logLength]);
57 glGetShaderInfoLog(shader, logLength, NULL, compileLog.get());
58 RTC_LOG(LS_ERROR) << "Shader compile error: " << compileLog.get();
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/sdk/objc/Framework/Classes/
H A DRTCShader.mm49 std::unique_ptr<char[]> compileLog(new char[logLength]);
51 glGetShaderInfoLog(shader, logLength, NULL, compileLog.get());
52 LOG(LS_ERROR) << "Shader compile error: " << compileLog.get();
/dports/graphics/colmap/colmap-3.6/lib/SiftGPU/
H A DProgramGLSL.cpp150 char * compileLog = new char[len+1]; in PrintCompileLog() local
151 if(compileLog == NULL) return; in PrintCompileLog()
153 glGetShaderInfoLog(_shaderID, len, &len, compileLog); in PrintCompileLog()
156 os<<"Compile Log\n"<<compileLog<<"\n"; in PrintCompileLog()
158 delete[] compileLog; in PrintCompileLog()
/dports/editors/dte/dte-cae7c45ea5a563c022001a54d1eee71c268f62b4/config/syntax/
H A Dzig82 @compileError @compileLog @cos @ctz @divExact @divFloor \
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/zordius/lightncandy/src/
H A DCompiler.php366 return static::compileLog($context, $vars, $raw);
642 protected static function compileLog(&$context, &$vars, $raw) function in LightnCandy\\Compiler
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/zordius/lightncandy/src/
H A DCompiler.php366 return static::compileLog($context, $vars, $raw);
642 protected static function compileLog(&$context, &$vars, $raw) function in LightnCandy\\Compiler
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/zordius/lightncandy/src/
H A DCompiler.php366 return static::compileLog($context, $vars, $raw);
642 protected static function compileLog(&$context, &$vars, $raw) function in LightnCandy\\Compiler
/dports/lang/zig-devel/zig-0.9.0/test/stage2/
H A Dx86_64.zig1030 var case = ctx.obj("@compileLog", target);
1036 \\ @compileLog(b, 20, f, x);
1037 \\ @compileLog(1000);
1043 \\ @compileLog(1234);
1055 \\ @compileLog(b, 20, f, x);
1056 \\ @compileLog(1000);
1060 \\ @compileLog(1234);
/dports/lang/zig/zig-0.9.0/test/stage2/
H A Dx86_64.zig1030 var case = ctx.obj("@compileLog", target);
1036 \\ @compileLog(b, 20, f, x);
1037 \\ @compileLog(1000);
1043 \\ @compileLog(1234);
1055 \\ @compileLog(b, 20, f, x);
1056 \\ @compileLog(1000);
1060 \\ @compileLog(1234);
/dports/lang/zig/zig-0.9.0/src/
H A DBuiltinFn.zig328 "@compileLog",
/dports/lang/zig-devel/zig-0.9.0/src/
H A DBuiltinFn.zig328 "@compileLog",
/dports/devel/zls/zls-0.9.0/src/data/
H A D0.7.0.zig483 .name = "@compileLog",
484 .signature = "@compileLog(args: ...)",
485 .snippet = "@compileLog(${1:args: ...})",
496 \\ @compileLog("comptime val1 = ", val1);
502 \\ @compileLog("comptime in main");
512 \\ @compileLog("comptime in main");
521 \\ @compileLog("comptime val1 = ", val1);
529 …\\ If all @compileLog calls are removed or not encountered by analysis, the program compiles succe…
H A D0.7.1.zig483 .name = "@compileLog",
484 .signature = "@compileLog(args: ...)",
485 .snippet = "@compileLog(${1:args: ...})",
496 \\ @compileLog("comptime val1 = ", val1);
502 \\ @compileLog("comptime in main");
512 \\ @compileLog("comptime in main");
521 \\ @compileLog("comptime val1 = ", val1);
529 …\\ If all @compileLog calls are removed or not encountered by analysis, the program compiles succe…
/dports/editors/kakoune/kakoune-2021.11.08/rc/filetype/
H A Dzig.kak93 …ll|cDefine|cImport|cInclude|clz|cmpxchgStrong|cmpxchgWeak|compileError|compileLog|ctz|cUndef|divEx…
/dports/lang/zig-devel/zig-0.9.0/test/behavior/
H A Dslice_stage1.zig308 // @compileLog(@TypeOf(t2));
/dports/lang/zig/zig-0.9.0/test/behavior/
H A Dslice_stage1.zig308 // @compileLog(@TypeOf(t2));

12