Home | History | Annotate | Download | only in renderscript

Lines Matching refs:sc

81         public SurfaceConfig(SurfaceConfig sc) {
82 mDepthMin = sc.mDepthMin;
83 mDepthPref = sc.mDepthPref;
84 mStencilMin = sc.mStencilMin;
85 mStencilPref = sc.mStencilPref;
86 mColorMin = sc.mColorMin;
87 mColorPref = sc.mColorPref;
88 mAlphaMin = sc.mAlphaMin;
89 mAlphaPref = sc.mAlphaPref;
90 mSamplesMin = sc.mSamplesMin;
91 mSamplesPref = sc.mSamplesPref;
92 mSamplesQ = sc.mSamplesQ;
177 * @param sc The desired format of the primary rendering surface.
179 public RenderScriptGL(Context ctx, SurfaceConfig sc) {
181 mSurfaceConfig = new SurfaceConfig(sc);