Searched refs:inputTypeIsFloatType (Results 1 – 2 of 2) sorted by relevance
195 static bool inputTypeIsFloatType (Array::InputType type) in inputTypeIsFloatType() function562 if (!inputTypeIsFloatType(m_inputType)) in glBind()597 if (!inputTypeIsFloatType(m_inputType)) in glBind()2063 …coordScale = (arraySpec.normalize && !inputTypeIsFloatType(arraySpec.inputType) ? 1.0f : float(0.9… in iterate()2076 …colorScale *= (arraySpec.normalize && !inputTypeIsFloatType(arraySpec.inputType) ? 1.0f : float(1.… in iterate()2078 …colorScale *= (arraySpec.normalize && !inputTypeIsFloatType(arraySpec.inputType) ? 1.0f : float(1.… in iterate()
189 static bool inputTypeIsFloatType (DrawTestSpec::InputType type) in inputTypeIsFloatType() function1069 if (!inputTypeIsFloatType(m_inputType)) in bindAttribute()3797 …attrMaxValue += (attribSpec.normalize && !inputTypeIsFloatType(attribSpec.inputType)) ? (1.0f) : (… in getCoordScale()3837 …colorScale *= (attribSpec.normalize && !inputTypeIsFloatType(attribSpec.inputType) ? 1.0f : float(… in getColorScale()3841 …colorScale *= (attribSpec.normalize && !inputTypeIsFloatType(attribSpec.inputType) ? 1.0f : float(… in getColorScale()