Searched refs:wholeArea (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | TextureStorage11.cpp | 857 gl::Box wholeArea(0, 0, 0, getLevelWidth(index.getLevelIndex()), in initDropStencilTexture() local 859 gl::Extents wholeSize(wholeArea.width, wholeArea.height, 1); in initDropStencilTexture() 865 context, *sourceTexture, subresource, wholeArea, wholeSize, mDropStencilTexture, in initDropStencilTexture() 866 subresource, wholeArea, wholeSize, nullptr)); in initDropStencilTexture()
|