Searched refs:paramsIn (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | angle_test_configs.h | 317 inline PlatformParameters WithForceVulkanFallbackFormat(const PlatformParameters ¶msIn) in WithForceVulkanFallbackFormat() argument 319 PlatformParameters paramsOut = paramsIn; in WithForceVulkanFallbackFormat() 324 inline PlatformParameters WithLowPowerGPU(const PlatformParameters ¶msIn) in WithLowPowerGPU() argument 326 PlatformParameters paramsOut = paramsIn; in WithLowPowerGPU() 331 inline PlatformParameters WithHighPowerGPU(const PlatformParameters ¶msIn) in WithHighPowerGPU() argument 333 PlatformParameters paramsOut = paramsIn; in WithHighPowerGPU()
|
D | angle_test_instantiate.h | 291 for (const ParamsT ¶msIn : in) in CombineWithFuncs() local 295 out.push_back(modifier(paramsIn)); in CombineWithFuncs() 308 for (const ParamT ¶msIn : in) in CombineWithValues() local 312 out.push_back(combine(paramsIn, *iter)); in CombineWithValues()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | FrameCapture.cpp | 136 CallCapture::CallCapture(gl::EntryPoint entryPointIn, ParamBuffer &¶msIn) 137 : entryPoint(entryPointIn), params(std::move(paramsIn)) 140 CallCapture::CallCapture(const std::string &customFunctionNameIn, ParamBuffer &¶msIn) 143 params(std::move(paramsIn))
|
D | FrameCapture.h | 82 CallCapture(gl::EntryPoint entryPointIn, ParamBuffer &¶msIn); 83 CallCapture(const std::string &customFunctionNameIn, ParamBuffer &¶msIn);
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | TexturesPerf.cpp | 322 TexturesParams ApplyFrequencies(const TexturesParams ¶msIn, in ApplyFrequencies() argument 326 TexturesParams paramsOut = paramsIn; in ApplyFrequencies()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | FrameCapture.h | 102 CallCapture(EntryPoint entryPointIn, ParamBuffer &¶msIn); 103 CallCapture(const std::string &customFunctionNameIn, ParamBuffer &¶msIn);
|
D | FrameCapture.cpp | 4162 CallCapture::CallCapture(EntryPoint entryPointIn, ParamBuffer &¶msIn) in CallCapture() argument 4163 : entryPoint(entryPointIn), params(std::move(paramsIn)) in CallCapture() 4166 CallCapture::CallCapture(const std::string &customFunctionNameIn, ParamBuffer &¶msIn) in CallCapture() argument 4169 params(std::move(paramsIn)) in CallCapture()
|