Searched defs:info_log (Results 1 – 13 of 13) sorted by relevance
137 char *info_log = ralloc_strdup(ctx, ""); in main() local
224 glcpp_preprocess(void *ralloc_ctx, const char **shader, char **info_log, in glcpp_preprocess()
205 struct _mesa_string_buffer *info_log; member
244 glw::GLchar* info_log = new glw::GLchar[info_log_length]; in verifyShaderCompilationStatus() local
53 std::ostringstream info_log; variable
54 std::ostringstream info_log; variable
47 std::ostringstream info_log; variable
289 char info_log[4096]; in print_info_log() local
212 std::string info_log = m_parent_test->getCompilationInfoLog(shader); in compileShaders() local
433 std::string info_log = getCompilationInfoLog(sh_id); in buildProgramVA() local
2630 char info_log[4096]; in runPipelineObjectValidationTestMode() local
3275 std::string info_log = getCompilationInfoLog(info.getShaderId()); in logCompilationLog() local3294 std::string info_log = getLinkingInfoLog(program_object_id); in logLinkingLog() local
596 char *info_log; member