Home
last modified time | relevance | path

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

/external/angle/src/common/
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()
DPackedGLEnums_autogen.cpp2025 return TextureTarget::CubeMapArray; in FromGLenum()
2065 case TextureTarget::CubeMapArray: in ToGLenum()
2120 case TextureTarget::CubeMapArray: in operator <<()
2158 return TextureType::CubeMapArray; in FromGLenum()
2188 case TextureType::CubeMapArray: in ToGLenum()
2228 case TextureType::CubeMapArray: in operator <<()
DPackedGLEnums_autogen.h520 CubeMapArray = 13, enumerator
543 CubeMapArray = 8, enumerator
/external/angle/src/libANGLE/
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()
DvalidationES.cpp692 case TextureType::CubeMapArray: in ValidTextureTarget()
732 case TextureType::CubeMapArray: in ValidTexture3DTarget()
942 case TextureTarget::CubeMapArray: in ValidTexture3DDestinationTarget()
960 case TextureType::CubeMapArray: in ValidTexLevelDestinationTarget()
1012 case TextureType::CubeMapArray: in ValidMipLevel()
3860 case TextureType::CubeMapArray: in ValidateCopyTexImageParametersBase()
3916 if ((texType == TextureType::CubeMap || texType == TextureType::CubeMapArray) && in ValidateCopyTexImageParametersBase()
4914 type != TextureType::CubeMapArray && type != TextureType::_3D) in ValidateEGLImageObject()
4920 if (imageObject->isCubeMap() && type != TextureType::CubeMapArray && in ValidateEGLImageObject()
DvalidationES3.cpp590 case TextureType::CubeMapArray: in ValidateES3TexImageParametersBase()
1408 case TextureType::CubeMapArray: in ValidateES3TexStorageParametersExtent()
1792 case TextureType::CubeMapArray: in ValidateFramebufferTextureLayer()
2049 if (context->getClientVersion() < ES_3_2 || target != TextureTarget::CubeMapArray) in ValidateCompressedTexImage3D()
DState.cpp513 mSamplerTextures[TextureType::CubeMapArray].resize(mCaps.maxCombinedTextureImageUnits); in initialize()
2943 TextureType::CubeMapArray) in getIntegerv()
DTexture.cpp1935 type == TextureType::CubeMapArray); in setStorageEGLImageTarget()
DvalidationESEXT.cpp2626 case TextureType::CubeMapArray: in ValidateEGLImageTargetTexStorageEXT()
DContext.cpp591 new Texture(mImplementation.get(), {0}, TextureType::CubeMapArray); in initializeDefaultResources()
592 mZeroTextures[TextureType::CubeMapArray].set(this, zeroTextureCubeMapArray); in initializeDefaultResources()
10054 {TextureType::CubeMapArray, exts.textureCubeMapArrayAny()}, in updateValidBindTextureTypes()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp1355 case gl::TextureType::CubeMapArray: in GetImageType()
1382 case gl::TextureType::CubeMapArray: in GetImageViewType()
1496 case gl::TextureType::CubeMapArray: in GetExtentsAndLayerCount()
DTextureVk.cpp253 case gl::TextureType::CubeMapArray: in GetRenderTargetLayerCountAndIndex()
3259 case gl::TextureTarget::CubeMapArray: in getTexImage()
3299 case gl::TextureTarget::CubeMapArray: in getCompressedTexImage()
Dvk_helpers.cpp890 case gl::TextureType::CubeMapArray: in GetImageCreateFlags()
4838 ASSERT(textureType != gl::TextureType::CubeMapArray || mLayerCount % gl::kCubeFaceCount == 0); in initExternal()
/external/angle/src/libANGLE/renderer/vulkan/android/
DHardwareBufferImageSiblingVkAndroid.cpp129 textureType = layerCount > gl::kCubeFaceCount ? gl::TextureType::CubeMapArray in AhbDescUsageToTextureType()
/external/angle/src/libANGLE/renderer/
Drenderer_utils.cpp677 if (type == gl::TextureType::CubeMapArray) in getIncompleteTexture()
729 else if (type == gl::TextureType::CubeMapArray) in getIncompleteTexture()
/external/angle/src/libANGLE/renderer/gl/
DFramebufferGL.cpp125 textureType == TextureType::CubeMapArray); in BindFramebufferAttachment()
138 texture->getType() == TextureType::CubeMapArray) in BindFramebufferAttachment()
Drenderergl_utils.cpp2344 textureType == gl::TextureType::CubeMapArray; in UseTexImage3D()
2367 case gl::TextureType::CubeMapArray: in GetTextureBindingQuery()
/external/angle/src/libANGLE/capture/
Dframe_capture_utils.cpp1223 index.getType() == gl::TextureType::CubeMapArray || in SerializeTextureData()
DFrameCapture.cpp2336 case gl::TextureType::CubeMapArray: in CaptureTextureStorage()
2389 index.getType() == gl::TextureType::CubeMapArray); in CaptureTextureContents()
3078 index.getType() == gl::TextureType::CubeMapArray); in CaptureShareGroupMidExecutionSetup()