HomeSort by relevance Sort by last modified time
    Searched full:m_basictype (Results 1 - 1 of 1) sorted by null

  /external/deqp/modules/gles31/functional/
es31fShaderSharedVarTests.cpp 84 const DataType m_basicType;
102 , m_basicType (basicType)
118 const char* typeName = getDataTypeName(m_basicType);
190 const int scalarSize = getDataTypeScalarSize(m_basicType);
192 if (isDataTypeFloatOrVec(m_basicType))
211 else if (isDataTypeIntOrIVec(m_basicType))
230 else if (isDataTypeUintOrUVec(m_basicType))
248 else if (isDataTypeBoolOrBVec(m_basicType))
266 else if (isDataTypeMatrix(m_basicType))
279 switch (m_basicType)
    [all...]

Completed in 304 milliseconds