Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
DD3DTextureSurfaceWGL.cpp31 const angle::Format **angleFormat, in GetD3D11TextureInfo()
105 const angle::Format **angleFormat, in GetD3D9TextureInfo()
184 const angle::Format **angleFormat, in GetD3DTextureInfo()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_format_utils.cpp215 const angle::Format &angleFormat = angle::Format::Get(formatID); in initialize() local
340 const angle::Format &angleFormat = format.angleFormat(); in MapSwizzleState() local
Dvk_format_utils.h61 const angle::Format &angleFormat() const { return angle::Format::Get(angleFormatID); } in angleFormat() function
Dvk_format_table_autogen.cpp25 void Format::initialize(RendererVk *renderer, const angle::Format &angleFormat) in initialize()
DVertexArrayVk.cpp31 const angle::Format &angleFormat, in BindingIsAligned()
440 const angle::Format &angleFormat = vertexFormat.angleFormat(); in syncDirtyAttrib() local
DUtilsVk.cpp235 const angle::Format &angleFormat = format.angleFormat(); in GetBlitResolveFlags() local
262 const angle::Format &angleFormat = format.angleFormat(); in GetFormatDefaultChannelMask() local
DFramebufferVk.cpp506 const angle::Format &angleFormat = GetFormatFromFormatType(format, type); in readPixels() local
DTextureVk.cpp1048 const angle::Format &angleFormat = mImage->getFormat().imageFormat(); in generateMipmapsWithCPU() local
Dvk_cache_utils.cpp686 const angle::Format &angleFormat = format.angleFormat(); in initializePipeline() local
Dvk_helpers.cpp1887 const angle::Format &angleFormat = mFormat->angleFormat(); in clear() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DFramebuffer11.cpp263 const angle::Format &angleFormat = GetFormatFromFormatType(format, type); in readPixelsImpl() local
DRenderer11.cpp3178 const angle::Format &angleFormat = GetFormatFromFormatType(format, type); in readFromAttachment() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dload_functions_table_autogen.cpp2901 LoadFunctionMap GetLoadFunctionsMap(GLenum internalFormat, FormatID angleFormat) in GetLoadFunctionsMap()