Searched refs:m_rgbAttrType (Results 1 – 1 of 1) sorted by relevance
126 …glu::DataType m_rgbAttrType; // \note Instance attribute types, color components only. Positi… member in deqp::gles3::Functional::InstancedRenderingCase146 , m_rgbAttrType (rgbAttrType) in InstancedRenderingCase()160 bool isFloatCase = glu::isDataTypeFloatOrVec(m_rgbAttrType); in pushVarCompAttrib()161 bool isIntCase = glu::isDataTypeIntOrIVec(m_rgbAttrType); in pushVarCompAttrib()162 bool isUintCase = glu::isDataTypeUintOrUVec(m_rgbAttrType); in pushVarCompAttrib()163 bool isMatCase = glu::isDataTypeMatrix(m_rgbAttrType); in pushVarCompAttrib()177 bool isFloatCase = glu::isDataTypeFloatOrVec(m_rgbAttrType); in init()178 bool isIntCase = glu::isDataTypeIntOrIVec(m_rgbAttrType); in init()179 bool isUintCase = glu::isDataTypeUintOrUVec(m_rgbAttrType); in init()180 bool isMatCase = glu::isDataTypeMatrix(m_rgbAttrType); in init()[all …]