Searched refs:getImmutableFormat (Results 1 – 3 of 3) sorted by relevance
3659 if(!texture || texture->name == 0 || texture->getImmutableFormat() != GL_FALSE) in TexStorage2D()3682 if(!texture || texture->name == 0 || texture->getImmutableFormat()) in TexStorage2D()3734 if(!texture || texture->name == 0 || texture->getImmutableFormat() != GL_FALSE) in TexStorage3D()3757 if(!texture || texture->name == 0 || texture->getImmutableFormat()) in TexStorage3D()
134 GLboolean getImmutableFormat() const { return mImmutableFormat; } in getImmutableFormat() function
3346 *params = (GLfloat)texture->getImmutableFormat(); in GetTexParameterfv()3433 *params = (GLint)texture->getImmutableFormat(); in GetTexParameteriv()