/frameworks/compile/slang/ |
D | slang_rs_export_element.cpp | 47 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()
|
D | slang_rs_export_type.h | 96 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,
|
D | slang_rs_object_ref_count.cpp | 403 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 …]
|
D | slang_rs_export_type.cpp | 531 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 …]
|
D | slang_rs_export_func.cpp | 52 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()
|
D | slang_rs_export_foreach.cpp | 207 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()
|
D | slang_rs_context.cpp | 120 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()
|
D | slang_rs_export_element.h | 58 static RSExportType *Create(RSContext *Context,
|
D | slang_rs_export_func.h | 73 static RSExportFunc *Create(RSContext *Context,
|
/frameworks/base/cmds/stagefright/ |
D | record.cpp | 121 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()
|
D | audioloop.cpp | 55 sp<MediaSource> encoder = OMXCodec::Create( in main() 67 sp<MediaSource> decoder = OMXCodec::Create( in main()
|
/frameworks/base/docs/html/guide/developing/tools/ |
D | etc1tool.jd | 36 <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/ |
D | MediaExtractor.h | 31 static sp<MediaExtractor> Create(
|
/frameworks/media/libvideoeditor/lvpp/ |
D | DummyVideoSource.h | 41 static sp<DummyVideoSource> Create(uint32_t width,
|
D | DummyAudioSource.h | 40 static sp<DummyAudioSource> Create(int32_t samplingRate,
|
D | PreviewPlayer.cpp | 207 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/ |
D | BitcodeReader.cpp | 1751 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/ |
D | HTTPBase.h | 54 static sp<HTTPBase> Create(uint32_t flags = 0);
|
/frameworks/base/media/libstagefright/codecs/amrwbenc/inc/ |
D | ham_wind.tab | 19 /* Create with function hamm_cos(window,384-128,128) */
|
/frameworks/media/libvideoeditor/vss/stagefrightshells/src/ |
D | VideoEditorAudioEncoder.cpp | 45 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/ |
D | MediaExtractor.cpp | 53 sp<MediaExtractor> MediaExtractor::Create( in Create() function in android::MediaExtractor
|
D | StagefrightMetadataRetriever.cpp | 67 mExtractor = MediaExtractor::Create(mSource); in setDataSource() 99 mExtractor = MediaExtractor::Create(mSource); in setDataSource() 118 OMXCodec::Create( in extractVideoFrameWithCodecFlags()
|
D | HTTPBase.cpp | 47 sp<HTTPBase> HTTPBase::Create(uint32_t flags) { in Create() function in android::HTTPBase
|
/frameworks/base/docs/html/resources/tutorials/opengl/ |
D | opengl-es20.jd | 12 <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/ |
D | MaskFilter.cpp | 21 SkMaskFilter* filter = SkBlurMaskFilter::Create(SkFloatToScalar(radius), in createBlur()
|