Home
last modified time | relevance | path

Searched refs:getMipmapMaxLevel (Results 1 – 10 of 10) sorted by relevance

/external/angle/src/libANGLE/
DTexture.cpp189 GLuint TextureState::getMipmapMaxLevel() const in getMipmapMaxLevel() function in gl::TextureState
469 const GLuint maxLevel = getMipmapMaxLevel(); in computeMipmapCompleteness()
563 const GLuint maxLevel = std::min(getEffectiveMaxLevel(), getMipmapMaxLevel()); in getEnabledLevelCount()
1115 GLuint Texture::getMipmapMaxLevel() const in getMipmapMaxLevel() function in gl::Texture
1117 return mState.getMipmapMaxLevel(); in getMipmapMaxLevel()
1672 const GLuint maxLevel = mState.getMipmapMaxLevel(); in generateMipmap()
DTexture.h115 GLuint getMipmapMaxLevel() const;
357 GLuint getMipmapMaxLevel() const;
DFramebuffer.cpp137 attachmentMipLevel > texture->getMipmapMaxLevel()) in CheckAttachmentCompleteness()
317 textureMaxLevel = texture->getMipmapMaxLevel(); in AttachmentOverlapsWithTexture()
DvalidationEGL.cpp153 static_cast<GLuint>(level) > texture->getTextureState().getMipmapMaxLevel())) in ValidateCreateImageMipLevelCommon()
/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.cpp1748 vk::LevelIndex destMaxLevelVk = mImage->toVkLevel(gl::LevelIndex(mState.getMipmapMaxLevel())); in generateMipmapsWithCompute()
1844 gl::LevelIndex(mState.getMipmapMaxLevel()), in generateMipmapsWithCPU()
1870 vk::LevelIndex maxLevel = mImage->toVkLevel(gl::LevelIndex(mState.getMipmapMaxLevel())); in generateMipmap()
2270 gl::LevelIndex(mState.getMipmapMaxLevel())); in ensureImageInitialized()
2386 gl::LevelIndex maxLevel(mState.getMipmapMaxLevel()); in prepareForGenerateMipmap()
2917 return mState.getMipmapMaxLevel() + 1; in getMaxLevelCount()
3055 uint32_t levelCount = gl::LevelIndex(mState.getMipmapMaxLevel()) - baseLevel + 1; in getImageViewSubresourceSerial()
/external/angle/src/libANGLE/renderer/d3d/
DTextureD3D.cpp445 const GLuint maxLevel = mState.getMipmapMaxLevel(); in generateMipmap()
1397 const GLuint maxLevel = mState.getMipmapMaxLevel(); in initMipmapImages()
2109 const GLuint maxLevel = mState.getMipmapMaxLevel(); in initMipmapImages()
2797 const GLuint maxLevel = mState.getMipmapMaxLevel(); in initMipmapImages()
3529 const GLuint maxLevel = mState.getMipmapMaxLevel(); in initMipmapImages()
/external/angle/src/libANGLE/capture/
Dframe_capture_utils.cpp1195 texture->getType(), 0, texture->getMipmapMaxLevel() + 1, gl::ImageIndex::kEntireLevel, in SerializeTextureData()
DFrameCapture.cpp2538 texture->getType(), 0, texture->getMipmapMaxLevel() + 1, gl::ImageIndex::kEntireLevel, in CaptureSharedContextMidExecutionSetup()
/external/angle/src/libANGLE/renderer/gl/
DTextureGL.cpp1327 const GLuint maxLevel = mState.getMipmapMaxLevel(); in generateMipmap()
/external/angle/src/libANGLE/renderer/metal/
DTextureMtl.mm548 const GLuint mips = mState.getMipmapMaxLevel() - mCurrentBaseLevel + 1;