Searched refs:doesTypeSupportMatrix (Results 1 – 2 of 2) sorted by relevance
436 static bool doesTypeSupportMatrix(TYPES type);
569 bool Utils::doesTypeSupportMatrix(TYPES type) in doesTypeSupportMatrix() function in gl4cts::GLSL420Pack::Utils4613 …if ((true == Utils::doesTypeSupportMatrix(types.m_t1)) && (true == Utils::doesTypeSupportMatrix(ty… in testInit()