Home
last modified time | relevance | path

Searched refs:CubeMapArray (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/angle/src/common/
H A DPackedEnums.cpp27 case TextureTarget::CubeMapArray: in TextureTargetToType()
28 return TextureType::CubeMapArray; in TextureTargetToType()
78 case TextureType::CubeMapArray: in NonCubeTextureTypeToTarget()
79 return TextureTarget::CubeMapArray; in NonCubeTextureTypeToTarget()
148 return TextureType::CubeMapArray; in SamplerTypeToTextureType()
205 return TextureType::CubeMapArray; in ImageTypeToTextureType()
246 case TextureType::CubeMapArray: in IsArrayTextureType()
261 case TextureType::CubeMapArray: in IsLayeredTextureType()
H A DPackedGLEnums_autogen.cpp2247 return TextureTarget::CubeMapArray; in FromGLenum()
2287 case TextureTarget::CubeMapArray: in ToGLenum()
2342 case TextureTarget::CubeMapArray: in operator <<()
2380 return TextureType::CubeMapArray; in FromGLenum()
2410 case TextureType::CubeMapArray: in ToGLenum()
2450 case TextureType::CubeMapArray: in operator <<()
H A DPackedGLEnums_autogen.h582 CubeMapArray = 13, enumerator
605 CubeMapArray = 8, enumerator
/aosp_15_r20/external/angle/src/libANGLE/
H A DImageIndex.cpp46 case TextureTarget::CubeMapArray: in TextureTargetToLayer()
60 case TextureTarget::CubeMapArray: in IsArrayTarget()
104 case TextureType::CubeMapArray: in isLayered()
122 mType == TextureType::_2DMultisampleArray || mType == TextureType::CubeMapArray; in usesTex3D()
H A DvalidationES.cpp793 case TextureType::CubeMapArray: in ValidTextureTarget()
833 case TextureType::CubeMapArray: in ValidTexture3DTarget()
1046 case TextureTarget::CubeMapArray: in ValidTexture3DDestinationTarget()
1071 case TextureType::CubeMapArray: in ValidTexLevelDestinationTarget()
1117 case TextureType::CubeMapArray: in ValidMipLevel()
4049 case TextureType::CubeMapArray: in ValidateCopyTexImageParametersBase()
4105 if ((texType == TextureType::CubeMap || texType == TextureType::CubeMapArray) && in ValidateCopyTexImageParametersBase()
5168 type != TextureType::CubeMapArray && type != TextureType::_3D) in ValidateEGLImageObject()
5174 if (imageObject->isCubeMap() && type != TextureType::CubeMapArray && in ValidateEGLImageObject()
H A DvalidationES3.cpp610 case TextureType::CubeMapArray: in ValidateES3TexImageParametersBase()
1428 case TextureType::CubeMapArray: in ValidateES3TexStorageParametersExtent()
1816 case TextureType::CubeMapArray: in ValidateFramebufferTextureLayer()
2084 if (context->getClientVersion() < ES_3_2 || target != TextureTarget::CubeMapArray) in ValidateCompressedTexImage3D()
H A DState.cpp2348 mSamplerTextures[TextureType::CubeMapArray].resize(getCaps().maxCombinedTextureImageUnits); in initialize()
3379 *params = getSamplerTextureId(getActiveSampler(), TextureType::CubeMapArray).value; in getIntegerv()
H A DTexture.cpp2151 type == TextureType::CubeMapArray); in setStorageEGLImageTarget()
H A DContext.cpp763 new Texture(mImplementation.get(), {0}, TextureType::CubeMapArray); in initializeDefaultResources()
764 mZeroTextures[TextureType::CubeMapArray].set(this, zeroTextureCubeMapArray); in initializeDefaultResources()
10642 {TextureType::CubeMapArray, isGLES32 || exts.textureCubeMapArrayAny()}, in updateValidBindTextureTypes()
H A DvalidationESEXT.cpp4076 case TextureType::CubeMapArray: in ValidateEGLImageTargetTexStorageEXT()
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_utils.cpp1538 case gl::TextureType::CubeMapArray: in GetImageType()
1565 case gl::TextureType::CubeMapArray: in GetImageViewType()
1679 case gl::TextureType::CubeMapArray: in GetExtentsAndLayerCount()
H A Dvk_format_utils.cpp416 case gl::TextureType::CubeMapArray: in GetMinimalImageCreateFlags()
H A DTextureVk.cpp270 case gl::TextureType::CubeMapArray: in GetRenderTargetLayerCountAndIndex()
754 : (mState.getType() != gl::TextureType::CubeMapArray || in isMutableTextureConsistentlySpecifiedForFlush()
893 textureType == gl::TextureType::CubeMapArray || in clearSubImageImpl()
4371 case gl::TextureTarget::CubeMapArray: in getTexImage()
4411 case gl::TextureTarget::CubeMapArray: in getCompressedTexImage()
H A Dvk_helpers.cpp6275 ASSERT(textureType != gl::TextureType::CubeMapArray || mLayerCount % gl::kCubeFaceCount == 0); in initExternal()
9339 textureType == gl::TextureType::CubeMapArray || in stagePartialClear()
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/android/
H A DHardwareBufferImageSiblingVkAndroid.cpp129 textureType = layerCount > gl::kCubeFaceCount ? gl::TextureType::CubeMapArray in AhbDescUsageToTextureType()
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A Dwgpu_utils.cpp516 case gl::TextureType::CubeMapArray: in getWgpuTextureDimension()
H A DTextureWgpu.cpp60 case gl::TextureType::CubeMapArray: in GetRenderTargetLayerCountAndIndex()
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DFramebufferGL.cpp125 textureType == TextureType::CubeMapArray); in BindFramebufferAttachment()
138 texture->getType() == TextureType::CubeMapArray) in BindFramebufferAttachment()
H A Drenderergl_utils.cpp2858 textureType == gl::TextureType::CubeMapArray; in UseTexImage3D()
2881 case gl::TextureType::CubeMapArray: in GetTextureBindingQuery()
/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A Drenderer_utils.cpp739 if (type == gl::TextureType::CubeMapArray) in getIncompleteTexture()
793 else if (type == gl::TextureType::CubeMapArray) in getIncompleteTexture()
/aosp_15_r20/external/angle/src/libANGLE/capture/
H A Dserialize.cpp1259 index.getType() == gl::TextureType::CubeMapArray || in SerializeTextureData()
H A DFrameCapture.cpp3510 case gl::TextureType::CubeMapArray: in CaptureTextureStorage()
3563 index.getType() == gl::TextureType::CubeMapArray); in CaptureTextureContents()
4583 index.getType() == gl::TextureType::CubeMapArray || in CaptureShareGroupMidExecutionSetup()
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/
H A DTextureMtl.mm1111 mState.getType() == gl::TextureType::CubeMapArray) &&