Home
last modified time | relevance | path

Searched refs:GetFormatFromFormatType (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DFramebuffer11.cpp264 const angle::Format &angleFormat = GetFormatFromFormatType(format, type); in readPixelsImpl()
DRenderer11.cpp3509 const angle::Format &angleFormat = GetFormatFromFormatType(format, type); in readFromAttachment()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Drenderer_utils.h263 const angle::Format &GetFormatFromFormatType(GLenum format, GLenum type);
Drenderer_utils.cpp856 const angle::Format &GetFormatFromFormatType(GLenum format, GLenum type) in GetFormatFromFormatType() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DFramebuffer9.cpp204 packParams.destFormat = &GetFormatFromFormatType(format, type); in readPixelsImpl()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DFrameBufferMtl.mm248 const angle::Format &angleFormat = GetFormatFromFormatType(format, type);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp6272 GetFormatFromFormatType(formatInfo.internalFormat, formatInfo.type); in stageSubresourceUpdateFromFramebuffer()
7296 const angle::Format &angleFormat = GetFormatFromFormatType(format, type); in GetReadPixelsParams()
7313 const angle::Format &angleFormat = GetFormatFromFormatType(format, type); in readPixelsForGetImage()