Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/loader/
Dloader.c318 DWORD valSize; local
320 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);
/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp1426 const int valSize = glu::getDataTypeScalarSize(uniform.type); in checkUniformDefaultValues() local
1436 for (int i = 0; i < valSize; i++) \ in checkUniformDefaultValues()
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp1792 const int valSize = glu::getDataTypeScalarSize(uniform.type); in checkUniformDefaultValues() local
1802 for (int i = 0; i < valSize; i++) \ in checkUniformDefaultValues()