OSDN Git Service

SurfaceFlinger: Native changes to add blur effect
[android-x86/frameworks-native.git] / services / surfaceflinger / RenderEngine / Program.h
index 36bd120..08dee59 100644 (file)
@@ -84,6 +84,9 @@ private:
 
     /* location of the color uniform */
     GLint mColorLoc;
+
+    GLint mSamplerMaskLoc;
+    GLint mMaskAlphaThresholdLoc;
 };