OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextureSizeTests
(Results
1 - 6
of
6
) sorted by null
/external/deqp/modules/gles2/functional/
es2fTextureSizeTests.hpp
36
class
TextureSizeTests
: public TestCaseGroup
39
TextureSizeTests
(Context& context);
40
~
TextureSizeTests
(void);
45
TextureSizeTests
(const
TextureSizeTests
& other);
46
TextureSizeTests
& operator= (const
TextureSizeTests
& other);
es2fTextureSizeTests.cpp
323
TextureSizeTests
::
TextureSizeTests
(Context& context)
328
TextureSizeTests
::~
TextureSizeTests
(void)
332
void
TextureSizeTests
::init (void)
es2fFunctionalTests.cpp
174
addChild(new
TextureSizeTests
(m_context));
/external/deqp/modules/gles3/functional/
es3fTextureSizeTests.hpp
36
class
TextureSizeTests
: public TestCaseGroup
39
TextureSizeTests
(Context& context);
40
~
TextureSizeTests
(void);
45
TextureSizeTests
(const
TextureSizeTests
& other);
46
TextureSizeTests
& operator= (const
TextureSizeTests
& other);
es3fTextureSizeTests.cpp
324
TextureSizeTests
::
TextureSizeTests
(Context& context)
329
TextureSizeTests
::~
TextureSizeTests
(void)
333
void
TextureSizeTests
::init (void)
es3fFunctionalTests.cpp
242
addChild(new
TextureSizeTests
(m_context));
Completed in 116 milliseconds