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

/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.java95 * @param opt LaunchOptions for clipping
97 public void forEach_bicubic(Allocation aout, Script.LaunchOptions opt) { argument
98 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
379 forEachDstAtop(Allocation ain, Allocation aout, Script.LaunchOptions opt) argument
409 forEachXor(Allocation ain, Allocation aout, Script.LaunchOptions opt) argument
449 forEachMultiply(Allocation ain, Allocation aout, Script.LaunchOptions opt) argument
556 forEachAdd(Allocation ain, Allocation aout, Script.LaunchOptions opt) argument
586 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/compile/slang/
H A Drs_cc_options.h31 namespace opt { namespace in namespace:llvm
118 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
180 while ((opt = getopt(argc, argv, "vs:e:r:D:?h")) != -1) {
181 switch (opt) {
H A DhwcRects.cpp205 int rv, opt; local
214 while ((opt = getopt(argc, argv, "D:v?h")) != -1) {
215 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
350 while ((opt = getopt(argc, argv, "s:v?h")) != -1) {
351 switch (opt) {
/frameworks/base/core/jni/
H A Dandroid_net_LocalSocketImpl.cpp200 java_opt_to_real(int optID, int* opt, int* level) argument
205 *opt = SO_RCVBUF;
209 *opt = SO_SNDBUF;
213 *opt = SO_SNDTIMEO;
217 *opt = SO_LINGER;
221 *opt = TCP_NODELAY;
225 *opt = SO_REUSEADDR;
237 int opt, level; local
242 if (!java_opt_to_real(optID, &opt, &level)) {
253 switch (opt)
[all...]
H A DAndroidRuntime.cpp389 JavaVMOption opt; local
390 opt.optionString = optionString;
391 opt.extraInfo = extraInfo;
392 mOptions.add(opt);
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp704 jint count, jint flags, jint offset, jint opt) {
705 GraphemeBreak::MoveOpt moveOpt = GraphemeBreak::MoveOpt(opt);
703 doTextRunCursor(JNIEnv *env, Paint* paint, const jchar *text, jint start, jint count, jint flags, jint offset, jint opt) argument

Completed in 1139 milliseconds