Home
last modified time | relevance | path

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

/dports/games/egl/egl-0.3.1_9/common/
H A Dcommon.h62 uint32 Com_HashGenericFast (const char *name, const int hashSize);
H A Dcommon.c117 uint32 Com_HashGenericFast (const char *name, const int hashSize) in Com_HashGenericFast() function
/dports/games/egl/egl-0.3.1_9/renderer/
H A Drf_program.c192 prog->hashValue = Com_HashGenericFast (prog->name, MAX_PROGRAM_HASH); in R_LoadProgram()
251 hash = Com_HashGenericFast (fixedName, MAX_PROGRAM_HASH); in R_RegisterProgram()
H A Drf_shader.c1794 hashValue = Com_HashGenericFast (tempName, MAX_SHADER_HASH); in R_FindShader()
1846 shader->hashValue = Com_HashGenericFast (shader->name, MAX_SHADER_HASH); in R_NewShader()