Actually fix angle GLPrograms test.

git-svn-id: http://skia.googlecode.com/svn/trunk@7578 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
bsalomon@google.com 2013-02-05 15:44:21 +00:00
parent d4ce480d2b
commit 1d1d4248f6

View File

@ -111,7 +111,7 @@ bool GrGpuGL::programUnitTest(int maxStages) {
GrEffectStage stages[GrDrawState::kNumStages];
for (int s = 0; s < GrDrawState::kNumStages; ++s) {
for (int s = 0; s < maxStages; ++s) {
// enable the stage?
if (random_bool(&random)) {
// use separate tex coords?