Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderImageSizeTests.cpp83 bool SupportedInTCS(int requiredTCS) in SupportedInTCS() function in gl4cts::__anon08cf75670111::ShaderImageSizeBase
138 return SupportedInTCS(required); in SupportedInStage()
Dgl4cShaderImageLoadStoreTests.cpp93 bool SupportedInTCS(int requiredTCS) in SupportedInTCS() function in gl4cts::__anon57be67590111::ShaderImageLoadStoreBase
143 return SupportedInVS(required) && SupportedInTCS(required) && SupportedInTES(required) && in SupportedInGeomStages()
154 return SupportedInTCS(required); in SupportedInStage()
Dgl4cShaderStorageBufferObjectTests.cpp117 bool SupportedInTCS(int requiredTCS) in SupportedInTCS() function in gl4cts::__anon69e0890f0111::ShaderStorageBufferObjectBase
2506 if (!SupportedInTCS(2)) in Run()