Home
last modified time | relevance | path

Searched refs:m_rgbAttrType (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fInstancedRenderingTests.cpp126 …glu::DataType m_rgbAttrType; // \note Instance attribute types, color components only. Positi… member in deqp::gles3::Functional::InstancedRenderingCase
146 , 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 …]