Searched refs:getImmutableFormat (Results 1 – 4 of 4) sorted by relevance
89 GLboolean getImmutableFormat() const;
3856 if(!texture || texture->name == 0 || texture->getImmutableFormat() == GL_TRUE) in glTexStorage2D()3873 if(!texture || texture->name == 0 || texture->getImmutableFormat()) in glTexStorage2D()3926 if(!texture || texture->name == 0 || texture->getImmutableFormat() == GL_TRUE) in glTexStorage3D()3949 if(!texture || texture->name == 0 || texture->getImmutableFormat()) in glTexStorage3D()
355 GLboolean Texture::getImmutableFormat() const in getImmutableFormat() function in es2::Texture
3646 *params = (GLfloat)texture->getImmutableFormat(); in GetTexParameterfv()3799 *params = (GLint)texture->getImmutableFormat(); in GetTexParameteriv()