Searched refs:getImmutableFormat (Results 1 – 18 of 18) sorted by relevance
473 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()
1094 !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 …]
233 bool isImmutable() { return mState.getImmutableFormat(); } in isImmutable()
180 bool getImmutableFormat() const { return mImmutableFormat; } in getImmutableFormat() function381 bool getImmutableFormat() const;
243 ASSERT(tex->getImmutableFormat()); in setTextureBacked()
1705 if (texture->getImmutableFormat()) in ValidateES2TexImageParametersBase()1907 if (texture->getImmutableFormat()) in ValidateES2TexStorageParametersBase()3529 if (dest->getImmutableFormat()) in ValidateCopyTextureCHROMIUM()3731 if (dest->getImmutableFormat()) in ValidateCompressedCopyTextureCHROMIUM()
662 if (texture->getImmutableFormat() && !isSubImage) in ValidateES3TexImageParametersBase()1485 if (texture->getImmutableFormat()) in ValidateES3TexStorageParametersTexObject()2726 if (dest->getImmutableFormat()) in ValidateCopyTexture3DANGLE()
2364 if (!tex->getImmutableFormat()) in ValidateFramebufferTexturePixelLocalStorageANGLE()2410 ASSERT(tex->getImmutableFormat()); in ValidateFramebufferTexturePixelLocalStorageANGLE()
2133 if (tex->getImmutableFormat() && context->getClientVersion() >= ES_3_1) in ValidateFramebufferTextureBase()4024 if (texture->getImmutableFormat() && !isSubImage) in ValidateCopyTexImageParametersBase()8654 if (texture->getImmutableFormat()) in ValidateTexStorageMultisample()
1515 if (!tex->getImmutableFormat() && tex->getType() != gl::TextureType::Buffer) in ValidateBindImageTexture()
130 if (!texture->getImmutableFormat()) in CheckAttachmentCompleteness()
1115 bool Texture::getImmutableFormat() const in getImmutableFormat() function in gl::Texture
279 *params = CastFromGLintStateValue<ParamType>(pname, texture->getImmutableFormat()); in QueryTexParameterBase()
5255 if (textureObject->getImmutableFormat()) in ValidateBindTexImage()
1606 if (!mState.getImmutableFormat() && (context->getClientVersion() >= gl::ES_3_1 || in syncState()1613 if (!mState.getImmutableFormat() && (context->getClientVersion() >= gl::ES_3_2 || in syncState()
1063 if (mState.getImmutableFormat())1795 return mState.getImmutableFormat() || mBoundSurface;2004 ASSERT(mState.getImmutableFormat());
2908 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()
1213 json->addScalar("ImmutableFormat", textureState.getImmutableFormat()); in SerializeTextureState()