Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp2766 for (int booleanTypeI = 0; booleanTypeI < numBoolVariations; booleanTypeI++) in init() local
2768 const deUint32 booleanTypeFeat = booleanTypeI == 1 ? UniformCase::FEATURE_BOOLEANAPITYPE_INT in init()
2769 : booleanTypeI == 2 ? UniformCase::FEATURE_BOOLEANAPITYPE_UINT in init()
2771 const char* const booleanTypeName = booleanTypeI == 1 ? "int" in init()
2772 : booleanTypeI == 2 ? "uint" in init()
2835 for (int booleanTypeI = 0; booleanTypeI < numBoolVariations; booleanTypeI++) in init() local
2837 … const deUint32 booleanTypeFeat = booleanTypeI == 1 ? UniformCase::FEATURE_BOOLEANAPITYPE_INT in init()
2838 : booleanTypeI == 2 ? UniformCase::FEATURE_BOOLEANAPITYPE_UINT in init()
2840 const char* const booleanTypeName = booleanTypeI == 1 ? "int" in init()
2841 : booleanTypeI == 2 ? "uint" in init()
/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp2242 for (int booleanTypeI = 0; booleanTypeI < numBoolVariations; booleanTypeI++) in init() local
2244 const deUint32 booleanTypeFeat = booleanTypeI == 1 ? UniformCase::FEATURE_BOOLEANAPITYPE_INT in init()
2246 const char* const booleanTypeName = booleanTypeI == 1 ? "int" in init()
2306 for (int booleanTypeI = 0; booleanTypeI < numBoolVariations; booleanTypeI++) in init() local
2308 … const deUint32 booleanTypeFeat = booleanTypeI == 1 ? UniformCase::FEATURE_BOOLEANAPITYPE_INT in init()
2310 const char* const booleanTypeName = booleanTypeI == 1 ? "int" in init()
/external/deqp/modules/gles31/functional/
Des31fProgramUniformTests.cpp1973 for (int booleanTypeI = 0; booleanTypeI < numBoolVariations; booleanTypeI++) in init() local
1975 … const deUint32 booleanTypeFeat = booleanTypeI == 1 ? UniformCase::FEATURE_BOOLEANAPITYPE_INT in init()
1976 : booleanTypeI == 2 ? UniformCase::FEATURE_BOOLEANAPITYPE_UINT in init()
1978 const char* const booleanTypeName = booleanTypeI == 1 ? "int" in init()
1979 : booleanTypeI == 2 ? "uint" in init()