Searched refs:so_code (Results 1 – 2 of 2) sorted by relevance
266 std::string so_code; in iterate() local274 so_code = getFragmentShaderCode(n_po); in iterate()283 so_code = getTessellationControlShaderCode(n_po); in iterate()292 so_code = getTessellationEvaluationShaderCode(n_po); in iterate()301 so_code = getVertexShaderCode(n_po); in iterate()319 const char* so_unspecialized_code_ptr = so_code.c_str(); in iterate()
132 …const char* so_code = (n_shader_type == 0) ? specialized_fs_code_raw : specialized_gs_code_raw; in initShaderObjects() local136 &so_code, DE_NULL); /* length */ in initShaderObjects()406 const char* so_code = (n_shader_type == 0) ? in initShaderObjects() local413 &so_code, DE_NULL); /* length */ in initShaderObjects()763 const char* so_code = (n_shader_type == 0) ? in initShaderObjects() local770 &so_code, DE_NULL); /* length */ in initShaderObjects()