Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderMultisampleInterpolationStateQueryTests.hpp36 class ShaderMultisampleInterpolationStateQueryTests : public TestCaseGroup class
39 ShaderMultisampleInterpolationStateQueryTests (Context& context);
40 ~ShaderMultisampleInterpolationStateQueryTests (void);
45ShaderMultisampleInterpolationStateQueryTests (ShaderMultisampleInterpolationStateQueryTests& othe…
46ShaderMultisampleInterpolationStateQueryTests& operator= (const ShaderMultisampleInterpol…
Des31fShaderMultisampleInterpolationStateQueryTests.cpp161 ShaderMultisampleInterpolationStateQueryTests::ShaderMultisampleInterpolationStateQueryTests (Conte… in ShaderMultisampleInterpolationStateQueryTests() function in deqp::gles31::Functional::ShaderMultisampleInterpolationStateQueryTests
166 ShaderMultisampleInterpolationStateQueryTests::~ShaderMultisampleInterpolationStateQueryTests (void) in ~ShaderMultisampleInterpolationStateQueryTests()
170 void ShaderMultisampleInterpolationStateQueryTests::init (void) in init()
Des31fFunctionalTests.cpp396 addChild(new ShaderMultisampleInterpolationStateQueryTests (m_context)); in init()