Searched refs:getImmutableLevels (Results 1 – 6 of 6) sorted by relevance
135 GLsizei getImmutableLevels() const { return mImmutableLevels; } in getImmutableLevels() function
3335 *params = (GLfloat)texture->getImmutableLevels(); in GetTexParameterfv()3415 *params = (GLint)texture->getImmutableLevels(); in GetTexParameteriv()
324 GLuint getImmutableLevels() const;
1624 texture->getImmutableLevels(), in CaptureTextureStorage()1634 texture->getImmutableLevels(), desc.format.info->internalFormat, in CaptureTextureStorage()
915 GLuint Texture::getImmutableLevels() const in getImmutableLevels() function in gl::Texture
265 *params = CastFromGLintStateValue<ParamType>(pname, texture->getImmutableLevels()); in QueryTexParameterBase()