OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MemoryStressCase
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/glshared/
glsMemoryStressCase.hpp
58
class
MemoryStressCase
: public tcu::TestCase
61
MemoryStressCase
(tcu::TestContext& testCtx, glu::RenderContext& renderContext, deUint32 objectTypes, int minTextureSize, int maxTextureSize, int minBufferSize, int maxBufferSize, bool write, bool use, bool useDummyData, bool clearAfterOOM, const char* name, const char* desc);
62
~
MemoryStressCase
(void);
78
MemoryStressCase
(const
MemoryStressCase
&);
79
MemoryStressCase
& operator= (const
MemoryStressCase
&);
glsMemoryStressCase.cpp
819
MemoryStressCase
::
MemoryStressCase
(tcu::TestContext& ctx, glu::RenderContext& renderContext, deUint32 objectTypes, int minTextureSize, int maxTextureSize, int minBufferSize, int maxBufferSize, bool write, bool use, bool useDummyData, bool clearAfterOOM, const char* name, const char* desc)
838
MemoryStressCase
::~
MemoryStressCase
(void)
842
void
MemoryStressCase
::init (void)
851
void
MemoryStressCase
::deinit (void)
856
tcu::TestCase::IterateResult
MemoryStressCase
::iterate (void)
/external/deqp/modules/egl/
teglMemoryStressTests.cpp
314
class
MemoryStressCase
: public TestCase
327
MemoryStressCase
(EglTestContext& eglTestCtx, Spec spec, const char* name, const char* description);
344
MemoryStressCase
::
MemoryStressCase
(EglTestContext& eglTestCtx, Spec spec, const char* name, const char* description)
356
void
MemoryStressCase
::init (void)
380
void
MemoryStressCase
::deinit (void)
392
TestCase::IterateResult
MemoryStressCase
::iterate (void)
476
MemoryStressCase
::Spec spec;
485
addChild(new
MemoryStressCase
(m_eglTestCtx, spec, "pbuffer_256x256", "PBuffer allocation stress tests"));
490
MemoryStressCase
::Spec spec
[
all
...]
Completed in 70 milliseconds