/device/generic/vulkan-cereal/third-party/angle/src/common/ |
D | utilities.h | 149 GLenum textureType; member 167 GLenum textureType, in UniformTypeInfo()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/ |
D | renderergl_utils.cpp | 1843 bool UseTexImage2D(gl::TextureType textureType) in UseTexImage2D() 1851 bool UseTexImage3D(gl::TextureType textureType) in UseTexImage3D() 1858 GLenum GetTextureBindingQuery(gl::TextureType textureType) in GetTextureBindingQuery() 1886 GLenum GetTextureBindingTarget(gl::TextureType textureType) in GetTextureBindingTarget()
|
D | BlitGL.cpp | 268 gl::TextureType textureType, in copyImageToLUMAWorkaroundTexture() 297 gl::TextureType textureType, in copySubImageToLUMAWorkaroundTexture()
|
D | StateManagerGL.cpp | 831 gl::TextureType textureType = textureTypes[textureUnitIndex]; in updateProgramTextureBindings() local
|
D | FramebufferGL.cpp | 97 TextureType textureType = texture->getType(); in BindFramebufferAttachment() local
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/ |
D | vk_utils.cpp | 1090 VkImageType GetImageType(gl::TextureType textureType) in GetImageType() 1110 VkImageViewType GetImageViewType(gl::TextureType textureType) in GetImageViewType() 1169 void GetExtentsAndLayerCount(gl::TextureType textureType, in GetExtentsAndLayerCount()
|
D | vk_helpers.cpp | 380 VkImageCreateFlags GetImageCreateFlags(gl::TextureType textureType) in GetImageCreateFlags() 2497 gl::TextureType textureType, in init() 2514 gl::TextureType textureType, in initExternal() 2675 gl::TextureType textureType, in initImageView() 2687 gl::TextureType textureType, in initLayerImageView() 2701 gl::TextureType textureType, in initLayerImageViewImpl()
|
D | FramebufferVk.cpp | 871 gl::TextureType textureType = vk::Get2DTextureType(depthStencilImage->getLayerCount(), in blit() local
|
D | ContextVk.cpp | 3592 gl::TextureType textureType = textureTypes[textureUnit]; in updateActiveTextures() local
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | ProgramExecutable.h | 35 TextureType textureType; member
|
D | validationESEXT.cpp | 71 TextureType textureType = TextureTargetToType(target); in ValidateGetTexImageANGLE() local
|
D | Program.cpp | 3747 TextureType textureType = SamplerTypeToTextureType(samplerUniform.type); in linkSamplerAndImageBindings() local 5499 TextureType textureType = stream.readEnum<TextureType>(); in deserialize() local
|
D | FrameCapture.cpp | 3275 gl::TextureType textureType = gl::TextureTargetToType(targetPacked); in captureCompressedTextureData() local
|
D | validationES2.cpp | 195 TextureType textureType, in IsValidCopyTextureDestinationTarget()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | StateManager11.cpp | 41 gl::TextureType textureType = index.getType(); in ImageIndexConflictsWithSRV() local 108 gl::TextureType textureType = index.getType(); in ImageIndexConflictsWithUAV() local 2752 gl::TextureType textureType = in applyTexturesForSRVs() local 3290 gl::TextureType textureType = mProgramD3D->getSamplerTextureType(type, i); in generateSwizzlesForShader() local
|
D | Renderer11.cpp | 3989 ResourceType textureType, in createStagingTexture()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/ |
D | ProgramD3D.h | 445 gl::TextureType textureType; member
|
D | ProgramD3D.cpp | 1276 gl::TextureType textureType; in loadBinaryShaderExecutables() local
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | Renderer9.cpp | 3213 gl::TextureType textureType = in applyTextures() local
|