/aosp_15_r20/external/angle/src/common/ |
H A D | PackedEnums.cpp | 27 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 D | PackedGLEnums_autogen.cpp | 2247 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 D | PackedGLEnums_autogen.h | 582 CubeMapArray = 13, enumerator 605 CubeMapArray = 8, enumerator
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | ImageIndex.cpp | 46 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 D | validationES.cpp | 793 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 D | validationES3.cpp | 610 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 D | State.cpp | 2348 mSamplerTextures[TextureType::CubeMapArray].resize(getCaps().maxCombinedTextureImageUnits); in initialize() 3379 *params = getSamplerTextureId(getActiveSampler(), TextureType::CubeMapArray).value; in getIntegerv()
|
H A D | Texture.cpp | 2151 type == TextureType::CubeMapArray); in setStorageEGLImageTarget()
|
H A D | Context.cpp | 763 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 D | validationESEXT.cpp | 4076 case TextureType::CubeMapArray: in ValidateEGLImageTargetTexStorageEXT()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | vk_utils.cpp | 1538 case gl::TextureType::CubeMapArray: in GetImageType() 1565 case gl::TextureType::CubeMapArray: in GetImageViewType() 1679 case gl::TextureType::CubeMapArray: in GetExtentsAndLayerCount()
|
H A D | vk_format_utils.cpp | 416 case gl::TextureType::CubeMapArray: in GetMinimalImageCreateFlags()
|
H A D | TextureVk.cpp | 270 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 D | vk_helpers.cpp | 6275 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 D | HardwareBufferImageSiblingVkAndroid.cpp | 129 textureType = layerCount > gl::kCubeFaceCount ? gl::TextureType::CubeMapArray in AhbDescUsageToTextureType()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/ |
H A D | wgpu_utils.cpp | 516 case gl::TextureType::CubeMapArray: in getWgpuTextureDimension()
|
H A D | TextureWgpu.cpp | 60 case gl::TextureType::CubeMapArray: in GetRenderTargetLayerCountAndIndex()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/ |
H A D | FramebufferGL.cpp | 125 textureType == TextureType::CubeMapArray); in BindFramebufferAttachment() 138 texture->getType() == TextureType::CubeMapArray) in BindFramebufferAttachment()
|
H A D | renderergl_utils.cpp | 2858 textureType == gl::TextureType::CubeMapArray; in UseTexImage3D() 2881 case gl::TextureType::CubeMapArray: in GetTextureBindingQuery()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/ |
H A D | renderer_utils.cpp | 739 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 D | serialize.cpp | 1259 index.getType() == gl::TextureType::CubeMapArray || in SerializeTextureData()
|
H A D | FrameCapture.cpp | 3510 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 D | TextureMtl.mm | 1111 mState.getType() == gl::TextureType::CubeMapArray) &&
|