Home
last modified time | relevance | path

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

/external/angle/src/tests/perf_tests/
DDrawCallPerf.cpp39 struct DrawArraysPerfParams : public DrawCallPerfParams struct
41 DrawArraysPerfParams() = default;
42 DrawArraysPerfParams(const DrawCallPerfParams &base) : DrawCallPerfParams(base) {} in DrawArraysPerfParams() function
49 std::string DrawArraysPerfParams::story() const in story()
91 std::ostream &operator<<(std::ostream &os, const DrawArraysPerfParams &params) in operator <<()
128 public ::testing::WithParamInterface<DrawArraysPerfParams>
643 DrawArraysPerfParams CombineStateChange(const DrawArraysPerfParams &in, StateChange stateChange) in CombineStateChange()
645 DrawArraysPerfParams out = in; in CombineStateChange()
657 using P = DrawArraysPerfParams;