Searched refs:strlen_or_zero (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dshaderapi.c698 static size_t strlen_or_zero(const char *s) function in typeref:typename:size_t
794 strlen_or_zero(shProg->data->UniformStorage[i].name);
850 * strlen_or_zero, as for shaders constructed from SPIR-V binaries,
853 const GLint len = strlen_or_zero(name) + 1;
918 strlen_or_zero(shProg->data->UniformBlocks[i].Name) + 1;

Completed in 11 milliseconds