Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.hpp436 static bool doesTypeSupportMatrix(TYPES type);
Dgl4cShadingLanguage420PackTests.cpp569 bool Utils::doesTypeSupportMatrix(TYPES type) in doesTypeSupportMatrix() function in gl4cts::GLSL420Pack::Utils
4613 …if ((true == Utils::doesTypeSupportMatrix(types.m_t1)) && (true == Utils::doesTypeSupportMatrix(ty… in testInit()