Home
last modified time | relevance | path

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

/external/deqp/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.cpp149 ShaderMultisampleInterpolationStateQueryTests::ShaderMultisampleInterpolationStateQueryTests (Conte… in ShaderMultisampleInterpolationStateQueryTests() function in deqp::gles31::Functional::ShaderMultisampleInterpolationStateQueryTests
154 ShaderMultisampleInterpolationStateQueryTests::~ShaderMultisampleInterpolationStateQueryTests (void) in ~ShaderMultisampleInterpolationStateQueryTests()
158 void ShaderMultisampleInterpolationStateQueryTests::init (void) in init()
Des31fFunctionalTests.cpp362 addChild(new ShaderMultisampleInterpolationStateQueryTests (m_context)); in init()