Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fProgramUniformTests.cpp1985 const string nameWithMatrixType = nameWithBoolType + (matrixTypeI == 1 ? "row_major_" : ""); in init() local
1989 … const string name = nameWithMatrixType + getCaseShaderTypeName((CaseShaderType)shaderType); in init()
/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp2313 const string nameWithMatrixType = nameWithBoolType; in init() local
2317 … const string name = nameWithMatrixType + getCaseShaderTypeName((CaseShaderType)shaderType); in init()
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp2847 … const string nameWithMatrixType = nameWithBoolType + (matrixTypeI == 1 ? "row_major_" : ""); in init() local
2851 … const string name = nameWithMatrixType + getCaseShaderTypeName((CaseShaderType)shaderType); in init()