Fixing test cases after Texture::Bind cleanup. 85/60885/2
authorDavid Steele <david.steele@samsung.com>
Wed, 2 Mar 2016 20:16:48 +0000 (20:16 +0000)
committerDavid Steele <david.steele@samsung.com>
Wed, 9 Mar 2016 15:25:50 +0000 (07:25 -0800)
Some test cases were expecting a texture to be rendered, but weren't providing
pixel data. With the cleanup to Texture::Bind preventing a call to glBindTexture
without pixel data, this is no longer the case.

Added dummy pixel data to ensure the test cases pass.

Change-Id: I67268b3a4a9446ff5745bc43f7f9f67f13c5ff69
Signed-off-by: David Steele <david.steele@samsung.com>

No differences found