/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_cmdbuf.c | 242 uint32_t voffset; local 261 voffset = rmesa->radeon.tcl.aos[i + 0].offset + 263 OUT_BATCH(voffset); 264 voffset = rmesa->radeon.tcl.aos[i + 1].offset + 266 OUT_BATCH(voffset); 272 voffset = rmesa->radeon.tcl.aos[nr - 1].offset + 274 OUT_BATCH(voffset); 277 voffset = rmesa->radeon.tcl.aos[i + 0].offset + 283 voffset = rmesa->radeon.tcl.aos[i + 1].offset + 291 voffset = rmesa->radeon.tcl.aos[nr - 1].offset [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_ioctl.c | 314 uint32_t voffset; 333 voffset = rmesa->radeon.tcl.aos[i + 0].offset + 335 OUT_BATCH(voffset); 336 voffset = rmesa->radeon.tcl.aos[i + 1].offset + 338 OUT_BATCH(voffset); 344 voffset = rmesa->radeon.tcl.aos[nr - 1].offset + 346 OUT_BATCH(voffset); 349 voffset = rmesa->radeon.tcl.aos[i + 0].offset + 355 voffset = rmesa->radeon.tcl.aos[i + 1].offset + 363 voffset = rmesa->radeon.tcl.aos[nr - 1].offset [all...] |
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_cmdbuf.c | 242 uint32_t voffset; local 261 voffset = rmesa->radeon.tcl.aos[i + 0].offset + 263 OUT_BATCH(voffset); 264 voffset = rmesa->radeon.tcl.aos[i + 1].offset + 266 OUT_BATCH(voffset); 272 voffset = rmesa->radeon.tcl.aos[nr - 1].offset + 274 OUT_BATCH(voffset); 277 voffset = rmesa->radeon.tcl.aos[i + 0].offset + 283 voffset = rmesa->radeon.tcl.aos[i + 1].offset + 291 voffset = rmesa->radeon.tcl.aos[nr - 1].offset [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_ioctl.c | 314 uint32_t voffset; 333 voffset = rmesa->radeon.tcl.aos[i + 0].offset + 335 OUT_BATCH(voffset); 336 voffset = rmesa->radeon.tcl.aos[i + 1].offset + 338 OUT_BATCH(voffset); 344 voffset = rmesa->radeon.tcl.aos[nr - 1].offset + 346 OUT_BATCH(voffset); 349 voffset = rmesa->radeon.tcl.aos[i + 0].offset + 355 voffset = rmesa->radeon.tcl.aos[i + 1].offset + 363 voffset = rmesa->radeon.tcl.aos[nr - 1].offset [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
varray.c | 856 GLint coffset = 0, noffset = 0, voffset;/* color, normal, vertex offsets */ local 875 voffset = 0; 881 voffset = 0; 889 voffset = c; 897 voffset = c; 905 voffset = 3*f; 912 voffset = 3*f; 921 voffset = 7*f; 927 voffset = 2*f; 933 voffset = 4*f [all...] |
/external/mesa3d/src/mesa/main/ |
varray.c | 856 GLint coffset = 0, noffset = 0, voffset;/* color, normal, vertex offsets */ local 875 voffset = 0; 881 voffset = 0; 889 voffset = c; 897 voffset = c; 905 voffset = 3*f; 912 voffset = 3*f; 921 voffset = 7*f; 927 voffset = 2*f; 933 voffset = 4*f [all...] |
/frameworks/base/media/jni/audioeffect/ |
android_media_AudioEffect.cpp | 519 int voffset; local 548 voffset = ((psize - 1) / sizeof(int) + 1) * sizeof(int); 549 p = (effect_param_t *) malloc(sizeof(effect_param_t) + voffset + vsize); 552 memcpy(p->data + voffset, lpValue, vsize); 582 int voffset; local 611 voffset = ((psize - 1) / sizeof(int) + 1) * sizeof(int); 612 p = (effect_param_t *) malloc(sizeof(effect_param_t) + voffset + vsize); 621 memcpy(lpValue, p->data + voffset, p->vsize);
|
/frameworks/av/media/libeffects/testlibs/ |
EffectEqualizer.cpp | 672 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local 674 p->data + voffset); 675 *replySize = sizeof(effect_param_t) + voffset + p->vsize; 678 *(int32_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset), 679 *(int32_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset + sizeof(int32_t)));
|
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/ |
EffectBundle.cpp | 2829 int voffset = ((p->psize - 1) \/ sizeof(int32_t) + 1) * sizeof(int32_t); local 2860 int voffset = ((p->psize - 1) \/ sizeof(int32_t) + 1) * sizeof(int32_t); local 2892 int voffset = ((p->psize - 1) \/ sizeof(int32_t) + 1) * sizeof(int32_t); local 2924 int voffset = ((p->psize - 1) \/ sizeof(int32_t) + 1) * sizeof(int32_t); local [all...] |
/external/libvpx/libvpx/vp8/common/ |
reconinter.c | 256 int voffset = 20 + i * 2 + j; local 278 x->block[voffset].bmi.mv.as_int = x->block[uoffset].bmi.mv.as_int; 544 int voffset = 20 + i * 2 + j; local 569 x->block[voffset].bmi.mv.as_int = x->block[uoffset].bmi.mv.as_int;
|
/device/samsung/manta/voicefx/ |
eS305VoiceProcessing.cpp | 843 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local 848 p->data + voffset); 849 *replySize = sizeof(effect_param_t) + voffset + p->vsize; [all...] |
/frameworks/base/core/java/android/widget/ |
TextView.java | 4496 int voffset = 0; local 4519 int voffset = 0; local 5260 int voffset = getExtendedPaddingTop(); local 5265 bounds.offset(getCompoundPaddingLeft(), voffset); local 5277 int voffset = 0; local 5296 int voffset = 0; local [all...] |
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/ |
EffectReverb.cpp | 1972 int voffset = ((p->psize - 1) \/ sizeof(int32_t) + 1) * sizeof(int32_t); local [all...] |
/external/bison/doc/ |
refcard.tex | 148 \voffset -.7in % Comment out for xdvi viewing; include for printing. 166 \voffset -.745in
|
/frameworks/av/media/libeffects/preprocessing/ |
PreProcessing.cpp | 1452 int voffset = ((p->psize - 1) \/ sizeof(int32_t) + 1) * sizeof(int32_t); local [all...] |
/external/grub/docs/ |
texinfo.tex | [all...] |
/external/bison/build-aux/ |
texinfo.tex | [all...] |
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
texinfo.tex | [all...] |