Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.cpp455 if (!mOwnsImage || mState.getImmutableFormat() || in setSubImageImpl()
1248 ASSERT(mState.getImmutableFormat()); in setStorageMultisample()
1863 ASSERT(mState.getImmutableFormat() || in generateMipmap()
1923 if (!mState.getImmutableFormat()) in updateBaseMaxLevels()
1933 if (mState.getImmutableFormat()) in updateBaseMaxLevels()
2047 ASSERT(!mState.getImmutableFormat()); in respecifyImageStorageAndLevels()
2077 if (mState.getImmutableFormat()) in respecifyImageStorageAndLevels()
2109 if (!mState.getImmutableFormat()) in respecifyImageStorageAndLevels()
2163 ASSERT(!mState.getImmutableFormat()); in getAttachmentRenderTarget()
2245 if (mState.getImmutableFormat()) in ensureImageInitialized()
[all …]
/external/angle/src/libANGLE/
DTexture.h168 bool getImmutableFormat() const { return mImmutableFormat; } in getImmutableFormat() function
324 bool getImmutableFormat() const;
DvalidationES2.cpp1675 if (texture->getImmutableFormat()) in ValidateES2TexImageParametersBase()
1978 if (texture->getImmutableFormat()) in ValidateES2TexStorageParametersBase()
3406 if (dest->getImmutableFormat()) in ValidateCopyTextureCHROMIUM()
3598 if (dest->getImmutableFormat()) in ValidateCompressedCopyTextureCHROMIUM()
DvalidationES3.cpp582 if (texture->getImmutableFormat() && !isSubImage) in ValidateES3TexImageParametersBase()
1393 if (texture->getImmutableFormat()) in ValidateES3TexStorageParametersBase()
2386 if (dest->getImmutableFormat()) in ValidateCopyTexture3DANGLE()
DFramebuffer.cpp125 if (!texture->getImmutableFormat()) in CheckAttachmentCompleteness()
DTexture.cpp1047 bool Texture::getImmutableFormat() const in getImmutableFormat() function in gl::Texture
DvalidationES31.cpp1512 if (!tex->getImmutableFormat()) in ValidateBindImageTexture()
DvalidationES.cpp3587 if (texture->getImmutableFormat() && !isSubImage) in ValidateCopyTexImageParametersBase()
7713 if (texture->getImmutableFormat()) in ValidateTexStorageMultisample()
Dqueryutils.cpp279 *params = CastFromGLintStateValue<ParamType>(pname, texture->getImmutableFormat()); in QueryTexParameterBase()
DvalidationEGL.cpp4551 if (textureObject->getImmutableFormat()) in ValidateBindTexImage()
/external/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()
/external/angle/src/libANGLE/capture/
DFrameCapture.cpp2107 if (texture->getImmutableFormat()) in CaptureTextureContents()
2126 if (texture->getImmutableFormat()) in CaptureTextureContents()
2146 if (texture->getImmutableFormat()) in CaptureTextureContents()
2165 if (texture->getImmutableFormat()) in CaptureTextureContents()
2531 if (texture->getImmutableFormat()) in CaptureSharedContextMidExecutionSetup()
Dframe_capture_utils.cpp1175 json->addScalar("ImmutableFormat", textureState.getImmutableFormat()); in SerializeTextureState()