OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShaderMultisampleInterpolationStateQueryTests
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/gles31/functional/
es31fShaderMultisampleInterpolationStateQueryTests.hpp
36
class
ShaderMultisampleInterpolationStateQueryTests
: public TestCaseGroup
39
ShaderMultisampleInterpolationStateQueryTests
(Context& context);
40
~
ShaderMultisampleInterpolationStateQueryTests
(void);
45
ShaderMultisampleInterpolationStateQueryTests
(
ShaderMultisampleInterpolationStateQueryTests
& other);
46
ShaderMultisampleInterpolationStateQueryTests
& operator= (const
ShaderMultisampleInterpolationStateQueryTests
& other);
es31fShaderMultisampleInterpolationStateQueryTests.cpp
145
ShaderMultisampleInterpolationStateQueryTests
::
ShaderMultisampleInterpolationStateQueryTests
(Context& context)
150
ShaderMultisampleInterpolationStateQueryTests
::~
ShaderMultisampleInterpolationStateQueryTests
(void)
154
void
ShaderMultisampleInterpolationStateQueryTests
::init (void)
es31fFunctionalTests.cpp
275
addChild(new
ShaderMultisampleInterpolationStateQueryTests
(m_context));
Completed in 181 milliseconds