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
1015
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/deqp/modules/gles31/functional/
es31fCopyImageTests.hpp
33
class
TestCaseGroup
;
39
TestCaseGroup
* createCopyImageTests (Context& context);
es31fFboNoAttachmentTests.hpp
36
tcu::
TestCaseGroup
* createFboNoAttachmentTests(Context& context);
37
tcu::
TestCaseGroup
* createFboNoAttachmentCompletenessTests(Context& context);
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBufferMemoryAliasing.hpp
34
void addBufferSparseMemoryAliasingTests(tcu::
TestCaseGroup
* group);
vktSparseResourcesBufferSparseBinding.hpp
34
void addBufferSparseBindingTests (tcu::
TestCaseGroup
* group);
vktSparseResourcesBufferSparseResidency.hpp
34
void addBufferSparseResidencyTests(tcu::
TestCaseGroup
* group);
/external/deqp/external/vulkancts/modules/vulkan/
vktInfoTests.hpp
32
void createInfoTests (tcu::
TestCaseGroup
* testGroup);
/external/deqp/modules/egl/
teglGetFrameTimestampsTests.hpp
34
TestCaseGroup
* createGetFrameTimestampsTests (EglTestContext& eglTestCtx);
teglMultiContextTests.hpp
34
TestCaseGroup
* createMultiContextTests (EglTestContext& eglTestCtx);
teglRobustnessTests.hpp
34
TestCaseGroup
* createRobustnessTests (EglTestContext& eglTestCtx);
teglThreadCleanUpTests.hpp
34
TestCaseGroup
* createThreadCleanUpTest (EglTestContext& eglTestCtx);
teglSyncTests.hpp
34
class FenceSyncTests : public
TestCaseGroup
41
class ReusableSyncTests : public
TestCaseGroup
/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/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleImageTests.hpp
33
tcu::
TestCaseGroup
* createMultisampleSampledImageTests (tcu::TestContext& testCtx);
34
tcu::
TestCaseGroup
* createMultisampleStorageImageTests (tcu::TestContext& testCtx);
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationGeometryGridRenderTests.hpp
35
tcu::
TestCaseGroup
* createGeometryGridRenderLimitsTests (tcu::TestContext& testCtx);
36
tcu::
TestCaseGroup
* createGeometryGridRenderScatterTests (tcu::TestContext& testCtx);
/external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferTests.hpp
36
tcu::
TestCaseGroup
* createBufferTests (tcu::TestContext& testCtx);
vktApiBufferViewAccessTests.hpp
36
tcu::
TestCaseGroup
* createBufferViewAccessTests (tcu::TestContext& testCtx);
vktApiBufferViewCreateTests.hpp
36
tcu::
TestCaseGroup
* createBufferViewCreateTests (tcu::TestContext& testCtx);
vktApiCommandBuffersTests.hpp
32
tcu::
TestCaseGroup
* createCommandBuffersTests (tcu::TestContext& testCtx);
vktApiCopiesAndBlittingTests.hpp
36
tcu::
TestCaseGroup
* createCopiesAndBlittingTests (tcu::TestContext& testCtx);
vktApiDescriptorPoolTests.hpp
35
tcu::
TestCaseGroup
* createDescriptorPoolTests (tcu::TestContext& testCtx);
vktApiDeviceInitializationTests.hpp
34
tcu::
TestCaseGroup
* createDeviceInitializationTests (tcu::TestContext& testCtx);
vktApiFeatureInfo.hpp
34
tcu::
TestCaseGroup
* createFeatureInfoTests (tcu::TestContext& testCtx);
vktApiFillBufferTests.hpp
36
tcu::
TestCaseGroup
* createFillAndUpdateBufferTests (tcu::TestContext& testCtx);
vktApiGranularityTests.hpp
36
tcu::
TestCaseGroup
* createGranularityQueryTests (tcu::TestContext& testCtx);
Completed in 468 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>