Searched refs:Create (Results 1 - 25 of 72) sorted by relevance

123

/frameworks/compile/slang/
H A Dslang_rs_export_element.cpp46 ElementInfoMapTy::value_type::Create( \
59 RSExportType *RSExportElement::Create(RSContext *Context, function in class:slang::RSExportElement
62 // Create RSExportType corresponded to the @T first and then verify
82 RSExportPrimitiveType::Create(Context,
95 RSExportVectorType::Create(Context,
110 fprintf(stderr, "RSExportElement::Create : type '%s' is not exportable\n",
129 return RSExportType::Create(Context, T);
149 return RSExportType::Create(Context, T);
151 return RSExportElement::Create(Context, T, EI);
H A Dslang_rs_export_element.h57 static RSExportType *Create(RSContext *Context,
H A Dslang_rs_export_func.cpp52 RSExportFunc *RSExportFunc::Create(RSContext *Context, function in class:slang::RSExportFunc
75 clang::RecordDecl::Create(Ctx, clang::TTK_Struct,
92 clang::FieldDecl::Create(Ctx,
111 RSExportType::Create(Context, T.getTypePtr());
H A Dslang_rs_export_type.h124 static RSExportType *Create(RSContext *Context,
174 static RSExportType *Create(RSContext *Context, const clang::Type *T);
262 static RSExportPrimitiveType *Create(RSContext *Context,
291 static RSExportPrimitiveType *Create(RSContext *Context,
346 static RSExportPointerType *Create(RSContext *Context,
381 static RSExportVectorType *Create(RSContext *Context,
432 static RSExportMatrixType *Create(RSContext *Context,
461 static RSExportConstantArrayType *Create(RSContext *Context,
543 static RSExportRecordType *Create(RSContext *Context,
H A Dslang_rs_context.cpp122 RSExportForEach *EFE = RSExportForEach::Create(this, FD);
130 RSExportFunc *EF = RSExportFunc::Create(this, FD);
178 ET = RSExportType::Create(this, T);
271 ExportTypeMap::value_type::Create(TypeName.begin(),
H A Dslang_rs_export_func.h73 static RSExportFunc *Create(RSContext *Context,
H A Dslang_rs_export_type.cpp693 RSExportType *RSExportType::Create(RSContext *Context, function in class:slang::RSExportType
712 ET = RSExportRecordType::Create(Context,
719 ET = RSExportMatrixType::Create(Context,
727 ET = RSExportMatrixType::Create(Context,
735 ET = RSExportMatrixType::Create(Context,
743 ET = RSExportPrimitiveType::Create(Context, T, TypeName);
750 ET = RSExportPrimitiveType::Create(Context, T, TypeName);
754 ET = RSExportPointerType::Create(Context,
761 ET = RSExportVectorType::Create(Context,
766 ET = RSExportConstantArrayType::Create(
784 RSExportType *RSExportType::Create(RSContext *Context, const clang::Type *T) { function in class:slang::RSExportType
1013 *RSExportPrimitiveType::Create(RSContext *Context, function in class:slang::RSExportPrimitiveType
1026 RSExportPrimitiveType *RSExportPrimitiveType::Create(RSContext *Context, function in class:slang::RSExportPrimitiveType
1126 *RSExportPointerType::Create(RSContext *Context, function in class:slang::RSExportPointerType
1208 RSExportVectorType *RSExportVectorType::Create(RSContext *Context, function in class:slang::RSExportVectorType
1250 RSExportMatrixType *RSExportMatrixType::Create(RSContext *Context, function in class:slang::RSExportMatrixType
1359 *RSExportConstantArrayType::Create(RSContext *Context, function in class:slang::RSExportConstantArrayType
1414 RSExportRecordType *RSExportRecordType::Create(RSContext *Context, function in class:slang::RSExportRecordType
[all...]
H A Dslang_rs_object_ref_count.cpp403 clang::DeclRefExpr::Create(C,
414 clang::ImplicitCastExpr::Create(C,
495 // Create helper variable for iterating through elements
498 clang::VarDecl::Create(C,
509 clang::DeclGroupRef DGR = clang::DeclGroupRef::Create(C, &IID, 1);
518 clang::DeclRefExpr::Create(C,
528 clang::Expr *Int0 = clang::IntegerLiteral::Create(C,
541 clang::Expr *NumArrayElementsExpr = clang::IntegerLiteral::Create(C,
566 clang::ImplicitCastExpr::Create(C,
712 clang::MemberExpr::Create(
[all...]
H A Dslang_rs_export_foreach.cpp390 RSExportForEach *RSExportForEach::Create(RSContext *Context, function in class:slang::RSExportForEach
424 clang::RecordDecl::Create(Ctx, clang::TTK_Struct,
431 clang::FieldDecl::Create(Ctx,
444 // Create an export type iff we have a valid usrData type
448 RSExportType *ET = RSExportType::Create(Context, T.getTypePtr());
466 FE->mInType = RSExportType::Create(Context, T);
474 FE->mOutType = RSExportType::Create(Context, T);
478 FE->mOutType = RSExportType::Create(Context, T);
/frameworks/av/include/media/stagefright/
H A DMediaExtractor.h31 static sp<MediaExtractor> Create(
/frameworks/av/libvideoeditor/lvpp/
H A DDummyVideoSource.h33 static sp<DummyVideoSource> Create(
H A DDummyAudioSource.h31 static sp<DummyAudioSource> Create(
H A DDummyVideoSource.cpp33 sp<DummyVideoSource> DummyVideoSource::Create( function in class:android::DummyVideoSource
37 ALOGV("Create");
/frameworks/av/cmds/stagefright/
H A Daudioloop.cpp53 sp<MediaSource> encoder = OMXCodec::Create(
65 sp<MediaSource> decoder = OMXCodec::Create(
H A Drecord.cpp121 MediaExtractor::Create(new FileSource(filename));
200 sp<MediaSource> decoder = OMXCodec::Create(
227 OMXCodec::Create(
267 CameraSource *source = CameraSource::Create();
328 OMXCodec::Create(client.interface(), encMeta, true, audioSource);
/frameworks/av/media/libstagefright/include/
H A DHTTPBase.h54 static sp<HTTPBase> Create(uint32_t flags = 0);
/frameworks/compile/libbcc/include/bcc/AndroidBitcode/
H A DABCCompilerDriver.h67 static ABCCompilerDriver *Create(const std::string &pTriple);
/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSExecutable.h53 // RSExecutable::Create(). Both of them come from RSInfo::getPragmas().
69 static RSExecutable *Create(RSInfo &pInfo,
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp210 /* Create the function signature for our expanded function.
224 llvm::Function::Create(FT,
228 // Create and name the actual arguments to this expanded function.
259 llvm::BasicBlock::Create(*C, "Begin", ExpandedFunc);
315 llvm::BasicBlock *Loop = llvm::BasicBlock::Create(*C, "Loop", ExpandedFunc);
316 llvm::BasicBlock *Exit = llvm::BasicBlock::Create(*C, "Exit", ExpandedFunc);
430 /* Create the function signature for our expanded function.
444 llvm::Function::Create(FT,
448 // Create and name the actual arguments to this expanded function.
479 llvm::BasicBlock::Create(*
[all...]
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileHandle.h47 Create = 0x08, enumerator in enum:mcld::FileHandle::OpenModeEnum
/frameworks/av/media/libstagefright/
H A DHTTPBase.cpp47 sp<HTTPBase> HTTPBase::Create(uint32_t flags) { function in class:android::HTTPBase
H A DMediaExtractor.cpp54 sp<MediaExtractor> MediaExtractor::Create( function in class:android::MediaExtractor
/frameworks/base/core/jni/android/graphics/
H A DMaskFilter.cpp21 SkMaskFilter* filter = SkBlurMaskFilter::Create(SkFloatToScalar(radius),
/frameworks/compile/libbcc/tools/abcc/
H A DMain.cpp123 ABCCompilerDriver *driver = ABCCompilerDriver::Create(triple);
/frameworks/native/include/media/openmax/
H A DOMX_ContentPipe.h160 /** Create a content source and open it for writing. */
161 CPresult (*Create)( CPhandle *hContent, CPstring szURI ); member in struct:CP_PIPETYPE

Completed in 6426 milliseconds

123