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:
parent
d4ce480d2b
commit
1d1d4248f6
@ -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?
|
||||
|
Loading…
Reference in New Issue
Block a user