Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DTextureVk.cpp480 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 …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DTexture.h170 bool getImmutableFormat() const { return mImmutableFormat; } in getImmutableFormat() function
330 bool getImmutableFormat() const;
DvalidationES2.cpp1538 if (texture->getImmutableFormat()) in ValidateES2TexImageParametersBase()
1741 if (texture->getImmutableFormat()) in ValidateES2TexStorageParametersBase()
3243 if (dest->getImmutableFormat()) in ValidateCopyTextureCHROMIUM()
3437 if (dest->getImmutableFormat()) in ValidateCompressedCopyTextureCHROMIUM()
DvalidationES3.cpp630 if (texture->getImmutableFormat() && !isSubImage) in ValidateES3TexImageParametersBase()
1468 if (texture->getImmutableFormat()) in ValidateES3TexStorageParametersBase()
2543 if (dest->getImmutableFormat()) in ValidateCopyTexture3DANGLE()
DvalidationES.cpp1859 if (tex->getImmutableFormat() && context->getClientVersion() >= ES_3_1) in ValidateFramebufferTextureBase()
3761 if (texture->getImmutableFormat() && !isSubImage) in ValidateCopyTexImageParametersBase()
8020 if (texture->getImmutableFormat()) in ValidateTexStorageMultisample()
DFramebuffer.cpp128 if (!texture->getImmutableFormat()) in CheckAttachmentCompleteness()
DTexture.cpp1054 bool Texture::getImmutableFormat() const in getImmutableFormat() function in gl::Texture
DvalidationES31.cpp1629 if (!tex->getImmutableFormat()) in ValidateBindImageTexture()
Dqueryutils.cpp279 *params = CastFromGLintStateValue<ParamType>(pname, texture->getImmutableFormat()); in QueryTexParameterBase()
DvalidationEGL.cpp4771 if (textureObject->getImmutableFormat()) in ValidateBindTexImage()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv3.cpp3661 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()
DTexture.h134 GLboolean getImmutableFormat() const { return mImmutableFormat; } in getImmutableFormat() function
DlibGLESv2.cpp3332 *params = (GLfloat)texture->getImmutableFormat(); in GetTexParameterfv()
3412 *params = (GLint)texture->getImmutableFormat(); in GetTexParameteriv()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.cpp2212 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()
Dframe_capture_utils.cpp1160 json->addScalar("ImmutableFormat", textureState.getImmutableFormat()); in SerializeTextureState()