HomeSort by relevance Sort by last modified time
    Searched refs:copyDepthStencil (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Blit11.h 48 bool copyDepthStencil(ID3D11Resource *source, unsigned int sourceSubresource, const gl::Box &sourceArea, const gl::Extents &sourceSize,
62 bool copyDepthStencil(ID3D11Resource *source, unsigned int sourceSubresource, const gl::Box &sourceArea, const gl::Extents &sourceSize,
Blit11.cpp 639 return copyDepthStencil(source, sourceSubresource, sourceArea, sourceSize,
741 bool Blit11::copyDepthStencil(ID3D11Resource *source, unsigned int sourceSubresource, const gl::Box &sourceArea, const gl::Extents &sourceSize,
745 return copyDepthStencil(source, sourceSubresource, sourceArea, sourceSize,
750 bool Blit11::copyDepthStencil(ID3D11Resource *source, unsigned int sourceSubresource, const gl::Box &sourceArea, const gl::Extents &sourceSize,
    [all...]
TextureStorage11.cpp 318 return blitter->copyDepthStencil(srcTexture, sourceSubresource, copyArea, texSize,
    [all...]
Renderer11.cpp     [all...]

Completed in 4103 milliseconds