Home
last modified time | relevance | path

Searched refs:GetInfoLog (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DAPPLE_clip_distance_test.cpp67 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompiler); in TestShaderCompile()
136 ::testing::AssertionFailure() << sh::GetInfoLog(mCompiler); in TEST_P()
DOES_sample_variables_test.cpp84 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompiler); in TestShaderCompile()
DFragDepth_test.cpp59 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompiler); in TestShaderCompile()
DEXT_clip_cull_distance_test.cpp265 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompiler); in TestShaderCompile()
DPrecise_test.cpp91 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompilerList[shaderOutputType]); in TestShaderCompile()
DShCompile_test.cpp44 const std::string &compileLog = sh::GetInfoLog(mCompiler); in testCompile()
DEXT_shader_framebuffer_fetch_test.cpp196 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompilerList[shaderOutputType]); in TestShaderCompile()
DExpressionLimit_test.cpp235 std::string log = sh::GetInfoLog(compiler); in CheckShaderCompilation()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DShaderExtensionTest.h72 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompiler); in TestShaderCompile()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglsl.c659 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/
Dshaders.h298 GST_GL_EXT_FUNCTION (void, GetInfoLog,
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderLang.h679 const std::string &GetInfoLog(const ShHandle handle);
/third_party/skia/third_party/externals/angle2/samples/shader_translator/
Dshader_translator.cpp334 std::string log = sh::GetInfoLog(compiler); in main()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DShader.cpp422 mInfoLog += sh::GetInfoLog(compilerHandle); in resolveCompile()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DShaderLang.cpp435 const std::string &GetInfoLog(const ShHandle handle) in GetInfoLog() function
/third_party/openGLES/extensions/ARB/
DARB_shader_objects.txt167 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/
DARB_shader_objects.txt157 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