OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestCaseGroup
(Results
1 - 25
of
654
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/deqp/modules/gles2/performance/
es2pShaderCompilationCases.hpp
36
void addShaderCompilationPerformanceCases (
TestCaseGroup
& parentGroup);
/external/deqp/modules/gles3/performance/
es3pShaderCompilationCases.hpp
36
void addShaderCompilationPerformanceCases (
TestCaseGroup
& parentGroup);
/external/deqp/modules/egl/
teglSyncTests.hpp
34
class FenceSyncTests : public
TestCaseGroup
41
class ReusableSyncTests : public
TestCaseGroup
teglClientExtensionTests.hpp
34
class ClientExtensionTests : public
TestCaseGroup
teglGLES2SharedRenderingPerfTests.hpp
34
class GLES2SharedRenderingPerfTests : public
TestCaseGroup
teglGLES2SharingTests.hpp
34
class SharingTests : public
TestCaseGroup
teglGLES2SharingThreadedTests.hpp
35
class GLES2SharingThreadedTests : public
TestCaseGroup
teglMakeCurrentPerfTests.hpp
34
class MakeCurrentPerfTests : public
TestCaseGroup
teglMemoryStressTests.hpp
34
class MemoryStressTests : public
TestCaseGroup
teglMultiThreadTests.hpp
34
class MultiThreadedTests : public
TestCaseGroup
teglNativeColorMappingTests.hpp
34
class NativeColorMappingTests : public
TestCaseGroup
teglNativeCoordMappingTests.hpp
34
class NativeCoordMappingTests : public
TestCaseGroup
teglSurfacelessContextTests.hpp
34
class SurfacelessContextTests : public
TestCaseGroup
teglImageFormatTests.hpp
36
class SimpleCreationTests : public
TestCaseGroup
43
class ModifyTests : public
TestCaseGroup
50
class MultiContextRenderTests : public
TestCaseGroup
/external/deqp/modules/gles31/functional/
es31fFboNoAttachmentTests.hpp
36
tcu::
TestCaseGroup
* createFboNoAttachmentTests(Context& context);
37
tcu::
TestCaseGroup
* createFboNoAttachmentCompletenessTests(Context& context);
es31fBuiltinPrecisionTests.hpp
36
TestCaseGroup
* createBuiltinPrecisionTests (Context& context);
es31fSeparateShaderTests.hpp
35
TestCaseGroup
* createSeparateShaderTests (Context& context);
es31fTextureBufferTests.hpp
36
TestCaseGroup
* createTextureBufferTests (Context& context);
/external/deqp/modules/gles2/functional/
es2fAttribLocationTests.hpp
36
TestCaseGroup
* createAttributeLocationTests (Context& context);
es2fFboCompletenessTests.hpp
35
tcu::
TestCaseGroup
* createFboCompletenessTests (Context& context);
es2fLifetimeTests.hpp
35
TestCaseGroup
* createLifetimeTests (Context& context);
/external/deqp/modules/gles3/functional/
es3fAttribLocationTests.hpp
36
TestCaseGroup
* createAttributeLocationTests (Context& context);
es3fBuiltinPrecisionTests.hpp
36
TestCaseGroup
* createBuiltinPrecisionTests (Context& context);
es3fFboCompletenessTests.hpp
35
tcu::
TestCaseGroup
* createFboCompletenessTests (Context& context);
es3fLifetimeTests.hpp
35
TestCaseGroup
* createLifetimeTests (Context& context);
Completed in 212 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>