Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcShaderGroupVoteTests.cpp337 m_shaderBase += "${VERSION}\n" in ShaderGroupVoteFunctionTestCaseBase()
357 const char *shaderBase = m_shaderBase.c_str(); in ShaderGroupVoteAllInvocationsTestCase()
373 const char *shaderBase = m_shaderBase.c_str(); in ShaderGroupVoteAnyInvocationTestCase()
389 const char *shaderBase = m_shaderBase.c_str(); in ShaderGroupVoteAllInvocationsEqualTestCase()
H A DglcShaderGroupVoteTests.hpp91 std::string m_shaderBase; member in glcts::ShaderGroupVoteFunctionTestCaseBase