Home
last modified time | relevance | path

Searched refs:RenderTestParams (Results 1 – 25 of 26) sorted by relevance

12

/external/angle/src/tests/perf_tests/
DANGLEPerfTest.h134 struct RenderTestParams : public angle::PlatformParameters struct
136 virtual ~RenderTestParams() {} in ~RenderTestParams() argument
153 const RenderTestParams &testParams, argument
178 const RenderTestParams &mTestParams;
DPreRotationPerf.cpp33 struct PreRotationParams final : public RenderTestParams
57 strstr << RenderTestParams::story(); in story()
DClearPerf.cpp25 struct ClearParams final : public RenderTestParams
56 strstr << RenderTestParams::story(); in story()
DDynamicPromotionPerfTest.cpp23 struct DynamicPromotionParams final : public RenderTestParams
34 return RenderTestParams::story(); in story()
DIndexConversionPerf.cpp19 struct IndexConversionPerfParams final : public RenderTestParams
30 strstr << RenderTestParams::story(); in story()
DDispatchComputePerf.cpp17 struct DispatchComputePerfParams final : public RenderTestParams
37 storyStr << RenderTestParams::story(); in story()
DPointSprites.cpp24 struct PointSpritesParams final : public RenderTestParams
73 strstr << RenderTestParams::story() << "_" << count << "_" << size << "px" in story()
DMultisampledRenderToTexturePerf.cpp25 struct MultisampledRenderToTextureParams final : public RenderTestParams
57 strstr << RenderTestParams::story(); in story()
DLinkProgramPerfTest.cpp38 struct LinkProgramParams final : public RenderTestParams
55 strstr << RenderTestParams::story(); in story()
DBindingPerf.cpp29 struct BindingsParams final : public RenderTestParams
59 strstr << RenderTestParams::story(); in story()
DDrawCallPerfParams.cpp37 strstr << RenderTestParams::story(); in story()
DFramebufferAttachmentPerfTest.cpp25 struct FramebufferAttachmentParams final : public RenderTestParams
51 strstr << RenderTestParams::story(); in story()
DBlitFramebufferPerf.cpp95 struct BlitFramebufferParams final : public RenderTestParams
109 storyStr << RenderTestParams::story(); in story()
DANGLEPerfTest.cpp498 std::string RenderTestParams::backend() const in backend()
554 std::string RenderTestParams::story() const in story()
570 std::string RenderTestParams::backendAndStory() const in backendAndStory()
576 const RenderTestParams &testParams, in ANGLERenderTest()
592 const_cast<RenderTestParams &>(testParams).iterationsPerStep = 1; in ANGLERenderTest()
DGenerateMipmapPerf.cpp25 struct GenerateMipmapParams final : public RenderTestParams
59 strstr << RenderTestParams::story(); in story()
DVulkanBarriersPerf.cpp22 struct VulkanBarriersPerfParams final : public RenderTestParams
119 sout << RenderTestParams::story(); in story()
DTextureSampling.cpp27 struct TextureSamplingParams final : public RenderTestParams
60 strstr << RenderTestParams::story() << "_" << numSamplers << "samplers"; in story()
DTexturesPerf.cpp22 struct TexturesParams final : public RenderTestParams
61 strstr << RenderTestParams::story(); in story()
DBufferSubData.cpp21 struct BufferSubDataParams final : public RenderTestParams
210 strstr << RenderTestParams::story(); in story()
DInstancingPerf.cpp44 struct InstancingPerfParams final : public RenderTestParams
63 strstr << RenderTestParams::story(); in story()
DDrawCallPerfParams.h18 struct DrawCallPerfParams : public RenderTestParams
DTextureUploadPerf.cpp25 struct TextureUploadParams final : public RenderTestParams
56 strstr << RenderTestParams::story(); in story()
DInterleavedAttributeData.cpp20 struct InterleavedAttributeDataParams final : public RenderTestParams
DUniformsPerf.cpp57 struct UniformsParams final : public RenderTestParams
90 strstr << RenderTestParams::story(); in story()
DMultiviewPerf.cpp75 struct MultiviewPerfParams final : public RenderTestParams
95 std::string name = RenderTestParams::story(); in story()

12