Lines Matching refs:ct
1193 public static RenderScript create(Context ctx, int sdkVersion, ContextType ct) {
1202 rs.mContext = rs.nContextCreate(rs.mDev, 0, sdkVersion, ct.mID);
1203 rs.mContextType = ct;
1227 * @param ct The type of context to be created.
1230 public static RenderScript create(Context ctx, ContextType ct) {
1232 return create(ctx, v, ct);