Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1406)

Unified Diff: src/gpu/gl/GrGpuGL.h

Issue 54403003: Fix few inconsistencies in handling fixed-function texture coordinate set generation (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/gpu/gl/GrGpuGL.h
diff --git a/src/gpu/gl/GrGpuGL.h b/src/gpu/gl/GrGpuGL.h
index 677e48cb0fd9f46bdf1ef623914dd11f0411f320..b4e2a158fb0cd60f6ef3c0838fa137304018778c 100644
--- a/src/gpu/gl/GrGpuGL.h
+++ b/src/gpu/gl/GrGpuGL.h
@@ -51,7 +51,7 @@ public:
};
void enableTexGen(int unitIdx, TexGenComponents, const GrGLfloat* coefficients);
void enableTexGen(int unitIdx, TexGenComponents, const SkMatrix& matrix);
- void disableUnusedTexGen(int numUsedTexCoordSets);
+ void flushTexGenSettings(int numUsedTexCoordSets);
bool shouldUseFixedFunctionTexturing() const {
return this->glCaps().fixedFunctionSupport() &&
this->glCaps().pathRenderingSupport();

Powered by Google App Engine
This is Rietveld 408576698