Searched defs:angleFormat (Results 1 – 14 of 14) sorted by relevance
/external/angle/src/libANGLE/renderer/ |
D | load_texture_border_functions_table_autogen.cpp | 49 FormatID angleFormat) in GetLoadTextureBorderFunctionsMap()
|
D | load_functions_table_autogen.cpp | 3215 LoadFunctionMap GetLoadFunctionsMap(GLenum internalFormat, FormatID angleFormat) in GetLoadFunctionsMap()
|
/external/angle/src/libANGLE/renderer/gl/wgl/ |
D | D3DTextureSurfaceWGL.cpp | 31 const angle::Format **angleFormat, in GetD3D11TextureInfo() 105 const angle::Format **angleFormat, in GetD3D9TextureInfo() 184 const angle::Format **angleFormat, in GetD3DTextureInfo()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_format_utils.cpp | 267 const angle::Format &angleFormat = angle::Format::Get(formatID); in initialize() local 399 const angle::Format &angleFormat = format.intendedFormat(); in GetFormatSwizzle() local
|
D | vk_format_table_autogen.cpp | 24 void Format::initialize(RendererVk *renderer, const angle::Format &angleFormat) in initialize()
|
D | vk_cache_utils.cpp | 184 const angle::Format &angleFormat = format.actualImageFormat(); in UnpackColorResolveAttachmentDesc() local 217 const angle::Format &angleFormat = format.intendedFormat(); in UnpackDepthStencilResolveAttachmentDesc() local 1082 const angle::Format &angleFormat = format.intendedFormat(); in InitializeRenderPassFromDesc() local 1800 const angle::Format &angleFormat = format.intendedFormat(); in initializePipeline() local
|
D | VertexArrayVk.cpp | 32 const angle::Format &angleFormat, in BindingIsAligned()
|
D | TextureVk.cpp | 174 const angle::Format &angleFormat = format.actualImageFormat(); in CanGenerateMipmapWithCompute() local 1831 const angle::Format &angleFormat = mImage->getFormat().actualImageFormat(); in generateMipmapsWithCPU() local
|
D | vk_helpers.cpp | 4211 const angle::Format &angleFormat = mFormat->actualImageFormat(); in initializeNonZeroMemory() local 5076 const angle::Format &angleFormat = mFormat->actualImageFormat(); in clear() local 6815 const angle::Format &angleFormat = GetFormatFromFormatType(format, type); in GetReadPixelsParams() local 6831 const angle::Format &angleFormat = GetFormatFromFormatType(format, type); in readPixelsForGetImage() local
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | ExternalImageSiblingImpl11.cpp | 30 const angle::Format *angleFormat = nullptr; in initialize() local
|
D | Framebuffer11.cpp | 264 const angle::Format &angleFormat = GetFormatFromFormatType(format, type); in readPixelsImpl() local 389 const angle::Format &angleFormat = d3d11::Format::Get(sizedFormat, caps).format(); in getImplementationColorReadFormat() local
|
D | Renderer11.cpp | 1449 const angle::Format **angleFormat, in getD3DTextureInfo() 3498 const angle::Format &angleFormat = GetFormatFromFormatType(format, type); in readFromAttachment() local
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | Framebuffer9.cpp | 395 const angle::Format &angleFormat = angle::Format::Get(d3dFormatInfo.formatID); in getImplementationColorReadFormat() local
|
D | Renderer9.cpp | 737 const angle::Format **angleFormat, in getD3DTextureInfo()
|