Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/wgl/
DD3DTextureSurfaceWGL.cpp31 const angle::Format **angleFormat, in GetD3D11TextureInfo()
107 const angle::Format **angleFormat, in GetD3D9TextureInfo()
189 const angle::Format **angleFormat, in GetD3DTextureInfo()
/external/angle/src/libANGLE/renderer/wgpu/
Dwgpu_format_utils.cpp13 void FillTextureCaps(const angle::Format &angleFormat, in FillTextureCaps()
Dwgpu_format_table_autogen.cpp22 void Format::initialize(const angle::Format &angleFormat) in initialize()
DSurfaceWgpu.cpp408 angle::FormatID angleFormat = webgpu::GetFormatIDFromWgpuTextureFormat(wgpuFormat); in updateCurrentTexture() local
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DExternalImageSiblingImpl11.cpp31 const angle::Format *angleFormat = nullptr; in initialize() local
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
DRenderer11.cpp1551 const angle::Format **angleFormat, in getD3DTextureInfo()
3633 const angle::Format &angleFormat = GetFormatFromFormatType(format, type); in readFromAttachment() local
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DFramebuffer9.cpp395 const angle::Format &angleFormat = angle::Format::Get(d3dFormatInfo.formatID); in getImplementationColorReadFormat() local
DRenderer9.cpp743 const angle::Format **angleFormat, in getD3DTextureInfo()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_format_table_autogen.cpp22 void Format::initialize(Renderer *renderer, const angle::Format &angleFormat) in initialize()
Dvk_format_utils.cpp676 gl::SwizzleState GetFormatSwizzle(const angle::Format &angleFormat, const bool sized) in GetFormatSwizzle()
DTextureVk.cpp205 const angle::Format &angleFormat = angle::Format::Get(formatID); in CanGenerateMipmapWithCompute() local
2676 const angle::Format &angleFormat = mImage->getActualFormat(); in generateMipmapsWithCPU() local
3766 const angle::Format &angleFormat = mImage->getActualFormat(); in getCopyImageView() local
Dvk_cache_utils.cpp452 const angle::Format &angleFormat = angle::Format::Get(attachmentFormatID); in DeriveRenderingInfo() local
679 const angle::Format &angleFormat = angle::Format::Get(formatID); in UnpackColorResolveAttachmentDesc() local
712 const angle::Format &angleFormat = angle::Format::Get(formatID); in UnpackDepthStencilResolveAttachmentDesc() local
7795 const angle::Format &angleFormat = angle::Format::Get(attachmentFormatID); in MakeRenderPass() local
7907 const angle::Format &angleFormat = angle::Format::Get(desc[depthStencilIndexGL]); in MakeRenderPass() local
DVertexArrayVk.cpp30 ANGLE_INLINE bool BindingIsAligned(const angle::Format &angleFormat, in BindingIsAligned()
Dvk_helpers.cpp2971 const angle::Format &angleFormat = angle::Format::Get(attachmentFormatID); in finalizeDepthStencilLoadStore() local
6930 const angle::Format &angleFormat = getActualFormat(); in initializeNonZeroMemory() local
8464 const angle::Format &angleFormat = getActualFormat(); in clear() local
11391 const angle::Format &angleFormat = GetFormatFromFormatType(format, type); in readPixelsForGetImage() local
/external/angle/src/libANGLE/renderer/
Drenderer_utils.cpp569 const angle::Format &angleFormat = angle::Format::Get(angleFormatID); in GetPackPixelsParams() local
Dload_functions_table_autogen.cpp3887 LoadFunctionMap GetLoadFunctionsMap(GLenum internalFormat, FormatID angleFormat) in GetLoadFunctionsMap()