Searched defs:booleanTypeName (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp2256 const char* const booleanTypeName = booleanTypeI == 1 ? "int" local
2258 const string nameWithApiType = varyBoolApiType ? collName + "api_" + booleanTypeName + "_" : collName;
2321 const char* const booleanTypeName = booleanTypeI == 1 ? "int" local
2323 const string nameWithBoolType = varyBoolApiType ? collName + "api_" + booleanTypeName + "_" : collName;
/external/deqp/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp1989 const char* const booleanTypeName = booleanTypeI == 1 ? "int" local
1992 const string nameWithBoolType = varyBoolApiType ? collName + "api_" + booleanTypeName + "_" : collName;
/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp2781 const char* const booleanTypeName = booleanTypeI == 1 ? "int" local
2784 const string nameWithApiType = varyBoolApiType ? collName + "api_" + booleanTypeName + "_" : collName;
2851 const char* const booleanTypeName = booleanTypeI == 1 ? "int" local
2854 const string nameWithBoolType = varyBoolApiType ? collName + "api_" + booleanTypeName + "_" : collName;

Completed in 116 milliseconds