Home
last modified time | relevance | path

Searched defs:angleFormat (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/wgl/
H A DD3DTextureSurfaceWGL.cpp31 const angle::Format **angleFormat, in GetD3D11TextureInfo()
105 const angle::Format **angleFormat, in GetD3D9TextureInfo()
185 const angle::Format **angleFormat, in GetD3DTextureInfo()
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DFramebuffer11.cpp287 const angle::Format &angleFormat = GetFormatFromFormatType(format, type); in readPixelsImpl() local
415 const angle::Format &angleFormat = d3d11::Format::Get(sizedFormat, caps).format(); in getImplementationColorReadFormat() local
H A DExternalImageSiblingImpl11.cpp31 const angle::Format *angleFormat = nullptr; in initialize() local
H A DRenderer11.cpp1535 const angle::Format **angleFormat, in getD3DTextureInfo()
3606 const angle::Format &angleFormat = GetFormatFromFormatType(format, type); in readFromAttachment() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A Dwgpu_format_utils.cpp13 void FillTextureCaps(const angle::Format &angleFormat, in FillTextureCaps()
H A Dwgpu_format_table_autogen.cpp22 void Format::initialize(const angle::Format &angleFormat) in initialize()
H A DSurfaceWgpu.cpp407 angle::FormatID angleFormat = webgpu::GetFormatIDFromWgpuTextureFormat(wgpuFormat); in updateCurrentTexture() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A DFramebuffer9.cpp395 const angle::Format &angleFormat = angle::Format::Get(d3dFormatInfo.formatID); in getImplementationColorReadFormat() local
H A DRenderer9.cpp738 const angle::Format **angleFormat, in getD3DTextureInfo()
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_format_table_autogen.cpp22 void Format::initialize(Renderer *renderer, const angle::Format &angleFormat) in initialize()
H A Dvk_format_utils.cpp676 gl::SwizzleState GetFormatSwizzle(const angle::Format &angleFormat, const bool sized) in GetFormatSwizzle()
H A Dvk_cache_utils.cpp443 const angle::Format &angleFormat = angle::Format::Get(attachmentFormatID); in DeriveRenderingInfo() local
659 const angle::Format &angleFormat = angle::Format::Get(formatID); in UnpackColorResolveAttachmentDesc() local
692 const angle::Format &angleFormat = angle::Format::Get(formatID); in UnpackDepthStencilResolveAttachmentDesc() local
7682 const angle::Format &angleFormat = angle::Format::Get(attachmentFormatID); in MakeRenderPass() local
7794 const angle::Format &angleFormat = angle::Format::Get(desc[depthStencilIndexGL]); in MakeRenderPass() local
H A DTextureVk.cpp212 const angle::Format &angleFormat = angle::Format::Get(formatID); in CanGenerateMipmapWithCompute() local
2643 const angle::Format &angleFormat = mImage->getActualFormat(); in generateMipmapsWithCPU() local
3768 const angle::Format &angleFormat = mImage->getActualFormat(); in getCopyImageView() local
H A DVertexArrayVk.cpp30 ANGLE_INLINE bool BindingIsAligned(const angle::Format &angleFormat, in BindingIsAligned()
H A Dvk_helpers.cpp2874 const angle::Format &angleFormat = angle::Format::Get(attachmentFormatID); in finalizeDepthStencilLoadStore() local
6602 const angle::Format &angleFormat = getActualFormat(); in initializeNonZeroMemory() local
8062 const angle::Format &angleFormat = getActualFormat(); in clear() local
10974 const angle::Format &angleFormat = GetFormatFromFormatType(format, type); in readPixelsForGetImage() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A Drenderer_utils.cpp552 const angle::Format &angleFormat = angle::Format::Get(angleFormatID); in GetPackPixelsParams() local
H A Dload_functions_table_autogen.cpp3887 LoadFunctionMap GetLoadFunctionsMap(GLenum internalFormat, FormatID angleFormat) in GetLoadFunctionsMap()