Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DBlit11.cpp215 void CopyDepthStencil(const gl::Box &sourceArea, in CopyDepthStencil() function
344 return &CopyDepthStencil<LoadDepth16>; in GetCopyDepthStencilFunction()
346 return &CopyDepthStencil<LoadDepth24>; in GetCopyDepthStencilFunction()
348 return &CopyDepthStencil<LoadDepth32F>; in GetCopyDepthStencilFunction()
350 return &CopyDepthStencil<LoadStencil8>; in GetCopyDepthStencilFunction()
352 return &CopyDepthStencil<LoadDepth24Stencil8>; in GetCopyDepthStencilFunction()
354 return &CopyDepthStencil<LoadDepth32FStencil8>; in GetCopyDepthStencilFunction()