Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fShaderMultisampleInterpolationStateQueryTests.hpp36 class ShaderMultisampleInterpolationStateQueryTests : public TestCaseGroup class
39 ShaderMultisampleInterpolationStateQueryTests(Context &context);
40 ~ShaderMultisampleInterpolationStateQueryTests(void);
45ShaderMultisampleInterpolationStateQueryTests(ShaderMultisampleInterpolationStateQueryTests &other…
46 ShaderMultisampleInterpolationStateQueryTests &operator=(
47 const ShaderMultisampleInterpolationStateQueryTests &other);
H A Des31fShaderMultisampleInterpolationStateQueryTests.cpp163 ShaderMultisampleInterpolationStateQueryTests::ShaderMultisampleInterpolationStateQueryTests(Contex… in ShaderMultisampleInterpolationStateQueryTests() function in deqp::gles31::Functional::ShaderMultisampleInterpolationStateQueryTests
168 ShaderMultisampleInterpolationStateQueryTests::~ShaderMultisampleInterpolationStateQueryTests(void) in ~ShaderMultisampleInterpolationStateQueryTests()
172 void ShaderMultisampleInterpolationStateQueryTests::init(void) in init()
H A Des31fFunctionalTests.cpp405 addChild(new ShaderMultisampleInterpolationStateQueryTests(m_context)); in init()