Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/wgl/
DD3DTextureSurfaceWGL.cpp31 const angle::Format **angleFormat, in GetD3D11TextureInfo()
105 const angle::Format **angleFormat, in GetD3D9TextureInfo()
185 const angle::Format **angleFormat, in GetD3DTextureInfo()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DExternalImageSiblingImpl11.cpp30 const angle::Format *angleFormat = nullptr; in initialize() local
DFramebuffer11.cpp264 const angle::Format &angleFormat = GetFormatFromFormatType(format, type); in readPixelsImpl() local
389 const angle::Format &angleFormat = d3d11::Format::Get(sizedFormat, caps).format(); in getImplementationColorReadFormat() local
DRenderer11.cpp1458 const angle::Format **angleFormat, in getD3DTextureInfo()
3533 const angle::Format &angleFormat = GetFormatFromFormatType(format, type); in readFromAttachment() local
/external/angle/src/libANGLE/renderer/vulkan/android/
DDisplayVkAndroid.cpp109 const angle::Format &angleFormat = angle::Format::Get(angleFormatID); in generateConfigs() local
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_format_table_autogen.cpp22 void Format::initialize(RendererVk *renderer, const angle::Format &angleFormat) in initialize()
Dvk_format_utils.cpp435 const angle::Format &angleFormat, in GetFormatSwizzle()
DTextureVk.cpp196 const angle::Format &angleFormat = angle::Format::Get(formatID); in CanGenerateMipmapWithCompute() local
1905 const angle::Format &angleFormat = mImage->getActualFormat(); in generateMipmapsWithCPU() local
2867 const angle::Format &angleFormat = mImage->getActualFormat(); in getCopyImageView() local
3338 const angle::Format &angleFormat = mImage->getActualFormat(); in getImageViewSubresourceSerialImpl() local
DVertexArrayVk.cpp32 const angle::Format &angleFormat, in BindingIsAligned()
Dvk_cache_utils.cpp252 const angle::Format &angleFormat = angle::Format::Get(formatID); in UnpackColorResolveAttachmentDesc() local
285 const angle::Format &angleFormat = angle::Format::Get(formatID); in UnpackDepthStencilResolveAttachmentDesc() local
1210 const angle::Format &angleFormat = angle::Format::Get(attachmentFormatID); in InitializeRenderPassFromDesc() local
Dvk_helpers.cpp5079 const angle::Format &angleFormat = getActualFormat(); in initializeNonZeroMemory() local
5998 const angle::Format &angleFormat = getActualFormat(); in clear() local
8295 const angle::Format &angleFormat = GetFormatFromFormatType(format, type); in GetReadPixelsParams() local
8312 const angle::Format &angleFormat = GetFormatFromFormatType(format, type); in readPixelsForGetImage() local
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DFramebuffer9.cpp395 const angle::Format &angleFormat = angle::Format::Get(d3dFormatInfo.formatID); in getImplementationColorReadFormat() local
DRenderer9.cpp737 const angle::Format **angleFormat, in getD3DTextureInfo()
/external/angle/src/libANGLE/renderer/
Dload_functions_table_autogen.cpp3253 LoadFunctionMap GetLoadFunctionsMap(GLenum internalFormat, FormatID angleFormat) in GetLoadFunctionsMap()