Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.cpp3296 const d3d11::Format &d3d11FormatInfo = in supportsFastCopyBufferToTexture() local
3306 if (d3d11FormatInfo.rtvFormat == DXGI_FORMAT_UNKNOWN) in supportsFastCopyBufferToTexture()
3318 if (d3d11FormatInfo.format().glInternalFormat != internalFormat) in supportsFastCopyBufferToTexture()
3324 if (d3d11FormatInfo.texFormat == DXGI_FORMAT_B5G5R5A1_UNORM) in supportsFastCopyBufferToTexture()
3330 if (d3d11FormatInfo.texFormat == DXGI_FORMAT_A8_UNORM) in supportsFastCopyBufferToTexture()