Searched refs:getCommonFuncCaseName (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fShaderCommonFunctionTests.cpp | 414 static std::string getCommonFuncCaseName (glu::DataType baseType, glu::Precision precision, glu::Sh… in getCommonFuncCaseName() function 423 …: CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "abs… in AbsCase() 505 …: CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "sig… in SignCase() 611 …: CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "rou… in RoundEvenCase() 722 …: CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "mod… in ModfCase() 788 …: CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "isn… in IsnanCase() 869 …: CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "isi… in IsinfCase() 950 …: CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), outI… in FloatBitsToUintIntCase() 1028 …: CommonFunctionCase(context, getCommonFuncCaseName(baseType, glu::PRECISION_HIGHP, shaderType).c_… in BitsToFloatCase() 1078 …: CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "flo… in FloorCase() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderCommonFunctionTests.cpp | 491 static std::string getCommonFuncCaseName (glu::DataType baseType, glu::Precision precision, glu::Sh… in getCommonFuncCaseName() function 500 …: CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "abs… in AbsCase() 582 …: CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "sig… in SignCase() 688 …: CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "rou… in RoundEvenCase() 799 …: CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "mod… in ModfCase() 865 …: CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "isn… in IsnanCase() 948 …: CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "isi… in IsinfCase() 1032 …: CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), outI… in FloatBitsToUintIntCase() 1110 …: CommonFunctionCase(context, getCommonFuncCaseName(baseType, glu::PRECISION_HIGHP, shaderType).c_… in BitsToFloatCase() 1160 …: CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "flo… in FloorCase() [all …]
|