Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fProgramUniformTests.cpp1981 …const string nameWithBoolType = varyBoolApiType ? collName + "api_" + booleanTypeName + "_" : col… in init() local
1985 const string nameWithMatrixType = nameWithBoolType + (matrixTypeI == 1 ? "row_major_" : ""); in init()
/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp2312 …const string nameWithBoolType = varyBoolApiType ? collName + "api_" + booleanTypeName + "_" : col… in init() local
2313 const string nameWithMatrixType = nameWithBoolType; in init()
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp2843 …const string nameWithBoolType = varyBoolApiType ? collName + "api_" + booleanTypeName + "_" : col… in init() local
2847 … const string nameWithMatrixType = nameWithBoolType + (matrixTypeI == 1 ? "row_major_" : ""); in init()