HomeSort by relevance Sort by last modified time
    Searched refs:so (Results 226 - 250 of 1864) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/drivers/nv50/
nv50_vbo.c 9 * Software is furnished to do so, subject to the following conditions:
38 struct nv50_vertex_stateobj *so = hwcso; local
40 if (so->translate)
41 so->translate->release(so->translate);
50 struct nv50_vertex_stateobj *so; local
54 so = MALLOC(sizeof(*so) +
56 if (!so)
58 so->num_elements = num_elements
665 struct nv50_so_target *so = nv50_so_target(info->count_from_stream_output); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_vbo.c 9 * Software is furnished to do so, subject to the following conditions:
251 struct nv30_vertex_stateobj *so; local
257 so = MALLOC(sizeof(*so) + sizeof(*so->element) * num_elements);
258 if (!so)
260 memcpy(so->pipe, elements, sizeof(*elements) * num_elements);
261 so->num_elements = num_elements;
262 so->need_conversion = FALSE;
272 so->element[i].state = nv30_vtxfmt(pipe->screen, fmt)->hw
311 struct nv30_vertex_stateobj *so = hwcso; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_vbo.c 9 * Software is furnished to do so, subject to the following conditions:
251 struct nv30_vertex_stateobj *so; local
257 so = MALLOC(sizeof(*so) + sizeof(*so->element) * num_elements);
258 if (!so)
260 memcpy(so->pipe, elements, sizeof(*elements) * num_elements);
261 so->num_elements = num_elements;
262 so->need_conversion = FALSE;
272 so->element[i].state = nv30_vtxfmt(pipe->screen, fmt)->hw
311 struct nv30_vertex_stateobj *so = hwcso; local
    [all...]
  /build/libs/host/
Android.mk 19 # acp uses libhost, so we can't use
  /device/asus/fugu/self-extractors/
files-by-owner.sh 74 if test $file = system/lib/hw/gps.msm8974.so -o $file = system/lib/libgps.utils.so -o $file = system/lib/libloc_adapter.so -o $file = system/lib/libloc_eng.so
  /device/lge/hammerhead/self-extractors/
files-by-owner.sh 67 if test $file = system/lib/hw/gps.msm8974.so -o $file = system/lib/libgps.utils.so -o $file = system/lib/libloc_adapter.so -o $file = system/lib/libloc_eng.so
  /device/moto/shamu/self-extractors/
files-by-owner.sh 68 if test $file = system/lib/hw/gps.msm8974.so -o $file = system/lib/libgps.utils.so -o $file = system/lib/libloc_adapter.so -o $file = system/lib/libloc_eng.so
  /external/chromium_org/third_party/icu/source/samples/legacy/
Makefile 57 $(LINK.cc) -o $@ $^ $(ICULIBS) $(ICU_PREFIX)/lib/libicuuc.so.18 $(ICU_PREFIX)/lib/libicui18n.so.18
  /external/chromium_org/tools/vim/
filetypes.vim 3 " so /path/to/src/tools/vim/filetypes.vim
  /external/conscrypt/src/main/native/
sub.mk 3 # It's not a normal makefile, so we don't include CLEAR_VARS
  /external/icu/icu4c/source/samples/legacy/
Makefile 57 $(LINK.cc) -o $@ $^ $(ICULIBS) $(ICU_PREFIX)/lib/libicuuc.so.18 $(ICU_PREFIX)/lib/libicui18n.so.18
  /external/llvm/test/MC/Mips/mips32r6/
valid.s 3 # Branches have some unusual encoding rules in MIPS32r6 so we need to test:
  /external/llvm/test/MC/Mips/mips64r6/
valid.s 3 # Branches have some unusual encoding rules in MIPS32r6 so we need to test:
  /external/ltrace/testsuite/ltrace.minor/
libdl-simple.exp 6 set lib_sl $objdir/$subdir/lib$testfile.so
16 send_user "Testcase compile failed, so all tests in this file will automatically fail.\n"
35 set pattern "test_libdl@liblibdl-simple.so"
  /external/qemu/slirp/
socket.h 91 size_t sopreprbuf(struct socket *so, struct iovec *iov, int *np);
92 int soreadbuf(struct socket *so, const char *buf, int size);
  /external/scrypt/
Android.mk 8 # respective crypto, ssl, and apps directories so
  /external/valgrind/main/drd/tests/
tc15_laog_lockdel.stderr.exp 5 so a second locking sequence 2 -> 1 should now be OK.
  /external/valgrind/main/memcheck/tests/
vcpu_fbench.stdout.exp 7 adjust iteration count so the benchmark runs about five minutes.
  /external/valgrind/main/none/tests/
shell.stderr.exp 4 EXEC FAILED: I can't recover from execve() failing, so I'm dying.
  /external/wpa_supplicant_8/
Android.mk 6 # end of each Android.mk, so that one Android.mk doesn't depend on variables
  /external/wpa_supplicant_8/src/eap_peer/
eap_methods.h 68 int eap_peer_method_load(const char *so);
73 static inline int eap_peer_method_load(const char *so)
  /frameworks/av/services/audioflinger/tests/
build_and_run_all_unit_tests.sh 17 adb push $OUT/system/lib/libaudioresampler.so /system/lib
  /frameworks/base/native/
copy-to-ndk.sh 12 local SRC_LIB_ANDROID=$ANDROID_PRODUCT_OUT/system/lib/libandroid.so
13 local DST_LIB_ANDROID=$NDK_PLATFORMS/$CURR_PLATFORM/arch-arm/lib/libandroid.so
43 echo "libandroid.so: has not changed"
  /frameworks/base/packages/WAPPushManager/
Android.mk 20 # This finds and builds the test apk as well, so a single make does both.
  /hardware/libhardware/
Android.mk 3 # Setting LOCAL_PATH will mess up all-subdir-makefiles, so do it beforehand.

Completed in 1666 milliseconds

1 2 3 4 5 6 7 8 91011>>