Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
Dangle_test_configs.h317 inline PlatformParameters WithForceVulkanFallbackFormat(const PlatformParameters &paramsIn) in WithForceVulkanFallbackFormat() argument
319 PlatformParameters paramsOut = paramsIn; in WithForceVulkanFallbackFormat()
324 inline PlatformParameters WithLowPowerGPU(const PlatformParameters &paramsIn) in WithLowPowerGPU() argument
326 PlatformParameters paramsOut = paramsIn; in WithLowPowerGPU()
331 inline PlatformParameters WithHighPowerGPU(const PlatformParameters &paramsIn) in WithHighPowerGPU() argument
333 PlatformParameters paramsOut = paramsIn; in WithHighPowerGPU()
Dangle_test_instantiate.h291 for (const ParamsT &paramsIn : in) in CombineWithFuncs() local
295 out.push_back(modifier(paramsIn)); in CombineWithFuncs()
308 for (const ParamT &paramsIn : in) in CombineWithValues() local
312 out.push_back(combine(paramsIn, *iter)); in CombineWithValues()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DFrameCapture.cpp136 CallCapture::CallCapture(gl::EntryPoint entryPointIn, ParamBuffer &&paramsIn)
137 : entryPoint(entryPointIn), params(std::move(paramsIn))
140 CallCapture::CallCapture(const std::string &customFunctionNameIn, ParamBuffer &&paramsIn)
143 params(std::move(paramsIn))
DFrameCapture.h82 CallCapture(gl::EntryPoint entryPointIn, ParamBuffer &&paramsIn);
83 CallCapture(const std::string &customFunctionNameIn, ParamBuffer &&paramsIn);
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DTexturesPerf.cpp322 TexturesParams ApplyFrequencies(const TexturesParams &paramsIn, in ApplyFrequencies() argument
326 TexturesParams paramsOut = paramsIn; in ApplyFrequencies()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.h102 CallCapture(EntryPoint entryPointIn, ParamBuffer &&paramsIn);
103 CallCapture(const std::string &customFunctionNameIn, ParamBuffer &&paramsIn);
DFrameCapture.cpp4162 CallCapture::CallCapture(EntryPoint entryPointIn, ParamBuffer &&paramsIn) in CallCapture() argument
4163 : entryPoint(entryPointIn), params(std::move(paramsIn)) in CallCapture()
4166 CallCapture::CallCapture(const std::string &customFunctionNameIn, ParamBuffer &&paramsIn) in CallCapture() argument
4169 params(std::move(paramsIn)) in CallCapture()