Home
last modified time | relevance | path

Searched refs:isExternal (Results 1 – 25 of 44) sorted by relevance

12

/third_party/skia/src/gpu/vk/
DGrVkTexture.cpp48 GrWrapCacheable cacheable, GrIOType ioType, bool isExternal) in GrVkTexture() argument
51 isExternal ? GrTextureType::kExternal : GrTextureType::k2D, mipmapStatus) in GrVkTexture()
117 bool isExternal = info.fYcbcrConversionInfo.isValid() && in MakeWrappedTexture() local
119 isExternal |= (info.fImageTiling == VK_IMAGE_TILING_DRM_FORMAT_MODIFIER_EXT); in MakeWrappedTexture()
121 cacheable, ioType, isExternal)); in MakeWrappedTexture()
DGrVkFramebuffer.h40 SkASSERT(!this->isExternal()); in framebuffer()
44 bool isExternal() const { return fExternalRenderPass.get(); } in isExternal() function
DGrVkFramebuffer.cpp93 SkASSERT(this->isExternal() || fFramebuffer != VK_NULL_HANDLE); in freeGPUData()
94 if (!this->isExternal()) { in freeGPUData()
DGrVkTexture.h87 GrWrapCacheable, GrIOType, bool isExternal);
DGrVkRenderPass.h144 SkDEBUGCODE(bool isExternal() const { return fAttachmentFlags & kExternal_AttachmentFlag; })
DGrVkOpsRenderPass.cpp268 SkASSERT(fFramebuffer->isExternal()); in initWrapped()
419 return fFramebuffer->isExternal(); in wrapsSecondaryCommandBuffer()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
DContextEGL.cpp26 if (context->isExternal()) in onMakeCurrent()
49 ASSERT(context->isExternal()); in onUnMakeCurrent()
DSurfaceEGL.h61 virtual bool isExternal() const;
DDisplayEGL.cpp457 bool isExternal() const override { return true; } in isExternal() function in rx::ExternalSurfaceEGL
739 if (currentContext.isExternalContext || (context && context->isExternal())) in makeCurrent()
751 ASSERT(GetImplAs<SurfaceEGL>(drawSurface)->isExternal()); in makeCurrent()
761 ASSERT(GetImplAs<SurfaceEGL>(drawSurface)->isExternal()); in makeCurrent()
DSurfaceEGL.cpp240 bool SurfaceEGL::isExternal() const in isExternal() function in rx::SurfaceEGL
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceGlobalInits.h82 bool isExternal() const { in isExternal() function
149 bool getSuppressMangling() const final { return isExternal() && IsProto; } in getSuppressMangling()
430 return isExternal() && !hasInitializer(); in getSuppressMangling()
DIceConverter.cpp881 if (IceFunc->isExternal()) in installGlobalDeclarations()
905 if (Var->isExternal()) in installGlobalDeclarations()
/third_party/node/typings/internalBinding/
Dtypes.d.ts9 isExternal(value: unknown): value is Object;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMachObjectWriter.cpp376 if (Data.isExternal() || (!IsAlias && Symbol->isUndefined())) in writeNlist()
572 if (!Symbol.isExternal() && !Symbol.isUndefined()) in computeSymbolTable()
598 if (Symbol.isExternal() || Symbol.isUndefined()) in computeSymbolTable()
1020 if (it->Symbol->isDefined() && !it->Symbol->isExternal()) { in writeObject()
DMCMachOStreamer.cpp173 if (Symbol->isExternal()) in EmitEHSymAttributes()
DWinCOFFObjectWriter.cpp328 if (Symbol.isCommon() && Symbol.isExternal()) in getSymbolValue()
408 bool IsExternal = MCSym.isExternal() || in DefineSymbol()
DELFObjectWriter.cpp467 if (Sym.isCommon() && (Sym.isTargetCommon() || Sym.isExternal())) in SymbolValue()
1277 Alias->setExternal(Symbol.isExternal()); in executePostLayoutBinding()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DCOFF.h377 bool isExternal() const { in isExternal() function
382 return isExternal() && getSectionNumber() == COFF::IMAGE_SYM_UNDEFINED && in isCommon()
387 return isExternal() && getSectionNumber() == COFF::IMAGE_SYM_UNDEFINED && in isUndefined()
396 return isExternal() && getBaseType() == COFF::IMAGE_SYM_TYPE_NULL && in isFunctionDefinition()
/third_party/glslang/glslang/Include/
DTypes.h94 bool isExternal() const { return false; } in isExternal() function
125 bool isExternal() const { return external; } in isExternal() function
225 isExternal() == right.isExternal() &&
272 if (isExternal()) { in getString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbol.h397 bool isExternal() const { return IsExternal; } in isExternal() function
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_util.js385 this.isExternal = function (...args) { method
/third_party/glslang/glslang/MachineIndependent/
DSymbolTable.cpp102 if (sampler.isExternal()) in buildMangledName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp428 A->getSymbol().isExternal() && in adjustFixupValue()
882 if (Sym->isExternal()) in shouldForceRelocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp408 Type = A->isExternal() ? (unsigned)MachO::GENERIC_RELOC_SECTDIFF in recordScatteredRelocation()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.h418 bool isExternal() const { return mIsExternal; } in isExternal() function

12