Home
last modified time | relevance | path

Searched refs:Create (Results 1 – 25 of 152) sorted by relevance

1234567

/frameworks/compile/slang/
Dslang_rs_export_element.cpp47 ElementInfoMapTy::value_type::Create( \ in Init()
60 RSExportType *RSExportElement::Create(RSContext *Context, in Create() function in slang::RSExportElement
83 RSExportPrimitiveType::Create(Context, in Create()
97 RSExportVectorType::Create(Context, in Create()
132 return RSExportType::Create(Context, T); in CreateFromDecl()
152 return RSExportType::Create(Context, T); in CreateFromDecl()
154 return RSExportElement::Create(Context, T, EI); in CreateFromDecl()
Dslang_rs_export_type.h96 static RSExportType *Create(RSContext *Context,
137 static RSExportType *Create(RSContext *Context, const clang::Type *T);
227 static RSExportPrimitiveType *Create(RSContext *Context,
259 static RSExportPrimitiveType *Create(RSContext *Context,
304 static RSExportPointerType *Create(RSContext *Context,
340 static RSExportVectorType *Create(RSContext *Context,
385 static RSExportMatrixType *Create(RSContext *Context,
414 static RSExportConstantArrayType *Create(RSContext *Context,
492 static RSExportRecordType *Create(RSContext *Context,
Dslang_rs_object_ref_count.cpp403 clang::DeclRefExpr::Create(C, in ClearSingleRSObject()
412 clang::ImplicitCastExpr::Create(C, in ClearSingleRSObject()
494 clang::VarDecl::Create(C, in ClearArrayRSObject()
505 clang::DeclGroupRef DGR = clang::DeclGroupRef::Create(C, &IID, 1); in ClearArrayRSObject()
514 clang::DeclRefExpr::Create(C, in ClearArrayRSObject()
522 clang::Expr *Int0 = clang::IntegerLiteral::Create(C, in ClearArrayRSObject()
535 clang::Expr *NumArrayElementsExpr = clang::IntegerLiteral::Create(C, in ClearArrayRSObject()
560 clang::ImplicitCastExpr::Create(C, in ClearArrayRSObject()
706 clang::MemberExpr::Create(C, in ClearStructRSObject()
738 clang::MemberExpr::Create(C, in ClearStructRSObject()
[all …]
Dslang_rs_export_type.cpp531 RSExportType *RSExportType::Create(RSContext *Context, in Create() function in slang::RSExportType
550 ET = RSExportRecordType::Create(Context, in Create()
557 ET = RSExportMatrixType::Create(Context, in Create()
565 ET = RSExportMatrixType::Create(Context, in Create()
573 ET = RSExportMatrixType::Create(Context, in Create()
581 ET = RSExportPrimitiveType::Create(Context, T, TypeName); in Create()
588 ET = RSExportPrimitiveType::Create(Context, T, TypeName); in Create()
592 ET = RSExportPointerType::Create(Context, in Create()
599 ET = RSExportVectorType::Create(Context, in Create()
604 ET = RSExportConstantArrayType::Create( in Create()
[all …]
Dslang_rs_export_func.cpp52 RSExportFunc *RSExportFunc::Create(RSContext *Context, in Create() function in slang::RSExportFunc
75 clang::RecordDecl::Create(Ctx, clang::TTK_Struct, in Create()
92 clang::FieldDecl::Create(Ctx, in Create()
111 RSExportType::Create(Context, T.getTypePtr()); in Create()
Dslang_rs_export_foreach.cpp207 RSExportForEach *RSExportForEach::Create(RSContext *Context, in Create() function in slang::RSExportForEach
241 clang::RecordDecl::Create(Ctx, clang::TTK_Struct, in Create()
249 clang::FieldDecl::Create(Ctx, in Create()
266 RSExportType *ET = RSExportType::Create(Context, T.getTypePtr()); in Create()
284 FE->mInType = RSExportType::Create(Context, T); in Create()
289 FE->mOutType = RSExportType::Create(Context, T); in Create()
Dslang_rs_context.cpp120 RSExportForEach *EFE = RSExportForEach::Create(this, FD); in processExportFunc()
135 RSExportFunc *EF = RSExportFunc::Create(this, FD); in processExportFunc()
183 ET = RSExportType::Create(this, T); in processExportType()
236 ExportTypeMap::value_type::Create(TypeName.begin(), in insertExportType()
Dslang_rs_export_element.h58 static RSExportType *Create(RSContext *Context,
Dslang_rs_export_func.h73 static RSExportFunc *Create(RSContext *Context,
/frameworks/base/cmds/stagefright/
Drecord.cpp121 MediaExtractor::Create(new FileSource(filename)); in createSource()
200 sp<MediaSource> decoder = OMXCodec::Create( in main()
227 OMXCodec::Create( in main()
267 CameraSource *source = CameraSource::Create(); in main()
328 OMXCodec::Create(client.interface(), encMeta, true, audioSource); in main()
Daudioloop.cpp55 sp<MediaSource> encoder = OMXCodec::Create( in main()
67 sp<MediaSource> decoder = OMXCodec::Create( in main()
/frameworks/base/docs/html/guide/developing/tools/
Detc1tool.jd36 <td>Create an ETC1 file from a PNG file.
43 <td>Create a raw ETC1 data file (without a header) from a PNG file.</td>
49 <td>Create a PNG file from an ETC1 file</td>
/frameworks/base/include/media/stagefright/
DMediaExtractor.h31 static sp<MediaExtractor> Create(
/frameworks/media/libvideoeditor/lvpp/
DDummyVideoSource.h41 static sp<DummyVideoSource> Create(uint32_t width,
DDummyAudioSource.h40 static sp<DummyAudioSource> Create(int32_t samplingRate,
DPreviewPlayer.cpp207 mAudioTrack = DummyAudioSource::Create(32000, 2, 20000, in setDataSource_l()
227 mAudioSource = DummyAudioSource::Create(32000, 2, 20000, in setDataSource_l_jpg()
242 mVideoSource = DummyVideoSource::Create(mVideoWidth, mVideoHeight, in setDataSource_l_jpg()
706 aRawSource = OMXCodec::Create( in initAudioDecoder()
751 mVideoSource = OMXCodec::Create( in initVideoDecoder()
1177 extractor = MediaExtractor::Create(dataSource, in finishSetDataSource_l()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1751 Function *Func = Function::Create(FTy, GlobalValue::ExternalLinkage, in ParseModule()
2112 FunctionBBs[i] = BasicBlock::Create(Context, "", F); in ParseFunctionBody()
2167 I = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS); in ParseFunctionBody()
2199 I = CastInst::Create((Instruction::CastOps)Opc, Op, ResTy); in ParseFunctionBody()
2218 I = GetElementPtrInst::Create(BasePtr, GEPIdx.begin(), GEPIdx.end()); in ParseFunctionBody()
2241 I = ExtractValueInst::Create(Agg, EXTRACTVALIdx); in ParseFunctionBody()
2265 I = InsertValueInst::Create(Agg, Val, INSERTVALIdx); in ParseFunctionBody()
2280 I = SelectInst::Create(Cond, TrueVal, FalseVal); in ParseFunctionBody()
2307 I = SelectInst::Create(Cond, TrueVal, FalseVal); in ParseFunctionBody()
2318 I = ExtractElementInst::Create(Vec, Idx); in ParseFunctionBody()
[all …]
/frameworks/base/media/libstagefright/include/
DHTTPBase.h54 static sp<HTTPBase> Create(uint32_t flags = 0);
/frameworks/base/media/libstagefright/codecs/amrwbenc/inc/
Dham_wind.tab19 /* Create with function hamm_cos(window,384-128,128) */
/frameworks/media/libvideoeditor/vss/stagefrightshells/src/
DVideoEditorAudioEncoder.cpp45 static sp<VideoEditorAudioEncoderSource> Create(
82 sp<VideoEditorAudioEncoderSource> VideoEditorAudioEncoderSource::Create( in Create() function in android::VideoEditorAudioEncoderSource
433 pEncoderContext->mEncoderSource = VideoEditorAudioEncoderSource::Create( in VideoEditorAudioEncoder_open()
446 pEncoderContext->mEncoder = OMXCodec::Create( in VideoEditorAudioEncoder_open()
/frameworks/base/media/libstagefright/
DMediaExtractor.cpp53 sp<MediaExtractor> MediaExtractor::Create( in Create() function in android::MediaExtractor
DStagefrightMetadataRetriever.cpp67 mExtractor = MediaExtractor::Create(mSource); in setDataSource()
99 mExtractor = MediaExtractor::Create(mSource); in setDataSource()
118 OMXCodec::Create( in extractVideoFrameWithCodecFlags()
DHTTPBase.cpp47 sp<HTTPBase> HTTPBase::Create(uint32_t flags) { in Create() function in android::HTTPBase
/frameworks/base/docs/html/resources/tutorials/opengl/
Dopengl-es20.jd12 <li><a href="#creating">Create an Activity with GLSurfaceView</a></li>
46 <li>Create an activity using {@link android.opengl.GLSurfaceView} and {@link
48 <li>Create and draw a graphic object</li>
70 <h2 id="creating">Create an Activity with GLSurfaceView</h2>
103 // Create a GLSurfaceView instance and set it
134 // Create an OpenGL ES 2.0 context.
161 <li>Create a new file for the following class {@code HelloOpenGLES20Renderer}, which implements
263 <li>Create a method, {@code initShapes()} which populates this member variable:
527 // Create a rotation for the triangle
571 // Create a rotation for the triangle (Boring! Comment this out:)
[all …]
/frameworks/base/core/jni/android/graphics/
DMaskFilter.cpp21 SkMaskFilter* filter = SkBlurMaskFilter::Create(SkFloatToScalar(radius), in createBlur()

1234567