Searched refs:which (Results 151 - 175 of 768) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Dnative_helper.c172 enum native_attachment which,
175 pipe_resource_reference(&rsurf->resources[which], pres);
176 rsurf->resource_mask |= 1 << which;
196 enum native_attachment which)
199 pipe_resource_reference(&pres, rsurf->resources[which]);
239 enum native_attachment which,
242 struct pipe_resource *pres = rsurf->resources[which];
171 resource_surface_import_resource(struct resource_surface *rsurf, enum native_attachment which, struct pipe_resource *pres) argument
195 resource_surface_get_single_resource(struct resource_surface *rsurf, enum native_attachment which) argument
238 resource_surface_present(struct resource_surface *rsurf, enum native_attachment which, void *winsys_drawable_handle) argument
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_blit_0.c445 int which; local
452 which = 0;
454 which = surface->map->dst->format->BytesPerPixel;
458 return bitmap_blit[which];
461 return colorkey_blit[which];
464 return which >= 2 ? BlitBtoNAlpha : NULL;
467 return which >= 2 ? BlitBtoNAlphaKey : NULL;
H A DSDL_blit_1.c496 int which; local
501 which = 0;
503 which = dstfmt->BytesPerPixel;
507 return one_blit[which];
510 return one_blitkey[which];
514 tables which consume space and takes time to precompute,
516 return which >= 2 ? Blit1toNAlpha : NULL;
519 return which >= 2 ? Blit1toNAlphaKey : NULL;
/external/valgrind/main/memcheck/tests/
H A Dleak_cpp_interior.stderr.exp13 of which reachable via heuristic:
18 Reachable blocks (those to which a pointer was found) are not shown.
27 of which reachable via heuristic:
40 of which reachable via heuristic:
52 of which reachable via heuristic:
/external/chromium_org/
H A DAndroid.mk6 # gyp autogenerates most of the real makefiles, which we include below.
57 # primary target, which is required by V8.
84 # secondary target, which is required by V8.
/external/libunwind/doc/
H A Dunw_init_local.tex22 \Var{ctxt} identifies the initial stack frame at which unwinding
24 which the cursor \Var{c} is in use.
61 version of \Prog{libunwind} which supports remote unwinding only
H A Dunw_init_remote.tex30 thread-id, or a pointer to an arbitrary structure which identifies the
36 in \emph{any} process, including the local process in which the
57 version of \Prog{libunwind} which supports local unwinding only
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DSelectPopupDialog.java53 public void onClick(DialogInterface dialog, int which) {
60 public void onClick(DialogInterface dialog, int which) {
/external/chromium_org/third_party/icu/source/common/
H A Ducnv_cnv.c32 UConverterUnicodeSet which,
40 UConverterUnicodeSet which,
30 ucnv_getCompleteUnicodeSet(const UConverter *cnv, const USetAdder *sa, UConverterUnicodeSet which, UErrorCode *pErrorCode) argument
38 ucnv_getNonSurrogateUnicodeSet(const UConverter *cnv, const USetAdder *sa, UConverterUnicodeSet which, UErrorCode *pErrorCode) argument
/external/chromium_org/third_party/icu/source/config/
H A Dtest-icu-config.sh10 which icu-config
/external/chromium_org/third_party/icu/source/data/sprep/
H A Dspreplocal.mk15 # does not use IDNA 2003 any more and uses transitional/IDNA 2008 for which
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_agp_offset.spec37 Note, this extension depends on GLX_NV_vertex_array_range, for which
/external/chromium_org/third_party/skia/platform_tools/android/examples/hello_skia_app/jni/
H A DAndroid.mk34 # jnigraphics defines the function AndroidBitmap_lockPixels, which we need in order to draw into
/external/chromium_org/third_party/skia/tools/lua/
H A Dbitmap_statistics.lua27 -- dump the params in t, specifically showing the verb first, which we
/external/chromium_org/third_party/skia/tools/
H A Dsubmit_try11 This is a thin wrapper around the try request utilities in depot_tools which
29 # Alias which can be used to run a try on every builder.
31 # Alias which can be used to run a try on all compile builders.
33 # Alias which can be used to run a try on all builders that are run in the CQ.
35 # Alias which can be used to specify a regex to choose builders.
61 which_cmd = 'where' if os.name == 'nt' else 'which'
146 -b, --bot Builder(s) or Alias on which to run the try. Required.
149 -r <revision#> Revision from which to run the try.
241 revision: optional string; the revision from which to run the try.
/external/compiler-rt/make/
H A Doptions.mk1 # Options which may be overriden for platforms, etc.
/external/icu/icu4c/source/common/
H A Ducnv_cnv.c32 UConverterUnicodeSet which,
40 UConverterUnicodeSet which,
30 ucnv_getCompleteUnicodeSet(const UConverter *cnv, const USetAdder *sa, UConverterUnicodeSet which, UErrorCode *pErrorCode) argument
38 ucnv_getNonSurrogateUnicodeSet(const UConverter *cnv, const USetAdder *sa, UConverterUnicodeSet which, UErrorCode *pErrorCode) argument
/external/icu/icu4c/source/config/
H A Dtest-icu-config.sh10 which icu-config
/external/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/
H A Doverflow.pass.cpp28 std::ios_base::openmode which = std::ios_base::in | std::ios_base::out)
29 : base(str, which) {}
H A Dpbackfail.pass.cpp26 std::ios_base::openmode which = std::ios_base::in | std::ios_base::out)
27 : base(str, which) {}
/external/linux-tools-perf/perf-3.12.0/arch/metag/lib/
H A Dmemset.S28 ! Preamble to LongLoop which generates 4*8 bytes per interation (5 cycles)
45 ! Preamble to LongishLoop which generates 1*8 bytes per interation (2 cycles)
/external/lldb/utils/test/
H A Ddisasm.py17 def which(program): function
178 llvm_mc = opts.llvm_mc if opts.llvm_mc else which('llvm-mc')
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dast.ml25 (* proto - This type represents the "prototype" for a function, which captures
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dast.ml28 (* proto - This type represents the "prototype" for a function, which captures
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dast.ml31 (* proto - This type represents the "prototype" for a function, which captures

Completed in 389 milliseconds

1234567891011>>