Home | History | Annotate | Download | only in functional

Lines Matching refs:FloatBitsToUintIntCase

946 class FloatBitsToUintIntCase : public CommonFunctionCase
949 FloatBitsToUintIntCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType, bool outIsSigned)
1006 class FloatBitsToIntCase : public FloatBitsToUintIntCase
1010 : FloatBitsToUintIntCase(context, baseType, precision, shaderType, true)
1015 class FloatBitsToUintCase : public FloatBitsToUintIntCase
1019 : FloatBitsToUintIntCase(context, baseType, precision, shaderType, false)