Searched refs:valSize (Results 1 – 3 of 3) sorted by relevance
318 DWORD valSize; local320 valSize = GetEnvironmentVariableA(name, NULL, 0);324 if (valSize == 0)330 inst->alloc_callbacks.pUserData, valSize, sizeof(char *),333 retVal = (char *)malloc(valSize);337 GetEnvironmentVariableA(name, retVal, valSize);
1426 const int valSize = glu::getDataTypeScalarSize(uniform.type); in checkUniformDefaultValues() local1436 for (int i = 0; i < valSize; i++) \ in checkUniformDefaultValues()
1792 const int valSize = glu::getDataTypeScalarSize(uniform.type); in checkUniformDefaultValues() local1802 for (int i = 0; i < valSize; i++) \ in checkUniformDefaultValues()