Searched defs:info_log (Results 1 – 10 of 10) sorted by relevance
127 char info_log[8192]; in make_shader() local156 char info_log[8192]; in make_shader_program() local
138 char *info_log = ralloc_strdup(ctx, ""); in main() local
225 glcpp_preprocess(void *ralloc_ctx, const char **shader, char **info_log, in glcpp_preprocess()
209 struct _mesa_string_buffer *info_log; member
244 glw::GLchar* info_log = new glw::GLchar[info_log_length]; in verifyShaderCompilationStatus() local
212 std::string info_log = m_parent_test->getCompilationInfoLog(shader); in compileShaders() local
439 std::string info_log = getCompilationInfoLog(sh_id); in buildProgramVA() local
2630 char info_log[4096]; in runPipelineObjectValidationTestMode() local
3269 std::string info_log = getCompilationInfoLog(info.getShaderId()); in logCompilationLog() local3288 std::string info_log = getLinkingInfoLog(program_object_id); in logLinkingLog() local
647 char *info_log; member