/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/render_rfx/ |
H A D | rfx_glpass.cpp | 55 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 D | rfx_glpass.h | 106 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 D | ShCompile_test.cpp | 40 const std::string &compileLog = sh::GetInfoLog(mCompiler); in testCompile() local 41 EXPECT_EQ(expectation, success) << compileLog; in testCompile()
|
H A D | ShaderExtension_test.cpp | 84 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 D | ShCompile_test.cpp | 44 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 D | atomic.zig | 22 @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 D | atomic.zig | 22 @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 D | RTCShader.mm | 55 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 D | RTCShader.mm | 55 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 D | RTCShader.mm | 55 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 D | RTCShader.mm | 49 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 D | ProgramGLSL.cpp | 150 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 D | zig | 82 @compileError @compileLog @cos @ctz @divExact @divFloor \
|
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/zordius/lightncandy/src/ |
H A D | Compiler.php | 366 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 D | Compiler.php | 366 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 D | Compiler.php | 366 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 D | x86_64.zig | 1030 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 D | x86_64.zig | 1030 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 D | BuiltinFn.zig | 328 "@compileLog",
|
/dports/lang/zig-devel/zig-0.9.0/src/ |
H A D | BuiltinFn.zig | 328 "@compileLog",
|
/dports/devel/zls/zls-0.9.0/src/data/ |
H A D | 0.7.0.zig | 483 .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 D | 0.7.1.zig | 483 .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 D | zig.kak | 93 …ll|cDefine|cImport|cInclude|clz|cmpxchgStrong|cmpxchgWeak|compileError|compileLog|ctz|cUndef|divEx…
|
/dports/lang/zig-devel/zig-0.9.0/test/behavior/ |
H A D | slice_stage1.zig | 308 // @compileLog(@TypeOf(t2));
|
/dports/lang/zig/zig-0.9.0/test/behavior/ |
H A D | slice_stage1.zig | 308 // @compileLog(@TypeOf(t2));
|