Home
last modified time | relevance | path

Searched defs:args (Results 2526 - 2550 of 5166) sorted by relevance

1...<<101102103104105106107108109110>>...207

/third_party/pulseaudio/src/modules/raop/
H A Dmodule-raop-discover.c167 char *device = NULL, *nicename, *dname, *vname, *args; in resolver_cb() local
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-zeroconf-discover.c146 char *device = NULL, *dname, *module_name, *args; in resolver_cb() local
/third_party/pulseaudio/src/modules/bluetooth/
H A Dmodule-bluetooth-policy.c69 char *args; in source_put_hook_callback() local
110 char *args; in sink_put_hook_callback() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktTestCaseUtil.hpp138 FunctionInstance1 (Context& context, const Args& args) in FunctionInstance1() argument
207 FunctionSupport1 (const Args& args) in FunctionSupport1() argument
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A DMacroExpander.cpp326 std::vector<MacroArg> args; in expandMacro() local
349 collectMacroArgs(const Macro &macro, const Token &identifier, std::vector<MacroArg> *args, SourceLocation *closingParenthesisLocation) collectMacroArgs() argument
463 replaceMacroParams(const Macro &macro, const std::vector<MacroArg> &args, std::vector<Token> *replacements) replaceMacroParams() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DTranslatorMetal.cpp265 TIntermSequence args; in insertSampleMaskWritingLogic() local
H A DUtilsHLSL.cpp1111 TString DisambiguateFunctionName(const TIntermSequence *args) in DisambiguateFunctionName() argument
/third_party/vk-gl-cts/external/openglcts/modules/runner/
H A DglcTestRunner.hpp59 std::vector<std::string> args; member
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderIntegerMixTests.cpp121 std::map<std::string, std::string> args; in test() local
231 std::map<std::string, std::string> args; in test() local
373 std::map<std::string, std::string> args; in test() local
[all...]
H A DglcShaderNegativeTests.cpp88 std::map<std::string, std::string> args; in iterate() local
162 std::map<std::string, std::string> args; in iterate() local
247 std::map<std::string, std::string> args; iterate() local
345 std::map<std::string, std::string> args; iterate() local
397 testVertexFragment(const std::map<std::string, std::string>& args, const std::string& qualifier_name) testVertexFragment() argument
433 testCompute(const std::map<std::string, std::string>& args, const std::string& qualifier_name) testCompute() argument
[all...]
H A DglcTextureCompatibilityTests.cpp402 const auto args = std::map<std::string, std::string>{ { "VERSION", glslVersion } }; in initializeProgram() local
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dgenvk.py1063 args = parser.parse_args() global() variable
[all...]
H A Dreflow.py566 args = parser.parse_args() global() variable
[all...]
H A Dxml_consistency.py804 args = parser.parse_args() variable in Checker
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dsmall_vector.h387 void emplace_back(Args&&... args) { in emplace_back() argument
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dpass_fixture.h87 SinglePassRunToBinary( const std::string& assembly, bool skip_nop, Args&&... args) SinglePassRunToBinary() argument
98 SinglePassRunAndDisassemble( const std::string& assembly, bool skip_nop, bool do_validation, Args&&... args) SinglePassRunAndDisassemble() argument
131 SinglePassRunAndCheck(const std::string& original, const std::string& expected, bool skip_nop, bool do_validation, Args&&... args) SinglePassRunAndCheck() argument
167 SinglePassRunAndCheck(const std::string& original, const std::string& expected, bool skip_nop, Args&&... args) SinglePassRunAndCheck() argument
182 SinglePassRunAndMatch( const std::string& original, bool do_validation, Args&&... args) SinglePassRunAndMatch() argument
201 SinglePassRunAndFail(const std::string& original, Args&&... args) SinglePassRunAndFail() argument
222 AddPass(Args&&.... args) AddPass() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dunit_spirv.h107 MakeInstruction( SpvOp opcode, const std::vector<uint32_t>& args) MakeInstruction() argument
118 MakeInstruction( SpvOp opcode, std::vector<uint32_t> args, const std::vector<uint32_t>& extra_args) MakeInstruction() argument
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A Dglmark2Benchmark.cpp138 std::vector<const char *> args = { in run() local
/third_party/skia/src/gpu/glsl/
H A DGrGLSLShaderBuilder.cpp51 appendFunctionDecl(GrSLType returnType, const char* mangledName, SkSpan<const GrShaderVar> args) appendFunctionDecl() argument
65 emitFunction(GrSLType returnType, const char* mangledName, SkSpan<const GrShaderVar> args, const char* body) emitFunction() argument
81 emitFunctionPrototype(GrSLType returnType, const char* mangledName, SkSpan<const GrShaderVar> args) emitFunctionPrototype() argument
/third_party/skia/src/gpu/ops/
H A DStrokeTessellateOp.cpp176 void StrokeTessellateOp::prePrepareTessellator(GrTessellationShader::ProgramArgs&& args, in prePrepareTessellator() argument
[all...]
/third_party/skia/src/core/
H A DSkFontDescriptor.h28 SkFontData(std::unique_ptr<SkStreamAsset> stream, SkFontArguments args) in SkFontData() argument
H A DSkTBlockList.h86 T& emplace_back(Args&&... args) { in emplace_back() argument
/third_party/skia/src/gpu/effects/
H A DGrBicubicEffect.cpp30 void GrBicubicEffect::Impl::emitCode(EmitArgs& args) { in emitCode() argument
[all...]
H A DGrSkSLFP.h145 Make(sk_sp<SkRuntimeEffect> effect, const char* name, std::unique_ptr<GrFragmentProcessor> inputFP, OptFlags optFlags, Args&&... args) Make() argument
/third_party/skia/src/gpu/
H A DGrSubRunAllocator.h178 template <typename T, typename... Args> T* makePOD(Args&&... args) { in makePOD() argument
185 std::unique_ptr<T, Destroyer> makeUnique(Args&&... args) { in makeUnique() argument

Completed in 19 milliseconds

1...<<101102103104105106107108109110>>...207