Home
last modified time | relevance | path

Searched refs:isExternal (Results 1 - 25 of 36) sorted by relevance

12

/third_party/skia/src/gpu/vk/
H A DGrVkTexture.cpp56 GrWrapCacheable cacheable, GrIOType ioType, bool isExternal) in GrVkTexture()
59 isExternal ? GrTextureType::kExternal : GrTextureType::k2D, mipmapStatus) in GrVkTexture()
125 bool isExternal = info.fYcbcrConversionInfo.isValid() && in MakeWrappedTexture() local
127 isExternal |= (info.fImageTiling == VK_IMAGE_TILING_DRM_FORMAT_MODIFIER_EXT); in MakeWrappedTexture()
129 cacheable, ioType, isExternal)); in MakeWrappedTexture()
54 GrVkTexture(GrVkGpu* gpu, SkISize dimensions, sk_sp<GrVkImage> texture, GrMipmapStatus mipmapStatus, GrWrapCacheable cacheable, GrIOType ioType, bool isExternal) GrVkTexture() argument
H A DGrVkFramebuffer.h40 SkASSERT(!this->isExternal()); in framebuffer()
44 bool isExternal() const { return fExternalRenderPass.get(); } in isExternal() function in GrVkFramebuffer
H A DGrVkFramebuffer.cpp93 SkASSERT(this->isExternal() || fFramebuffer != VK_NULL_HANDLE); in freeGPUData()
94 if (!this->isExternal()) { in freeGPUData()
H A DGrVkTexture.h87 GrWrapCacheable, GrIOType, bool isExternal);
H A DGrVkRenderPass.h144 SkDEBUGCODE(bool isExternal() const { return fAttachmentFlags & kExternal_AttachmentFlag; }) in isExternal() function in GrVkRenderPass
H A DGrVkOpsRenderPass.cpp270 SkASSERT(fFramebuffer->isExternal()); in initWrapped()
421 return fFramebuffer->isExternal(); in wrapsSecondaryCommandBuffer()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DContextEGL.cpp26 if (context->isExternal()) in onMakeCurrent()
49 ASSERT(context->isExternal()); in onUnMakeCurrent()
H A DSurfaceEGL.h61 virtual bool isExternal() const;
H A DDisplayEGL.cpp457 bool isExternal() const override { return true; }
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()
H A DSurfaceEGL.cpp240 bool SurfaceEGL::isExternal() const in isExternal() function in rx::SurfaceEGL
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceGlobalInits.h82 bool isExternal() const { in isExternal() function in Ice::GlobalDeclaration
149 bool getSuppressMangling() const final { return isExternal() && IsProto; }
430 return isExternal() && !hasInitializer();
H A DIceConverter.cpp881 if (IceFunc->isExternal()) in installGlobalDeclarations()
905 if (Var->isExternal()) in installGlobalDeclarations()
H A DIceELFObjectWriter.cpp402 bool IsExternal = Var->isExternal() || getFlags().getDisableInternal(); in writeDataOfType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A 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()
H A DMCMachOStreamer.cpp173 if (Symbol->isExternal()) in EmitEHSymAttributes()
H A DWinCOFFObjectWriter.cpp328 if (Symbol.isCommon() && Symbol.isExternal()) in getSymbolValue()
408 bool IsExternal = MCSym.isExternal() || in DefineSymbol()
H A DELFObjectWriter.cpp467 if (Sym.isCommon() && (Sym.isTargetCommon() || Sym.isExternal()))
1277 Alias->setExternal(Symbol.isExternal()); in executePostLayoutBinding()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DCOFF.h377 bool isExternal() const { in isExternal() function in llvm::object::COFFSymbolRef
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()
H A DELFTypes.h240 bool isExternal() const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCSymbol.h397 bool isExternal() const { return IsExternal; }
/third_party/glslang/glslang/Include/
H A DTypes.h118 bool isExternal() const { return external; } in isExternal() function
222 isExternal() == right.isExternal() && in operator ==()
269 if (isExternal()) { in getString()
/third_party/glslang/glslang/MachineIndependent/
H A DSymbolTable.cpp102 if (sampler.isExternal()) in buildMangledName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp408 Type = A->isExternal() ? (unsigned)MachO::GENERIC_RELOC_SECTDIFF in recordScatteredRelocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp428 A->getSymbol().isExternal() && in adjustFixupValue()
882 if (Sym->isExternal()) in shouldForceRelocation()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext.h418 bool isExternal() const { return mIsExternal; } in isExternal() function in gl::final

Completed in 29 milliseconds

12