Home
last modified time | relevance | path

Searched refs:getImmutableLevels (Results 1 – 9 of 9) sorted by relevance

/external/angle/src/libANGLE/
DTexture.h181 GLuint getImmutableLevels() const { return mImmutableLevels; } in getImmutableLevels() function
383 GLuint getImmutableLevels() const;
DTexture.cpp1120 GLuint Texture::getImmutableLevels() const in getImmutableLevels() function in gl::Texture
Dqueryutils.cpp282 *params = CastFromGLintStateValue<ParamType>(pname, texture->getImmutableLevels()); in QueryTexParameterBase()
DvalidationESEXT.cpp2387 if (static_cast<GLuint>(level) >= tex->getImmutableLevels()) in ValidateFramebufferTexturePixelLocalStorageANGLE()
DvalidationES.cpp2135 if (level >= static_cast<GLint>(tex->getImmutableLevels())) in ValidateFramebufferTextureBase()
/external/angle/src/libANGLE/renderer/metal/
DTextureMtl.mm1582 return setStorageImpl(context, type, mState.getImmutableLevels(), 0, mtlFormat, size);
2005 ASSERT(0 <= level && static_cast<uint32_t>(level) < mState.getImmutableLevels());
2014 mSlices, mState.getImmutableLevels());
/external/angle/src/libANGLE/capture/
Dserialize.cpp1214 json->addScalar("ImmutableLevels", textureState.getImmutableLevels()); in SerializeTextureState()
DFrameCapture.cpp2842 texture->getImmutableLevels(), in CaptureTextureStorage()
2853 texture->getImmutableLevels(), desc.format.info->internalFormat, in CaptureTextureStorage()
/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.cpp3897 levelCount = mState.getImmutableLevels(); in initImage()
4596 levelGLEnd = gl::LevelIndex(mState.getImmutableLevels()); in ensureRenderableWithFormat()