Home
last modified time | relevance | path

Searched defs:info_log (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/glfw/examples/
Dheightmap.c127 char info_log[8192]; in make_shader() local
156 char info_log[8192]; in make_shader_program() local
/third_party/mesa3d/src/compiler/glsl/glcpp/
Dglcpp.c138 char *info_log = ralloc_strdup(ctx, ""); in main() local
Dpp.c225 glcpp_preprocess(void *ralloc_ctx, const char **shader, char **info_log, in glcpp_preprocess()
Dglcpp.h209 struct _mesa_string_buffer *info_log; member
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferPrecision.cpp244 glw::GLchar* info_log = new glw::GLchar[info_log_length]; in verifyShaderCompilationStatus() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderUtils.cpp212 std::string info_log = m_parent_test->getCompilationInfoLog(shader); in compileShaders() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/
DesextcTestCaseBase.cpp439 std::string info_log = getCompilationInfoLog(sh_id); in buildProgramVA() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cCommonBugsTests.cpp2630 char info_log[4096]; in runPipelineObjectValidationTestMode() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp3269 std::string info_log = getCompilationInfoLog(info.getShaderId()); in logCompilationLog() local
3288 std::string info_log = getLinkingInfoLog(program_object_id); in logLinkingLog() local
/third_party/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.h647 char *info_log; member