Implement tcu::clear{Depth|Stencil} using tcu::clear.
authorJarkko Pöyry <jpoyry@google.com>
Tue, 21 Apr 2015 02:05:26 +0000 (19:05 -0700)
committerJarkko Pöyry <jpoyry@google.com>
Tue, 21 Apr 2015 20:26:54 +0000 (13:26 -0700)
commit71d8c06b97777d8fb0dca62165d4998867bf1849
treed996257e19df7e4c111daf20e6970fba750feac5
parent41920d7e0d1833907249009d156f6eb2361df97e
Implement tcu::clear{Depth|Stencil} using tcu::clear.

- Remove duplicated code in clear*.
- Add fillRow() sanity checks.

Change-Id: I81dc8be98c38691ad95fc0cfc659d6a75a24fde8
framework/common/tcuTextureUtil.cpp