Home | History | Annotate | Download | only in jni

Lines Matching refs:sc

199     RsSurfaceConfig sc;
200 sc.alphaMin = alphaMin;
201 sc.alphaPref = alphaPref;
202 sc.colorMin = colorMin;
203 sc.colorPref = colorPref;
204 sc.depthMin = depthMin;
205 sc.depthPref = depthPref;
206 sc.samplesMin = samplesMin;
207 sc.samplesPref = samplesPref;
208 sc.samplesQ = samplesQ;
211 return (jint)rsContextCreateGL((RsDevice)dev, ver, sdkVer, sc, dpi);
1146 RsScriptCall sc;
1147 sc.xStart = xstart;
1148 sc.xEnd = xend;
1149 sc.yStart = ystart;
1150 sc.yEnd = yend;
1151 sc.zStart = zstart;
1152 sc.zEnd = zend;
1153 sc.strategy = RS_FOR_EACH_STRATEGY_DONT_CARE;
1154 sc.arrayStart = 0;
1155 sc.arrayEnd = 0;
1156 rsScriptForEach(con, (RsScript)script, slot, (RsAllocation)ain, (RsAllocation)aout, NULL, 0, &sc, sizeof(sc));
1168 RsScriptCall sc;
1169 sc.xStart = xstart;
1170 sc.xEnd = xend;
1171 sc.yStart = ystart;
1172 sc.yEnd = yend;
1173 sc.zStart = zstart;
1174 sc.zEnd = zend;
1175 sc.strategy = RS_FOR_EACH_STRATEGY_DONT_CARE;
1176 sc.arrayStart = 0;
1177 sc.arrayEnd = 0;
1178 rsScriptForEach(con, (RsScript)script, slot, (RsAllocation)ain, (RsAllocation)aout, ptr, len, &sc, sizeof(sc));