Home
last modified time | relevance | path

Searched refs:DrawCallPerfParams (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/tests/perf_tests/
DDrawCallPerfParams.cpp14 DrawCallPerfParams::DrawCallPerfParams() in DrawCallPerfParams() function in DrawCallPerfParams
31 DrawCallPerfParams::~DrawCallPerfParams() = default;
33 std::string DrawCallPerfParams::story() const in story()
DDrawCallPerfParams.h18 struct DrawCallPerfParams : public RenderTestParams struct
21 DrawCallPerfParams();
22 ~DrawCallPerfParams() override;
DDrawCallPerf.cpp34 struct DrawArraysPerfParams : public DrawCallPerfParams
37 DrawArraysPerfParams(const DrawCallPerfParams &base) : DrawCallPerfParams(base) {} in DrawArraysPerfParams()
48 strstr << DrawCallPerfParams::story(); in story()
DDrawElementsPerf.cpp29 struct DrawElementsPerfParams final : public DrawCallPerfParams
42 strstr << DrawCallPerfParams::story(); in story()
/external/angle/src/tests/
DBUILD.gn333 "perf_tests/DrawCallPerfParams.cpp",
334 "perf_tests/DrawCallPerfParams.h",