Home
last modified time | relevance | path

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

/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/
DFrameCapture.cpp1661 if (texture->getImmutableFormat()) in CaptureTextureContents()
1680 if (texture->getImmutableFormat()) in CaptureTextureContents()
1700 if (texture->getImmutableFormat()) in CaptureTextureContents()
1719 if (texture->getImmutableFormat()) in CaptureTextureContents()
1983 if (texture->getImmutableFormat()) in CaptureMidExecutionSetup()
DTexture.h322 bool getImmutableFormat() const;
DvalidationES3.cpp507 if (texture->getImmutableFormat() && !isSubImage) in ValidateES3TexImageParametersBase()
1222 if (texture->getImmutableFormat()) in ValidateES3TexStorageParametersBase()
2172 if (dest->getImmutableFormat()) in ValidateCopyTexture3DANGLE()
DvalidationES2.cpp1730 if (texture->getImmutableFormat()) in ValidateES2TexImageParametersBase()
2033 if (texture->getImmutableFormat()) in ValidateES2TexStorageParameters()
3824 if (dest->getImmutableFormat()) in ValidateCopyTextureCHROMIUM()
4016 if (dest->getImmutableFormat()) in ValidateCompressedCopyTextureCHROMIUM()
DvalidationES31.cpp1505 if (!tex->getImmutableFormat()) in ValidateBindImageTexture()
DTexture.cpp910 bool Texture::getImmutableFormat() const in getImmutableFormat() function in gl::Texture
DFramebuffer.cpp110 if (!texture->getImmutableFormat()) in CheckAttachmentCompleteness()
DvalidationES.cpp2632 if (texture->getImmutableFormat() && !isSubImage) in ValidateCopyTexImageParametersBase()
6651 if (texture->getImmutableFormat()) in ValidateTexStorageMultisample()
DvalidationEGL.cpp3364 if ((*textureObject)->getImmutableFormat()) in ValidateBindTexImage()
Dqueryutils.cpp262 *params = CastFromGLintStateValue<ParamType>(pname, texture->getImmutableFormat()); in QueryTexParameterBase()