/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | unit_spirv.h | 107 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 D | glmark2Benchmark.cpp | 138 std::vector<const char *> args = { in run() local
|
/third_party/skia/src/gpu/glsl/ |
H A D | GrGLSLShaderBuilder.cpp | 51 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 D | StrokeTessellateOp.cpp | 176 void StrokeTessellateOp::prePrepareTessellator(GrTessellationShader::ProgramArgs&& args, in prePrepareTessellator() argument [all...] |
H A D | PathStencilCoverOp.cpp | 132 prePreparePrograms(const GrTessellationShader::ProgramArgs& args, GrAppliedClip&& appliedClip) prePreparePrograms() argument [all...] |
H A D | PathInnerTriangulateOp.cpp | 193 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 D | SkFontDescriptor.h | 28 SkFontData(std::unique_ptr<SkStreamAsset> stream, SkFontArguments args) in SkFontData() argument
|
H A D | SkTBlockList.h | 86 T& emplace_back(Args&&... args) { in emplace_back() argument
|
/third_party/skia/src/gpu/effects/ |
H A D | GrBicubicEffect.cpp | 30 void GrBicubicEffect::Impl::emitCode(EmitArgs& args) { in emitCode() argument [all...] |
H A D | GrSkSLFP.h | 145 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 D | GrSubRunAllocator.h | 178 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 D | StencilMaskHelper.cpp | 324 skgpu::v1::PathRenderer::StencilPathArgs args; in stencil_path() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
H A D | MacroExpander.cpp | 332 std::vector<MacroArg> args; in expandMacro() local 355 collectMacroArgs(const Macro ¯o, const Token &identifier, std::vector<MacroArg> *args, SourceLocation *closingParenthesisLocation) collectMacroArgs() argument 467 replaceMacroParams(const Macro ¯o, const std::vector<MacroArg> &args, std::vector<Token> *replacements) replaceMacroParams() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | DrawTester.hpp | 91 Resource<Image> addImage(Args &&...args) in addImage() argument
|
/third_party/openssl/ssl/statem/ |
H A D | statem.c | 139 va_list args; in ossl_statem_fatal() local
|
/third_party/openssl/test/ |
H A D | asynctest.c | 22 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 D | SfntDump.java | 73 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 D | small_vector.h | 387 void emplace_back(Args&&... args) { in emplace_back() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | pass_fixture.h | 87 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 D | unit_spirv.h | 107 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 D | enc_mips32.c | 122 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 D | winnmfmt.cpp | 342 va_list args; in format() local [all...] |
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
H A D | cgnomelayout.c | 310 const char **args; in main() local
|
H A D | gnomelayout.cpp | 325 const char **args = poptGetArgs(ptctx); in main() local
|
/third_party/skia/third_party/externals/icu/source/tools/icuswap/ |
H A D | icuswap.cpp | 81 printError(void *context, const char *fmt, va_list args) { in printError() argument
|