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