Searched refs:getImmutableFormat (Results 1 – 15 of 15) sorted by relevance
480 if (!mOwnsImage || mState.getImmutableFormat() || in setSubImageImpl()1307 ASSERT(mState.getImmutableFormat()); in setStorageMultisample()1665 ASSERT(isCompatibleRedefinition || !mState.getImmutableFormat()); in redefineLevel()1938 ASSERT(mState.getImmutableFormat() || in generateMipmap()2004 if (mState.getImmutableFormat()) in maybeUpdateBaseMaxLevels()2258 mState.getImmutableFormat() ? ImageMipLevels::FullMipChain in respecifyImageStorage()2337 ASSERT(!mState.getImmutableFormat()); in getAttachmentRenderTarget()2557 ASSERT(!mState.getImmutableFormat()); in prepareForGenerateMipmap()2643 if (mState.getImmutableFormat() && in syncState()2676 (!mState.getImmutableFormat() && in syncState()[all …]
170 bool getImmutableFormat() const { return mImmutableFormat; } in getImmutableFormat() function330 bool getImmutableFormat() const;
1538 if (texture->getImmutableFormat()) in ValidateES2TexImageParametersBase()1741 if (texture->getImmutableFormat()) in ValidateES2TexStorageParametersBase()3243 if (dest->getImmutableFormat()) in ValidateCopyTextureCHROMIUM()3437 if (dest->getImmutableFormat()) in ValidateCompressedCopyTextureCHROMIUM()
630 if (texture->getImmutableFormat() && !isSubImage) in ValidateES3TexImageParametersBase()1468 if (texture->getImmutableFormat()) in ValidateES3TexStorageParametersBase()2543 if (dest->getImmutableFormat()) in ValidateCopyTexture3DANGLE()
1859 if (tex->getImmutableFormat() && context->getClientVersion() >= ES_3_1) in ValidateFramebufferTextureBase()3761 if (texture->getImmutableFormat() && !isSubImage) in ValidateCopyTexImageParametersBase()8020 if (texture->getImmutableFormat()) in ValidateTexStorageMultisample()
128 if (!texture->getImmutableFormat()) in CheckAttachmentCompleteness()
1054 bool Texture::getImmutableFormat() const in getImmutableFormat() function in gl::Texture
1629 if (!tex->getImmutableFormat()) in ValidateBindImageTexture()
279 *params = CastFromGLintStateValue<ParamType>(pname, texture->getImmutableFormat()); in QueryTexParameterBase()
4771 if (textureObject->getImmutableFormat()) in ValidateBindTexImage()
3661 if(!texture || texture->name == 0 || texture->getImmutableFormat() != GL_FALSE) in TexStorage2D()3684 if(!texture || texture->name == 0 || texture->getImmutableFormat()) in TexStorage2D()3736 if(!texture || texture->name == 0 || texture->getImmutableFormat() != GL_FALSE) in TexStorage3D()3759 if(!texture || texture->name == 0 || texture->getImmutableFormat()) in TexStorage3D()
134 GLboolean getImmutableFormat() const { return mImmutableFormat; } in getImmutableFormat() function
3332 *params = (GLfloat)texture->getImmutableFormat(); in GetTexParameterfv()3412 *params = (GLint)texture->getImmutableFormat(); in GetTexParameteriv()
2212 if (texture->getImmutableFormat()) in CaptureTextureContents()2231 if (texture->getImmutableFormat()) in CaptureTextureContents()2251 if (texture->getImmutableFormat()) in CaptureTextureContents()2270 if (texture->getImmutableFormat()) in CaptureTextureContents()2806 if (texture->getImmutableFormat()) in CaptureShareGroupMidExecutionSetup()
1160 json->addScalar("ImmutableFormat", textureState.getImmutableFormat()); in SerializeTextureState()