Home
last modified time | relevance | path

Searched refs:getImmutableFormat (Results 1 – 18 of 18) sorted by relevance

/external/angle/src/libANGLE/renderer/wgpu/
DTextureWgpu.cpp473 if (TextureRedefineLevel(levelAllocation, levelDefinition, mState.getImmutableFormat(), in redefineLevel()
543 (!mState.getImmutableFormat() && in respecifyImageStorageIfNecessary()
587 ASSERT(!mState.getImmutableFormat()); in prepareForGenerateMipmap()
611 if (mState.getImmutableFormat()) in maybeUpdateBaseMaxLevels()
/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.cpp1094 !mState.getImmutableFormat()) in ensureImageInitializedIfUpdatesNeedStageOrFlush()
1992 ASSERT(mState.getImmutableFormat()); in setStorageImpl()
2431 if (TextureRedefineLevel(levelAllocation, levelDefinition, mState.getImmutableFormat(), in redefineLevel()
2708 ASSERT(mState.getImmutableFormat() || in generateMipmap()
2779 if (mState.getImmutableFormat()) in maybeUpdateBaseMaxLevels()
3018 mState.getImmutableFormat() in respecifyImageStorage()
3345 ASSERT(!mState.getImmutableFormat()); in prepareForGenerateMipmap()
3430 if (mState.getImmutableFormat() && in respecifyImageStorageIfNecessary()
3463 (!mState.getImmutableFormat() && in respecifyImageStorageIfNecessary()
3470 ASSERT(!mState.getImmutableFormat()); in respecifyImageStorageIfNecessary()
[all …]
DTextureVk.h233 bool isImmutable() { return mState.getImmutableFormat(); } in isImmutable()
/external/angle/src/libANGLE/
DTexture.h180 bool getImmutableFormat() const { return mImmutableFormat; } in getImmutableFormat() function
381 bool getImmutableFormat() const;
DPixelLocalStorage.cpp243 ASSERT(tex->getImmutableFormat()); in setTextureBacked()
DvalidationES2.cpp1705 if (texture->getImmutableFormat()) in ValidateES2TexImageParametersBase()
1907 if (texture->getImmutableFormat()) in ValidateES2TexStorageParametersBase()
3529 if (dest->getImmutableFormat()) in ValidateCopyTextureCHROMIUM()
3731 if (dest->getImmutableFormat()) in ValidateCompressedCopyTextureCHROMIUM()
DvalidationES3.cpp662 if (texture->getImmutableFormat() && !isSubImage) in ValidateES3TexImageParametersBase()
1485 if (texture->getImmutableFormat()) in ValidateES3TexStorageParametersTexObject()
2726 if (dest->getImmutableFormat()) in ValidateCopyTexture3DANGLE()
DvalidationESEXT.cpp2364 if (!tex->getImmutableFormat()) in ValidateFramebufferTexturePixelLocalStorageANGLE()
2410 ASSERT(tex->getImmutableFormat()); in ValidateFramebufferTexturePixelLocalStorageANGLE()
DvalidationES.cpp2133 if (tex->getImmutableFormat() && context->getClientVersion() >= ES_3_1) in ValidateFramebufferTextureBase()
4024 if (texture->getImmutableFormat() && !isSubImage) in ValidateCopyTexImageParametersBase()
8654 if (texture->getImmutableFormat()) in ValidateTexStorageMultisample()
DvalidationES31.cpp1515 if (!tex->getImmutableFormat() && tex->getType() != gl::TextureType::Buffer) in ValidateBindImageTexture()
DFramebuffer.cpp130 if (!texture->getImmutableFormat()) in CheckAttachmentCompleteness()
DTexture.cpp1115 bool Texture::getImmutableFormat() const in getImmutableFormat() function in gl::Texture
Dqueryutils.cpp279 *params = CastFromGLintStateValue<ParamType>(pname, texture->getImmutableFormat()); in QueryTexParameterBase()
DvalidationEGL.cpp5255 if (textureObject->getImmutableFormat()) in ValidateBindTexImage()
/external/angle/src/libANGLE/renderer/gl/
DTextureGL.cpp1606 if (!mState.getImmutableFormat() && (context->getClientVersion() >= gl::ES_3_1 || in syncState()
1613 if (!mState.getImmutableFormat() && (context->getClientVersion() >= gl::ES_3_2 || in syncState()
/external/angle/src/libANGLE/renderer/metal/
DTextureMtl.mm1063 if (mState.getImmutableFormat())
1795 return mState.getImmutableFormat() || mBoundSurface;
2004 ASSERT(mState.getImmutableFormat());
/external/angle/src/libANGLE/capture/
DFrameCapture.cpp2908 if (texture->getImmutableFormat()) in CaptureTextureContents()
2927 if (texture->getImmutableFormat()) in CaptureTextureContents()
2947 if (texture->getImmutableFormat()) in CaptureTextureContents()
2966 if (texture->getImmutableFormat()) in CaptureTextureContents()
3889 if (texture->getImmutableFormat()) in CaptureShareGroupMidExecutionSetup()
Dserialize.cpp1213 json->addScalar("ImmutableFormat", textureState.getImmutableFormat()); in SerializeTextureState()