Searched refs:nameWithBoolType (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp1991 const string nameWithBoolType = varyBoolApiType ? collName + "api_" + booleanTypeName + "_" : collName; local
1995 const string nameWithMatrixType = nameWithBoolType + (matrixTypeI == 1 ? "row_major_" : "");
/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp2322 const string nameWithBoolType = varyBoolApiType ? collName + "api_" + booleanTypeName + "_" : collName; local
2323 const string nameWithMatrixType = nameWithBoolType;
/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp2853 const string nameWithBoolType = varyBoolApiType ? collName + "api_" + booleanTypeName + "_" : collName; local
2857 const string nameWithMatrixType = nameWithBoolType + (matrixTypeI == 1 ? "row_major_" : "");

Completed in 1380 milliseconds