| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| H A D | Globals.cpp | 485 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create() function in GlobalAlias 491 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create() function in GlobalAlias 497 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create() function in GlobalAlias 503 GlobalAlias *GlobalAlias::create(LinkageType function in GlobalAlias 510 GlobalAlias *GlobalAlias::create(const Twine &Name, GlobalValue *Aliasee) { create() function in GlobalAlias 541 GlobalIFunc *GlobalIFunc::create(Type *Ty, unsigned AddressSpace, create() function in GlobalIFunc [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
| H A D | MCExpr.cpp | 158 const MCBinaryExpr *MCBinaryExpr::create(Opcode Opc, const MCExpr *LHS, in create() function in MCBinaryExpr 164 const MCUnaryExpr *MCUnaryExpr::create(Opcode Opc, const MCExpr *Expr, in create() function in MCUnaryExpr 169 const MCConstantExpr *MCConstantExpr::create(int64_t Value, MCContext &Ctx, in create() function in MCConstantExpr 185 const MCSymbolRefExpr *MCSymbolRefExpr::create(const MCSymbol *Sym, in create() function in MCSymbolRefExpr 191 const MCSymbolRefExpr *MCSymbolRefExpr::create(StringRef Name, VariantKind Kind, in create() function in MCSymbolRefExpr
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cShaderAtomicCounterOpsTests.cpp | 206 void ShaderAtomicCounterOpsTestBase::ShaderPipeline::create(deqp::Context& context) in create() function in gl4cts::ShaderAtomicCounterOpsTestBase::ShaderPipeline
|
| H A D | gl4cShaderViewportLayerArrayTests.cpp | 197 void ShaderViewportLayerArrayUtils::ShaderPipeline::create(const glu::RenderContext& context) in create() function in gl4cts::ShaderViewportLayerArrayUtils::ShaderPipeline
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcLayoutLocationTests.cpp | 191 ResultData create(const Functions& gl) in create() function 198 ResultData create<GL_TEXTURE_2D, GL_RGBA8>(const Functions& gl) in create() function 204 ResultData create<GL_TEXTURE_3D, GL_RGBA8>(const Functions& gl) in create() function 210 ResultData create<GL_TEXTURE_CUBE_MAP, GL_RGBA8>(const Functions& gl) in create() function 216 ResultData create<GL_TEXTURE_CUBE_MAP, GL_DEPTH_COMPONENT16>(const Functions& gl) in create() function 222 ResultData create<GL_TEXTURE_2 function 228 ResultData create<GL_TEXTURE_2D_ARRAY, GL_RGBA8>(const Functions& gl) create() function 234 ResultData create<GL_TEXTURE_2D_ARRAY, GL_DEPTH_COMPONENT16>(const Functions& gl) create() function 240 ResultData create<GL_TEXTURE_2D, GL_RGBA32I>(const Functions& gl) create() function 246 ResultData create<GL_TEXTURE_3D, GL_RGBA32I>(const Functions& gl) create() function 252 ResultData create<GL_TEXTURE_CUBE_MAP, GL_RGBA32I>(const Functions& gl) create() function 258 ResultData create<GL_TEXTURE_2D_ARRAY, GL_RGBA32I>(const Functions& gl) create() function 264 ResultData create<GL_TEXTURE_2D, GL_RGBA32UI>(const Functions& gl) create() function 270 ResultData create<GL_TEXTURE_3D, GL_RGBA32UI>(const Functions& gl) create() function 276 ResultData create<GL_TEXTURE_CUBE_MAP, GL_RGBA32UI>(const Functions& gl) create() function 282 ResultData create<GL_TEXTURE_2D_ARRAY, GL_RGBA32UI>(const Functions& gl) create() function 288 ResultData create<GL_TEXTURE_1D, GL_RGBA8>(const Functions& gl) create() function 294 ResultData create<GL_TEXTURE_1D, GL_DEPTH_COMPONENT16>(const Functions& gl) create() function 300 ResultData create<GL_TEXTURE_1D_ARRAY, GL_RGBA8>(const Functions& gl) create() function 306 ResultData create<GL_TEXTURE_1D_ARRAY, GL_DEPTH_COMPONENT16>(const Functions& gl) create() function 313 ResultData create<GL_TEXTURE_BUFFER, GL_RGBA32F>(const Functions& gl) create() function 319 ResultData create<GL_TEXTURE_BUFFER, GL_RGBA32I>(const Functions& gl) create() function 325 ResultData create<GL_TEXTURE_BUFFER, GL_RGBA32UI>(const Functions& gl) create() function 335 CreateFnPtr create; // pointer to function that will create texture global() member [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
| H A D | Context.cpp | 247 std::shared_ptr<Context> Context::create() in create() function in vk::dbg::Context
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | datefmt.cpp | 503 DateFormat::create(EStyle timeStyle, EStyle dateStyle, const Locale& locale) in create() function in DateFormat
|
| H A D | number_skeletons.cpp | 454 UnlocalizedNumberFormatter skeleton::create( in create() function in skeleton
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ft.cc | 568 static hb_font_funcs_t *create () in create() function 907 static FT_Library create () in create() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
| H A D | ELF.h | 501 Expected<ELFFile<ELFT>> ELFFile<ELFT>::create(StringRef Object) { in create() function in llvm::object::ELFFile
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
| H A D | MipsInstrInfo.cpp | 43 const MipsInstrInfo *MipsInstrInfo::create(MipsSubtarget &STI) { in create() function in MipsInstrInfo
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | cmemory.h | 796 T* create(Args&&... args) { in create() function in MemoryPool
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | UnknownFieldSet.java | 310 private static Builder create() { in create() method in UnknownFieldSet.Builder 890 private static Builder create() { in create() method in UnknownFieldSet.Field.Builder
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| H A D | es2fDefaultVertexAttributeTests.cpp | 213 AttributeCase* AttributeCase::create (Context& ctx, glu::DataType dataType) in create() function in deqp::gles2::Functional::__anon30412::AttributeCase
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fDefaultVertexAttributeTests.cpp | 289 AttributeCase* AttributeCase::create (Context& ctx, glu::DataType dataType) in create() function in deqp::gles3::Functional::__anon30541::AttributeCase
|
| /base/tee/tee_client/services/teecd/include/ |
| H A D | fs_work_agent.h | 133 } create; member
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/ |
| H A D | vpe_utils.cpp | 106 CreateT create = (CreateT)dlsym(handle, "ColorSpaceConverterCreate");
in ColorSpaceConverterCreate() local 130 CreateT create = (CreateT)dlsym(handle, "DetailEnhancerCreate");
in DetailEnhancerCreate() local
|
| /foundation/communication/dsoftbus/core/transmission/session/src/ |
| H A D | softbus_scenario_manager.c | 137 ScenarioManagerGetOrAddScenarioItem(ScenarioManager *manager, OriginalScenario *scenarioInfo, bool create) ScenarioManagerGetOrAddScenarioItem() argument
|
| /kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
| H A D | nand_bbt.c | 920 int i, chips, writeops, create, chipsel, res, res2; in check_create() local [all...] |
| /kernel/linux/linux-5.10/drivers/media/common/videobuf2/ |
| H A D | videobuf2-v4l2.c | 753 int vb2_create_bufs(struct vb2_queue *q, struct v4l2_create_buffers *create) in vb2_create_bufs() argument
|
| /kernel/linux/linux-5.10/drivers/s390/char/ |
| H A D | raw3270.h | 196 void (*create)(int minor); member
|
| /kernel/linux/linux-5.10/drivers/scsi/ |
| H A D | ses.c | 520 ses_enclosure_data_process(struct enclosure_device *edev, struct scsi_device *sdev, int create) ses_enclosure_data_process() argument
|
| /kernel/linux/linux-5.10/drivers/vfio/ |
| H A D | vfio_iommu_spapr_tce.c | 1058 struct vfio_iommu_spapr_tce_create create; in tce_iommu_ioctl() local
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | net.h | 210 int (*create)(struct net *net, struct socket *sock, member
|
| /kernel/linux/linux-5.10/fs/nilfs2/ |
| H A D | sufile.c | 224 int nilfs_sufile_update(struct inode *sufile, __u64 segnum, int create, in nilfs_sufile_update() argument 89 nilfs_sufile_get_segment_usage_block(struct inode *sufile, __u64 segnum, int create, struct buffer_head **bhp) nilfs_sufile_get_segment_usage_block() argument 156 nilfs_sufile_updatev(struct inode *sufile, __u64 *segnumv, size_t nsegs, int create, size_t *ndone, void (*dofunc)(struct inode *, __u64, struct buffer_head *, struct buffer_head *)) nilfs_sufile_updatev() argument
|