/external/deqp/modules/gles2/performance/ |
es2pDrawCallBatchingTests.cpp | 964 : TestCaseGroup(context, "draw_call_batching", "Draw call batching performance tests.") 1013 TestCaseGroup* drawTypeGroup = new TestCaseGroup(m_context, (string(dynamicIndices ? "dynamic_" : "") + (useIndexBuffer ? "buffer_" : "" ) + (drawElements ? "draw_elements" : "draw_arrays")).c_str(), (string("Test batched rendering with ") + (drawElements ? "draw_elements" : "draw_arrays")).c_str()); 1021 TestCaseGroup* callCountGroup = new TestCaseGroup(m_context, (de::toString(drawCallCount) + (drawCallCount == 1 ? "_draw" : "_draws")).c_str(), ("Test batched rendering performance with " + de::toString(drawCallCount) + " draw calls.").c_str()); 1022 TestCaseGroup* attributeCount1Group = new TestCaseGroup(m_context, "1_attribute", "Test draw call batching with 1 attribute."); 1023 TestCaseGroup* attributeCount8Group = new TestCaseGroup(m_context, "8_attributes", "Test draw call batching with 8 attributes."); 1032 TestCaseGroup* attributeCountGroup = NULL [all...] |
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineInputAssemblyTests.cpp | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
vktShaderRenderIndexingTests.cpp | [all...] |
vktShaderRenderReturnTests.cpp | 306 class ShaderReturnTests : public tcu::TestCaseGroup 319 : TestCaseGroup(context, "return", "Return Statement Tests") 489 tcu::TestCaseGroup* createReturnTests (tcu::TestContext& testCtx)
|
/external/deqp/modules/gles2/functional/ |
es2fVertexTextureTests.cpp | [all...] |
es2fLightAmountTest.cpp | 186 LightAmountTest::LightAmountTest (Context& context) : TestCaseGroup(context, "light_amount", "Light Amount Stress Tests")
|
/external/deqp/modules/gles31/functional/ |
es31fOpaqueTypeIndexingTests.cpp | [all...] |
es31fFboColorbufferTests.cpp | 260 : TestCaseGroup(context, "color", "Colorbuffer tests") 323 tcu::TestCaseGroup* texCubeArrayGroup = new tcu::TestCaseGroup(m_testCtx, "texcubearray", "Cube map array texture tests");
|
es31fBooleanStateQueryTests.cpp | 105 : TestCaseGroup(context, "boolean", "Boolean State Query tests")
|
es31fTextureGatherTests.cpp | [all...] |
/external/deqp/modules/gles3/functional/ |
es3fVertexTextureTests.cpp | [all...] |
es3fShaderApiTests.cpp | 919 void addProgramStateCase (TestCaseGroup* group, Context& context, const std::string& name, const std::string& desc) [all...] |
es3fShaderDerivateTests.cpp | [all...] |
es3fFboMultisampleTests.cpp | 250 : TestCaseGroup(context, "msaa", "Multisample FBO tests") 304 tcu::TestCaseGroup* sampleCountGroup = new tcu::TestCaseGroup(m_testCtx, (de::toString(samples) + "_samples").c_str(), "");
|
es3fTextureSpecificationTests.cpp | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
vktMemoryMappingTests.cpp | [all...] |
vktMemoryRequirementsTests.cpp | 632 void populateTestGroup (tcu::TestCaseGroup* group) 649 de::MovePtr<tcu::TestCaseGroup> bufferGroup(new tcu::TestCaseGroup(group->getTestContext(), "buffer", "")); 674 de::MovePtr<tcu::TestCaseGroup> imageGroup(new tcu::TestCaseGroup(group->getTestContext(), "image", "")); 709 tcu::TestCaseGroup* createRequirementsTests (tcu::TestContext& testCtx)
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
vktSynchronizationOperationMultiQueueTests.cpp | 519 void createTests (tcu::TestCaseGroup* group, PipelineCacheData* pipelineCacheData) 536 MovePtr<tcu::TestCaseGroup> synchGroup (new tcu::TestCaseGroup(testCtx, groups[groupNdx].name, "")); 546 MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(testCtx, opGroupName.c_str(), "")); 579 tcu::TestCaseGroup* createSynchronizedOperationMultiQueueTests (tcu::TestContext& testCtx, PipelineCacheData& pipelineCacheData)
|
vktSynchronizationOperationSingleQueueTests.cpp | 372 void createTests (tcu::TestCaseGroup* group, PipelineCacheData* pipelineCacheData) 391 de::MovePtr<tcu::TestCaseGroup> synchGroup (new tcu::TestCaseGroup(testCtx, groups[groupNdx].name, "")); 401 de::MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(testCtx, opGroupName.c_str(), "")); 424 tcu::TestCaseGroup* createSynchronizedOperationSingleQueueTests (tcu::TestContext& testCtx, PipelineCacheData& pipelineCacheData)
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
vktTessellationGeometryGridRenderTests.cpp | 655 tcu::TestCaseGroup* createGeometryGridRenderLimitsTests (tcu::TestContext& testCtx) 657 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "limits", "Render with properties near their limits")); 685 tcu::TestCaseGroup* createGeometryGridRenderScatterTests (tcu::TestContext& testCtx) 687 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "scatter", "Scatter output primitives"));
|
/external/deqp/modules/gles2/ |
tes2InfoTests.cpp | 122 : TestCaseGroup(context, "info", "Platform information queries")
|
/external/deqp/modules/gles3/ |
tes3InfoTests.cpp | 122 : TestCaseGroup(context, "info", "Platform information queries")
|
/external/deqp/modules/gles31/ |
tes31InfoTests.cpp | 122 : TestCaseGroup(context, "info", "Platform information queries")
|
/external/deqp/modules/gles2/accuracy/ |
es2aTextureMipmapTests.cpp | 641 : TestCaseGroup(context, "mipmap", "Mipmapping accuracy tests") 651 tcu::TestCaseGroup* group2D = new tcu::TestCaseGroup(m_testCtx, "2d", "2D Texture Mipmapping"); 652 tcu::TestCaseGroup* groupCube = new tcu::TestCaseGroup(m_testCtx, "cube", "Cube Map Filtering"); 697 tcu::TestCaseGroup* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, coordTypes[coordType].name, coordTypes[coordType].desc); 736 tcu::TestCaseGroup* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, cubeCoordTypes[coordType].name, cubeCoordTypes[coordType].desc);
|
/external/deqp/modules/gles3/accuracy/ |
es3aTextureMipmapTests.cpp | 629 : TestCaseGroup(context, "mipmap", "Mipmapping accuracy tests") 639 tcu::TestCaseGroup* group2D = new tcu::TestCaseGroup(m_testCtx, "2d", "2D Texture Mipmapping"); 640 tcu::TestCaseGroup* groupCube = new tcu::TestCaseGroup(m_testCtx, "cube", "Cube Map Filtering"); 685 tcu::TestCaseGroup* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, coordTypes[coordType].name, coordTypes[coordType].desc); 724 tcu::TestCaseGroup* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, cubeCoordTypes[coordType].name, cubeCoordTypes[coordType].desc);
|