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

/external/deqp/modules/glshared/
H A DglsDrawTest.cpp2201 const bool outputTypeSignedInteger = outputType == DrawTestSpec::OUTPUTTYPE_INT || outputType == DrawTestSpec::OUTPUTTYPE_IVEC2 || outputType == DrawTestSpec::OUTPUTTYPE_IVEC3 || outputType == DrawTestSpec::OUTPUTTYPE_IVEC4; local
2213 if (inputType == DrawTestSpec::INPUTTYPE_INT && !outputTypeSignedInteger)
2229 if (inputTypeUnsignedInteger && outputTypeSignedInteger)

Completed in 513 milliseconds