Searched refs:capture_path (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | arbprogram.c | 413 const char *capture_path = _mesa_get_shader_capture_path(); local in function:_mesa_ProgramStringARB 414 if (capture_path != NULL) { 420 capture_path, shader_type[0], prog->Id);
|
| H A D | shaderapi.c | 1243 const char *capture_path = _mesa_get_shader_capture_path(); local in function:link_program 1244 if (shProg->Name != 0 && shProg->Name != ~0 && capture_path != NULL) { 1250 capture_path, shProg->Name, i); 1253 capture_path, shProg->Name);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | arbprogram.c | 439 const char *capture_path = _mesa_get_shader_capture_path(); local in function:set_program_string 440 if (capture_path != NULL) { 446 capture_path, shader_type[0], prog->Id);
|
| H A D | shaderapi.c | 1383 const char *capture_path = _mesa_get_shader_capture_path(); local in function:link_program 1384 if (shProg->Name != 0 && shProg->Name != ~0 && capture_path != NULL) { 1391 capture_path, shProg->Name, i); 1394 capture_path, shProg->Name);
|
Completed in 12 milliseconds