Searched defs:opt (Results 1 - 25 of 30) 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.java103 * @param opt LaunchOptions for clipping
105 public void forEach(Allocation aout, Script.LaunchOptions opt) { argument
109 forEach(0, (Allocation) null, aout, null, opt);
H A DScriptIntrinsicConvolve3x3.java117 * @param opt LaunchOptions for clipping
119 public void forEach(Allocation aout, Script.LaunchOptions opt) { argument
120 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.java138 * @param opt Options for clipping
140 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) { argument
145 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
415 forEachXor(Allocation ain, Allocation aout, Script.LaunchOptions opt) argument
455 forEachMultiply(Allocation ain, Allocation aout, Script.LaunchOptions opt) argument
562 forEachAdd(Allocation ain, Allocation aout, Script.LaunchOptions opt) argument
592 forEachSubtract(Allocation ain, Allocation aout, Script.LaunchOptions opt) argument
[all...]
/frameworks/native/cmds/surfacereplayer/replayer/
H A DMain.cpp67 int opt = 0; local
68 while ((opt = getopt(argc, argv, "mt:s:nlh?")) != -1) {
69 switch (opt) {
/frameworks/native/services/surfaceflinger/
H A DDdmConnection.cpp39 JavaVMOption opt; local
41 opt.optionString =
45 args.options = &opt;
/frameworks/rs/support/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.java126 * @param opt LaunchOptions for clipping
128 public void forEach(Allocation aout, Script.LaunchOptions opt) { argument
129 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
130 llvm::opt::OptTable *createRSCCOptTable();
/frameworks/minikin/libs/minikin/
H A DGraphemeBreak.cpp206 size_t count, size_t offset, MoveOpt opt) {
207 switch (opt) {
205 getTextRunCursor(const float* advances, const uint16_t* buf, size_t start, size_t count, size_t offset, MoveOpt opt) argument
/frameworks/native/libs/ui/tools/
H A Dlutgen.cpp95 int opt; local
98 while ((opt = getopt_long(argc, argv, OPTSTR, OPTIONS, &index)) >= 0) {
100 switch (opt) {
/frameworks/base/cmds/incident/
H A Dmain.cpp143 int opt; local
144 while ((opt = getopt(argc, argv, "bhd")) != -1) {
145 switch (opt) {
/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/base/tools/incident_report/
H A Dmain.cpp442 int opt; local
443 while ((opt = getopt(argc, argv, "bhi:o:s:tw")) != -1) {
444 switch (opt) {
/frameworks/native/opengl/tests/hwc/
H A DhwcColorEquiv.cpp167 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
213 while ((opt = getopt(argc, argv, "D:v?h")) != -1) {
214 switch (opt) {
H A DhwcStress.cpp242 int rv, opt; local
251 while ((opt = getopt(argc, argv, "vp:d:D:n:s:e:t:?h")) != -1) {
252 switch (opt) {

Completed in 1078 milliseconds

12