Searched defs:opt (Results 1 - 25 of 26) sorted by relevance

12

/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsic3DLUT.java96 * @param opt Launch options for kernel
98 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) { argument
99 forEach(0, ain, aout, null, opt);
H A DScriptIntrinsicResize.java101 * @param opt LaunchOptions for clipping
103 public void forEach_bicubic(Allocation aout, Script.LaunchOptions opt) { argument
104 forEach(0, (Allocation) null, aout, null, opt);
H A DScriptIntrinsicBlur.java96 * @param opt LaunchOptions for clipping
98 public void forEach(Allocation aout, Script.LaunchOptions opt) { argument
99 forEach(0, (Allocation) null, aout, null, opt);
H A DScriptIntrinsicConvolve3x3.java118 * @param opt LaunchOptions for clipping
120 public void forEach(Allocation aout, Script.LaunchOptions opt) { argument
121 forEach(0, (Allocation) null, aout, null, opt);
H A DScriptIntrinsicConvolve5x5.java119 * @param opt LaunchOptions for clipping
121 public void forEach(Allocation aout, Script.LaunchOptions opt) { argument
122 forEach(0, (Allocation) null, aout, null, opt);
H A DScriptIntrinsicColorMatrix.java242 * @param opt LaunchOptions for clipping
244 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) { argument
269 forEach(0, ain, aout, null, opt);
H A DScriptIntrinsicHistogram.java85 * @param opt LaunchOptions for clipping
87 public void forEach(Allocation ain, Script.LaunchOptions opt) { argument
101 forEach(0, ain, null, null, opt);
186 * @param opt LaunchOptions for clipping
188 public void forEach_Dot(Allocation ain, Script.LaunchOptions opt) { argument
199 forEach(1, ain, null, null, opt);
H A DScriptIntrinsicLUT.java134 * @param opt Options for clipping
136 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) { argument
141 forEach(0, ain, aout, null, opt);
H A DScriptIntrinsicBlend.java43 private void blend(int id, Allocation ain, Allocation aout, Script.LaunchOptions opt) { argument
50 forEach(id, ain, aout, null, opt);
68 * @param opt LaunchOptions for clipping
70 public void forEachClear(Allocation ain, Allocation aout, Script.LaunchOptions opt) { argument
71 blend(0, ain, aout, opt);
99 * @param opt LaunchOptions for clipping
101 public void forEachSrc(Allocation ain, Allocation aout, Script.LaunchOptions opt) { argument
133 * @param opt LaunchOptions for clipping
135 public void forEachDst(Allocation ain, Allocation aout, Script.LaunchOptions opt) { argument
163 * @param opt LaunchOption
165 forEachSrcOver(Allocation ain, Allocation aout, Script.LaunchOptions opt) argument
195 forEachDstOver(Allocation ain, Allocation aout, Script.LaunchOptions opt) argument
225 forEachSrcIn(Allocation ain, Allocation aout, Script.LaunchOptions opt) argument
255 forEachDstIn(Allocation ain, Allocation aout, Script.LaunchOptions opt) argument
285 forEachSrcOut(Allocation ain, Allocation aout, Script.LaunchOptions opt) argument
315 forEachDstOut(Allocation ain, Allocation aout, Script.LaunchOptions opt) argument
347 forEachSrcAtop(Allocation ain, Allocation aout, Script.LaunchOptions opt) argument
383 forEachDstAtop(Allocation ain, Allocation aout, Script.LaunchOptions opt) argument
413 forEachXor(Allocation ain, Allocation aout, Script.LaunchOptions opt) argument
453 forEachMultiply(Allocation ain, Allocation aout, Script.LaunchOptions opt) argument
560 forEachAdd(Allocation ain, Allocation aout, Script.LaunchOptions opt) argument
590 forEachSubtract(Allocation ain, Allocation aout, Script.LaunchOptions opt) argument
[all...]
/frameworks/minikin/libs/minikin/
H A DGraphemeBreak.cpp101 size_t offset, MoveOpt opt) {
102 switch (opt) {
100 getTextRunCursor(const uint16_t* buf, size_t start, size_t count, size_t offset, MoveOpt opt) argument
/frameworks/native/services/surfaceflinger/
H A DDdmConnection.cpp37 JavaVMOption opt; local
39 opt.optionString =
43 args.options = &opt;
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicResize.java111 * @param opt LaunchOptions for clipping
113 public void forEach_bicubic(Allocation aout, Script.LaunchOptions opt) { argument
114 forEach(0, (Allocation) null, aout, null, opt);
H A DScriptIntrinsicConvolve3x3.java127 * @param opt LaunchOptions for clipping
129 public void forEach(Allocation aout, Script.LaunchOptions opt) { argument
130 forEach(0, (Allocation) null, aout, null, opt);
H A DScriptIntrinsicConvolve5x5.java129 * @param opt LaunchOptions for clipping
131 public void forEach(Allocation aout, Script.LaunchOptions opt) { argument
132 forEach(0, (Allocation) null, aout, null, opt);
H A DScriptIntrinsicHistogram.java95 * @param opt LaunchOptions for clipping
97 public void forEach(Allocation ain, Script.LaunchOptions opt) { argument
111 forEach(0, ain, null, null, opt);
196 * @param opt LaunchOptions for clipping
198 public void forEach_Dot(Allocation ain, Script.LaunchOptions opt) { argument
209 forEach(1, ain, null, null, opt);
H A DScriptIntrinsicColorMatrix.java222 * @param opt LaunchOptions for clipping
224 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) { argument
249 forEach(0, ain, aout, null, opt);
/frameworks/compile/slang/
H A Drs_cc_options.h34 namespace opt { namespace in namespace:llvm
121 llvm::opt::OptTable *createRSCCOptTable();
/frameworks/base/tools/obbtool/
H A DMain.cpp183 int opt; local
194 while ((opt = getopt_long(argc, argv, ADD_OPTS, longopts, &option_index)) != -1) {
195 switch (opt) {
/frameworks/native/opengl/tests/hwc/
H A DhwcColorEquiv.cpp166 int rv, opt; local
179 while ((opt = getopt(argc, argv, "vs:e:r:D:?h")) != -1) {
180 switch (opt) {
H A DhwcRects.cpp205 int rv, opt; local
213 while ((opt = getopt(argc, argv, "D:v?h")) != -1) {
214 switch (opt) {
H A DhwcStress.cpp241 int rv, opt; local
250 while ((opt = getopt(argc, argv, "vp:d:D:n:s:e:t:?h")) != -1) {
251 switch (opt) {
H A DhwcCommit.cpp340 int rv, opt; local
349 while ((opt = getopt(argc, argv, "s:v?h")) != -1) {
350 switch (opt) {
/frameworks/base/core/jni/
H A Dandroid_net_LocalSocketImpl.cpp203 java_opt_to_real(int optID, int* opt, int* level) argument
208 *opt = SO_RCVBUF;
212 *opt = SO_SNDBUF;
216 *opt = SO_SNDTIMEO;
220 *opt = SO_LINGER;
224 *opt = TCP_NODELAY;
228 *opt = SO_REUSEADDR;
240 int opt, level; local
245 if (!java_opt_to_real(optID, &opt, &level)) {
256 switch (opt)
[all...]
H A DAndroidRuntime.cpp427 JavaVMOption opt; local
428 opt.optionString = optionString;
429 opt.extraInfo = extraInfo;
430 mOptions.add(opt);
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp765 jint count, jint flags, jint offset, jint opt) {
766 GraphemeBreak::MoveOpt moveOpt = GraphemeBreak::MoveOpt(opt);
764 doTextRunCursor(JNIEnv *env, Paint* paint, const jchar *text, jint start, jint count, jint flags, jint offset, jint opt) argument

Completed in 524 milliseconds

12