Home
last modified time | relevance | path

Searched defs:maker (Results 1 – 22 of 22) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DcircularTypeofWithFunctionModule.ts5 function maker (value: string): typeof maker.Bar { function
9 namespace maker { namespace
/third_party/typescript/tests/baselines/reference/
DcircularTypeofWithFunctionModule.js37 function maker(value) { function
40 (function (maker) { argument
DunusedLocalsOnFunctionDeclarationWithinFunctionExpression1.js13 function maker(child) { function
DunusedLocalsOnFunctionExpressionWithinFunctionDeclaration1.js13 var maker = function (child) { function
DunusedLocalsOnFunctionDeclarationWithinFunctionDeclaration1.js13 function maker(child) { function
DunusedLocalsOnFunctionExpressionWithinFunctionExpression1.js13 var maker = function (child) { function
DunusedLocalsOnFunctionExpressionWithinFunctionDeclaration2.js16 var maker = function (child) { function
DunusedLocalsOnFunctionDeclarationWithinFunctionExpression2.js16 function maker(child) { function
DunusedLocalsOnFunctionExpressionWithinFunctionExpression2.js16 var maker = function (child) { function
DunusedLocalsOnFunctionDeclarationWithinFunctionDeclaration2.js16 function maker(child) { function
/third_party/flutter/skia/bench/
DShaderMaskFilterBench.cpp43 ShaderMFBench(const char* nm, bool opaque, const ShaderMaker& maker) { in ShaderMFBench()
/third_party/skia/bench/
DShaderMaskFilterBench.cpp45 ShaderMFBench(const char* nm, bool opaque, const ShaderMaker maker) in ShaderMFBench()
/third_party/flutter/skia/src/gpu/
DSkGpuDevice_drawTexture.cpp390 GrYUVAImageTextureMaker maker(fContext.get(), image, useDecal); in drawImageQuad() local
442 GrImageTextureMaker maker(fContext.get(), image, SkImage::kAllow_CachingHint, useDecal); in drawImageQuad() local
449 GrBitmapTextureMaker maker(fContext.get(), bm, useDecal); in drawImageQuad() local
DSkGpuDevice.cpp1196 GrBitmapTextureMaker maker(fContext.get(), bitmap); in drawBitmapRect() local
1357 GrImageTextureMaker maker(fContext.get(), image, SkImage::kAllow_CachingHint); in drawImageNine() local
1360 GrBitmapTextureMaker maker(fContext.get(), bm); in drawImageNine() local
1370 GrBitmapTextureMaker maker(fContext.get(), bitmap); in drawBitmapNine() local
1418 GrImageTextureMaker maker(fContext.get(), image, SkImage::kAllow_CachingHint); in drawImageLattice() local
1421 GrBitmapTextureMaker maker(fContext.get(), bm); in drawImageLattice() local
1432 GrBitmapTextureMaker maker(fContext.get(), bitmap); in drawBitmapLattice() local
/third_party/skia/third_party/externals/piex/src/
Dpiex_types.h93 std::string maker; member
/third_party/flutter/skia/third_party/externals/piex/src/
Dpiex_types.h93 std::string maker; member
/third_party/flutter/skia/gm/
Dcolorfilterimagefilter.cpp236 template <typename Maker> void do_mixershader(SkCanvas* canvas, Maker&& maker) { in do_mixershader()
/third_party/flutter/skia/src/image/
DSkImage_Gpu.cpp394 GrImageTextureMaker maker(context, this, kDisallow_CachingHint); in makeTextureImage() local
400 GrBitmapTextureMaker maker(context, *bmp); in makeTextureImage() local
/third_party/skia/gm/
Dpatheffects.cpp274 for (auto maker : makers) { variable
/third_party/skia/src/effects/imagefilters/
DSkBlurImageFilter.cpp765 if (PassMaker* maker = GaussPass::MakeMaker(sigma, &alloc)) { in cpu_blur() local
768 if (PassMaker* maker = TentPass::MakeMaker(sigma, &alloc)) { in cpu_blur() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
DvktMeshShaderSmokeTestsEXT.cpp87 void makeMeshGraphicsPipeline ( GraphicsPipelineWrapper& maker, in makeMeshGraphicsPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderSmokeTestsEXT.cpp87 void makeMeshGraphicsPipeline ( GraphicsPipelineWrapper& maker, in makeMeshGraphicsPipeline()