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

/external/deqp/modules/gles3/functional/
H A Des3fFragmentOutputTests.cpp565 bool isUint = glu::isDataTypeUintOrUVec(output.type); local
654 else if (isUint)
716 bool isUint = glu::isDataTypeUintOrUVec(output.type); local
720 isUint ? GL_UNSIGNED_INT : GL_NONE;
773 const bool isUint = glu::isDataTypeUintOrUVec(output.type); local
789 if (isInt || isUint)
1001 bool isUint = glu::isDataTypeUintOrUVec(outType);
1008 else if (isUint)
H A Des3fTransformFeedbackTests.cpp528 bool isUint = glu::isDataTypeIntOrIVec(attrib.type.getBasicType()); local
561 else if (isUint)
H A Des3fShaderOperatorTests.cpp755 bool isUint = de::inRange<int>(inType, TYPE_UINT, TYPE_UINT_VEC4); local
770 else if (isInt || isUint)
780 else if (isInt || isUint)

Completed in 2348 milliseconds