Home
last modified time | relevance | path

Searched defs:isCubeMap (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A DImage.cpp234 bool ExternalImageSibling::isCubeMap() const in isCubeMap() function in egl::ExternalImageSibling
459 bool Image::isCubeMap() const in isCubeMap() function in egl::Image
/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A DImageImpl.cpp19 bool ExternalImageSiblingImpl::isCubeMap() const in isCubeMap() function in rx::ExternalImageSiblingImpl
H A Drenderer_utils.cpp2089 const bool isCubeMap = index.getType() == gl::TextureType::CubeMap; in TextureRedefineLevel() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/android/
H A DHardwareBufferImageSiblingVkAndroid.cpp540 bool HardwareBufferImageSiblingVkAndroid::isCubeMap() const in isCubeMap() function in rx::HardwareBufferImageSiblingVkAndroid
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DTextureVk.cpp835 bool isCubeMap = mState.getType() == gl::TextureType::CubeMap; in clearImage() local
859 bool isCubeMap = mState.getType() == gl::TextureType::CubeMap; in clearSubImage() local
935 bool isCubeMap = textureType == gl::TextureType::CubeMap; in clearSubImageImpl() local
1181 const bool isCubeMap = index.getType() == gl::TextureType::CubeMap; in copyImage() local