Searched refs:GetInfoLog (Results 1 – 17 of 17) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
D | APPLE_clip_distance_test.cpp | 67 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompiler); in TestShaderCompile() 136 ::testing::AssertionFailure() << sh::GetInfoLog(mCompiler); in TEST_P()
|
D | OES_sample_variables_test.cpp | 84 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompiler); in TestShaderCompile()
|
D | FragDepth_test.cpp | 59 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompiler); in TestShaderCompile()
|
D | EXT_clip_cull_distance_test.cpp | 265 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompiler); in TestShaderCompile()
|
D | Precise_test.cpp | 91 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompilerList[shaderOutputType]); in TestShaderCompile()
|
D | ShCompile_test.cpp | 44 const std::string &compileLog = sh::GetInfoLog(mCompiler); in testCompile()
|
D | EXT_shader_framebuffer_fetch_test.cpp | 196 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompilerList[shaderOutputType]); in TestShaderCompile()
|
D | ExpressionLimit_test.cpp | 235 std::string log = sh::GetInfoLog(compiler); in CheckShaderCompilation()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | ShaderExtensionTest.h | 72 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompiler); in TestShaderCompile()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglsl.c | 659 vtable->GetShaderInfoLog = gl->GetInfoLog; in _gst_glsl_funcs_fill() 661 vtable->GetProgramInfoLog = gl->GetInfoLog; in _gst_glsl_funcs_fill()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/ |
D | shaders.h | 298 GST_GL_EXT_FUNCTION (void, GetInfoLog,
|
/third_party/skia/third_party/externals/angle2/include/GLSLANG/ |
D | ShaderLang.h | 679 const std::string &GetInfoLog(const ShHandle handle);
|
/third_party/skia/third_party/externals/angle2/samples/shader_translator/ |
D | shader_translator.cpp | 334 std::string log = sh::GetInfoLog(compiler); in main()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Shader.cpp | 422 mInfoLog += sh::GetInfoLog(compilerHandle); in resolveCompile()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ShaderLang.cpp | 435 const std::string &GetInfoLog(const ShHandle handle) in GetInfoLog() function
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_shader_objects.txt | 167 4) Should the string returned by GetInfoLog be null terminated? 175 5) Should GetInfoLog also return the length of the string? 177 DISCUSSION: This applies to an older version of GetInfoLog, but is no 2852 - Clarified GetInfoLog, especially when sharing objects across 2869 GetActiveUniforms, GetInfoLog, GetAttachedObjects and 2936 - Changed resolution of issue 27 and the description of GetInfoLog to 2954 - Changed GetInfoLog to no longer return a pointer to GL memory. 2978 - Changed issue 5. This issue is now obsolete, with the new GetInfoLog
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_shader_objects.txt | 157 4) Should the string returned by GetInfoLog be null terminated? 165 5) Should GetInfoLog also return the length of the string? 167 DISCUSSION: This applies to an older version of GetInfoLog, but is no 2842 - Clarified GetInfoLog, especially when sharing objects across 2859 GetActiveUniforms, GetInfoLog, GetAttachedObjects and 2926 - Changed resolution of issue 27 and the description of GetInfoLog to 2944 - Changed GetInfoLog to no longer return a pointer to GL memory. 2968 - Changed issue 5. This issue is now obsolete, with the new GetInfoLog
|