Searched refs:hasDepthOrStencilBits (Results 1 – 13 of 13) sorted by relevance
54 constexpr bool hasDepthOrStencilBits() const;185 constexpr bool Format::hasDepthOrStencilBits() const in hasDepthOrStencilBits() function
98 ASSERT(!mImage->getActualFormat().hasDepthOrStencilBits()); in onColorDraw()116 ASSERT(!mImage->getActualFormat().hasDepthOrStencilBits()); in onColorResolve()129 ASSERT(format.hasDepthOrStencilBits()); in onDepthStencilDraw()
83 const bool isDepthStencilFormat = textureFormat.hasDepthOrStencilBits(); in setStorageImpl()
463 if (angleFormat.hasDepthOrStencilBits()) in GetFormatSwizzle()
718 if (intendedFormat.hasDepthOrStencilBits()) in GetRobustResourceClearValue()1531 ASSERT(format.hasDepthOrStencilBits()); in finalizeDepthStencilImageLayout()1545 ASSERT(format.hasDepthOrStencilBits()); in finalizeDepthStencilResolveImageLayout()4997 return getActualFormat().hasDepthOrStencilBits(); in isDepthOrStencil()6466 if (getIntendedFormat().hasDepthOrStencilBits()) in stageClearIfEmulatedFormat()6485 isExternalImage && !getIntendedFormat().hasDepthOrStencilBits(); in stageClearIfEmulatedFormat()7822 ASSERT(!angleFmt.hasDepthOrStencilBits()); in getEmulatedChannelsMask()
207 const bool isColorFormat = !angleFormat.hasDepthOrStencilBits(); in CanGenerateMipmapWithCompute()1510 if (angle::Format::Get(actualFormatID).hasDepthOrStencilBits()) in initImageUsageFlags()
2126 ASSERT(!dstActualFormat.hasDepthOrStencilBits()); in clearImage()
82 bool hasDepthOrStencilBits() const in hasDepthOrStencilBits() function
79 mTextureable = mFormat.getCaps().filterable || mFormat.hasDepthOrStencilBits();
136 bool isDepthStencil = mFormat.hasDepthOrStencilBits();
1871 if (!mFormat.getCaps().writable || mFormat.hasDepthOrStencilBits() ||1972 else if (mFormat.hasDepthOrStencilBits())
457 if (textureObjFormat.hasDepthOrStencilBits())
237 bool isDepthOrStencilFormat = imageFormat.hasDepthOrStencilBits(); in initImpl()