Searched refs:getImmutableLevels (Results 1 – 9 of 9) sorted by relevance
/external/angle/src/libANGLE/ |
D | Texture.h | 181 GLuint getImmutableLevels() const { return mImmutableLevels; } in getImmutableLevels() function 383 GLuint getImmutableLevels() const;
|
D | Texture.cpp | 1120 GLuint Texture::getImmutableLevels() const in getImmutableLevels() function in gl::Texture
|
D | queryutils.cpp | 282 *params = CastFromGLintStateValue<ParamType>(pname, texture->getImmutableLevels()); in QueryTexParameterBase()
|
D | validationESEXT.cpp | 2387 if (static_cast<GLuint>(level) >= tex->getImmutableLevels()) in ValidateFramebufferTexturePixelLocalStorageANGLE()
|
D | validationES.cpp | 2135 if (level >= static_cast<GLint>(tex->getImmutableLevels())) in ValidateFramebufferTextureBase()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | TextureMtl.mm | 1582 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/ |
D | serialize.cpp | 1214 json->addScalar("ImmutableLevels", textureState.getImmutableLevels()); in SerializeTextureState()
|
D | FrameCapture.cpp | 2842 texture->getImmutableLevels(), in CaptureTextureStorage() 2853 texture->getImmutableLevels(), desc.format.info->internalFormat, in CaptureTextureStorage()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | TextureVk.cpp | 3897 levelCount = mState.getImmutableLevels(); in initImage() 4596 levelGLEnd = gl::LevelIndex(mState.getImmutableLevels()); in ensureRenderableWithFormat()
|