Home
last modified time | relevance | path

Searched defs:args (Results 2301 - 2325 of 4805) sorted by relevance

1...<<919293949596979899100>>...193

/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...]
H A DPathStencilCoverOp.cpp132 prePreparePrograms(const GrTessellationShader::ProgramArgs& args, GrAppliedClip&& appliedClip) prePreparePrograms() argument
[all...]
H A DPathInnerTriangulateOp.cpp193 void PathInnerTriangulateOp::pushFanStencilProgram(const GrTessellationShader::ProgramArgs& args, in pushFanStencilProgram() argument
202 void PathInnerTriangulateOp::pushFanFillProgram(const GrTessellationShader::ProgramArgs& args, in pushFanFillProgram() argument
211 void PathInnerTriangulateOp::prePreparePrograms(const GrTessellationShader::ProgramArgs& args, in prePreparePrograms() 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
/third_party/skia/src/gpu/v1/
H A DStencilMaskHelper.cpp324 skgpu::v1::PathRenderer::StencilPathArgs args; in stencil_path() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DMacroExpander.cpp332 std::vector<MacroArg> args; in expandMacro() local
355 collectMacroArgs(const Macro &macro, const Token &identifier, std::vector<MacroArg> *args, SourceLocation *closingParenthesisLocation) collectMacroArgs() argument
467 replaceMacroParams(const Macro &macro, const std::vector<MacroArg> &args, std::vector<Token> *replacements) replaceMacroParams() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DDrawTester.hpp91 Resource<Image> addImage(Args &&...args) in addImage() argument
/third_party/openssl/ssl/statem/
H A Dstatem.c139 va_list args; in ossl_statem_fatal() local
/third_party/openssl/test/
H A Dasynctest.c22 static int only_pause(void *args) in only_pause() argument
29 static int add_two(void *args) in add_two() argument
38 static int save_current(void *args) in save_current() argument
46 static int change_deflt_libctx(void *args) in change_deflt_libctx() argument
80 static int waitfd(void *args) in waitfd() argument
113 static int blockpause(void *args) in blockpause() argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfntdump/
H A DSfntDump.java73 public static void main(String[] args) throws IOException { in main() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dsmall_vector.h387 void emplace_back(Args&&... args) { in emplace_back() argument
/third_party/skia/third_party/externals/swiftshader/third_party/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/swiftshader/third_party/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/libwebp/src/dsp/
H A Denc_mips32.c122 const int* args[3] = {(const int*)ref, (const int*)in, (const int*)dst}; in ITransformOne_MIPS32() local
489 const int* const args[3] = in FTransform_MIPS32() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dwinnmfmt.cpp342 va_list args; in format() local
[all...]
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A Dcgnomelayout.c310 const char **args; in main() local
H A Dgnomelayout.cpp325 const char **args = poptGetArgs(ptctx); in main() local
/third_party/skia/third_party/externals/icu/source/tools/icuswap/
H A Dicuswap.cpp81 printError(void *context, const char *fmt, va_list args) { in printError() argument

Completed in 21 milliseconds

1...<<919293949596979899100>>...193