From e3d3216fe17b6afb2e613271b5246a2766e12df6 Mon Sep 17 00:00:00 2001 From: "bsalomon@google.com" Date: Fri, 20 Jul 2012 13:37:06 +0000 Subject: Remove stage masks Review URL: http://codereview.appspot.com/6422047/ git-svn-id: http://skia.googlecode.com/svn/trunk@4688 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/gpu/GrContext.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include/gpu/GrContext.h') diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h index f905825db2..18abd4eba1 100644 --- a/include/gpu/GrContext.h +++ b/include/gpu/GrContext.h @@ -809,15 +809,6 @@ private: // only have to functions necessary for clients. friend class GrAtlas; - // computes vertex layout bits based on the paint. If paint expresses - // a texture for a stage, the stage coords will be bound to postitions - // unless hasTexCoords[s]==true in which case stage s's input coords - // are bound to tex coord index s. hasTexCoords == NULL is a shortcut - // for an array where all the values are false. - static int PaintStageVertexLayoutBits( - const GrPaint& paint, - const bool hasTexCoords[GrPaint::kTotalStages]); - // Needed so GrTexture's returnToCache helper function can call // addExistingTextureToCache friend class GrTexture; -- cgit v1.2.3