Searched refs:descPostfix (Results 1 – 1 of 1) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fLayoutBindingTests.cpp | 2241 std::string descPostfix; in init() member 2263 std::string descPostfix; in init() member 2294 …m_context, test.name.c_str(), ("Sampler2D layout binding with " + test.descPostfix).c_str(), test.… in init() 2295 …m_context, test.name.c_str(), ("Sampler3D layout binding with " + test.descPostfix).c_str(), test.… in init() 2298 …e(m_context, test.name.c_str(), ("Image2D layout binding with " + test.descPostfix).c_str(), test.… in init() 2299 …e(m_context, test.name.c_str(), ("Image3D layout binding with " + test.descPostfix).c_str(), test.… in init() 2302 …rCase(m_context, test.name.c_str(), ("UBO layout binding with " + test.descPostfix).c_str(), test.… in init() 2305 …Case(m_context, test.name.c_str(), ("SSBO layout binding with " + test.descPostfix).c_str(), test.… in init() 2314 …, test.name.c_str(), ("Invalid sampler2d layout binding using " + test.descPostfix).c_str(), test.… in init() 2315 …, test.name.c_str(), ("Invalid sampler3d layout binding using " + test.descPostfix).c_str(), test.… in init() [all …]
|