Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dshaderapi.c3582 char *path_cp = copy_string(ctx, path[i], length ? length[i] : -1, in _mesa_CompileShaderIncludeARB() local
3584 if (!path_cp) { in _mesa_CompileShaderIncludeARB()
3590 if (!validate_and_tokenise_sh_incl(ctx, mem_ctx, &path_list, path_cp, in _mesa_CompileShaderIncludeARB()
3592 free(path_cp); in _mesa_CompileShaderIncludeARB()
3598 free(path_cp); in _mesa_CompileShaderIncludeARB()