HomeSort by relevance Sort by last modified time
    Searched defs:CreateType (Results 1 - 5 of 5) sorted by null

  /external/flatbuffers/include/flatbuffers/
reflection_generated.h 122 inline flatbuffers::Offset<Type> CreateType(
  /frameworks/rs/rsov/driver/
rsovRuntimeStubs.cpp 243 static android::renderscript::rs_type CreateType(RsElement element,
366 CreateType((RsElement)element.p, dimX, dimY, dimZ, mipmaps, faces,
391 return CreateType((RsElement)element.p, dimX, dimY, dimZ, mipmaps, faces,
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 261 static android::renderscript::rs_type CreateType(RsElement element,
392 android::renderscript::rs_type obj = CreateType((RsElement) element.p, dimX,
421 return CreateType((RsElement) element.p, dimX, dimY, dimZ, mipmaps, faces,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pstore.h 342 virtual HRESULT WINAPI CreateType(PST_KEY Key,const GUID *pType,PPST_TYPEINFO pInfo,DWORD dwFlags) = 0;
368 HRESULT (WINAPI *CreateType)(IPStore *This,PST_KEY Key,const GUID *pType,PPST_TYPEINFO pInfo,DWORD dwFlags);
396 #define IPStore_CreateType(This,Key,pType,pInfo,dwFlags) (This)->lpVtbl->CreateType(This,Key,pType,pInfo,dwFlags)
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 463 llvm::DIType *CGDebugInfo::CreateType(const BuiltinType *BT) {
606 llvm::DIType *CGDebugInfo::CreateType(const ComplexType *Ty) {
651 llvm::DIType *CGDebugInfo::CreateType(const ObjCObjectPointerType *Ty,
664 llvm::DIType *CGDebugInfo::CreateType(const PointerType *Ty,
777 llvm::DIType *CGDebugInfo::CreateType(const BlockPointerType *Ty,
835 llvm::DIType *CGDebugInfo::CreateType(const TemplateSpecializationType *Ty,
858 llvm::DIType *CGDebugInfo::CreateType(const TypedefType *Ty,
904 llvm::DIType *CGDebugInfo::CreateType(const FunctionType *Ty,
    [all...]

Completed in 216 milliseconds