/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Misc/ |
SoftParticle.frag | 3 varying vec2 vPos; // Position of the pixel
39 float depthv = texture2D(m_DepthTexture, vPos).x*2.0-1.0; // Scene depth
|
SoftParticle.vert | 10 varying vec2 vPos; // Position of the pixel in clip space
37 vPos = (gl_Position.xy / gl_Position.w + 1.0) / 2.0;
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/ |
vl_mc.c | 55 struct ureg_src vrect, vpos; local 60 vpos = ureg_DECL_vs_input(shader, VS_I_VPOS); 69 * t_vpos = (vpos + vrect) * block_scale 71 * o_vpos.zw = vpos 73 ureg_ADD(shader, ureg_writemask(t_vpos, TGSI_WRITEMASK_XY), vpos, vrect); 229 struct ureg_src vrect, vpos; local 245 vpos = ureg_DECL_vs_input(shader, VS_I_VPOS); 259 * t_vtex.z = vpos.y % 2 271 ureg_scalar(vpos, TGSI_SWIZZLE_Z), ureg_imm1f(shader, 0.5f)); 275 ureg_IF(shader, ureg_scalar(vpos, TGSI_SWIZZLE_W), &label) [all...] |
vl_idct.c | 146 struct ureg_src vpos; local 155 vpos = ureg_DECL_vs_input(shader, VS_I_VPOS); 167 * t_vpos = vpos + 7 / VL_BLOCK_WIDTH 178 ureg_MAD(shader, ureg_writemask(o_vpos, TGSI_WRITEMASK_XY), vpos, scale, scale); 181 ureg_MUL(shader, ureg_writemask(t_tex, TGSI_WRITEMASK_XY), vpos, scale); 262 struct ureg_src vrect, vpos; local 272 vpos = ureg_DECL_vs_input(shader, VS_I_VPOS); 288 * t_vpos = vpos + vrect 290 * o_vpos.zw = vpos 301 ureg_ADD(shader, ureg_writemask(t_tex, TGSI_WRITEMASK_XY), vpos, vrect) 398 struct ureg_src vrect, vpos; local [all...] |
vl_zscan.c | 97 struct ureg_src vrect, vpos, block_num; local 116 vpos = ureg_DECL_vs_input(shader, VS_I_VPOS); 127 * o_vpos.xy = (vpos + vrect) * scale 138 ureg_ADD(shader, ureg_writemask(tmp, TGSI_WRITEMASK_XY), vpos, vrect); 156 ureg_MOV(shader, ureg_writemask(o_vtex[i], TGSI_WRITEMASK_Z), vpos);
|
vl_compositor.c | 59 struct ureg_src vpos, vtex, color; local 68 vpos = ureg_DECL_vs_input(shader, 0); 79 * o_vpos = vpos 83 ureg_MOV(shader, o_vpos, vpos); [all...] |
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_mc.c | 55 struct ureg_src vrect, vpos; local 60 vpos = ureg_DECL_vs_input(shader, VS_I_VPOS); 69 * t_vpos = (vpos + vrect) * block_scale 71 * o_vpos.zw = vpos 73 ureg_ADD(shader, ureg_writemask(t_vpos, TGSI_WRITEMASK_XY), vpos, vrect); 229 struct ureg_src vrect, vpos; local 245 vpos = ureg_DECL_vs_input(shader, VS_I_VPOS); 259 * t_vtex.z = vpos.y % 2 271 ureg_scalar(vpos, TGSI_SWIZZLE_Z), ureg_imm1f(shader, 0.5f)); 275 ureg_IF(shader, ureg_scalar(vpos, TGSI_SWIZZLE_W), &label) [all...] |
vl_idct.c | 146 struct ureg_src vpos; local 155 vpos = ureg_DECL_vs_input(shader, VS_I_VPOS); 167 * t_vpos = vpos + 7 / VL_BLOCK_WIDTH 178 ureg_MAD(shader, ureg_writemask(o_vpos, TGSI_WRITEMASK_XY), vpos, scale, scale); 181 ureg_MUL(shader, ureg_writemask(t_tex, TGSI_WRITEMASK_XY), vpos, scale); 262 struct ureg_src vrect, vpos; local 272 vpos = ureg_DECL_vs_input(shader, VS_I_VPOS); 288 * t_vpos = vpos + vrect 290 * o_vpos.zw = vpos 301 ureg_ADD(shader, ureg_writemask(t_tex, TGSI_WRITEMASK_XY), vpos, vrect) 398 struct ureg_src vrect, vpos; local [all...] |
vl_zscan.c | 97 struct ureg_src vrect, vpos, block_num; local 116 vpos = ureg_DECL_vs_input(shader, VS_I_VPOS); 127 * o_vpos.xy = (vpos + vrect) * scale 138 ureg_ADD(shader, ureg_writemask(tmp, TGSI_WRITEMASK_XY), vpos, vrect); 156 ureg_MOV(shader, ureg_writemask(o_vtex[i], TGSI_WRITEMASK_Z), vpos);
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_peap.c | 766 const u8 *pos, *vpos; local 816 vpos = pos + 4; 817 mandatory = !!(vpos[0] & 0x80); 818 tlv_type = vpos[0] & 0x3f; 819 tlv_type = (tlv_type << 8) | vpos[1]; 820 vtlv_len = ((int) vpos[2] << 8) | vpos[3]; 821 vpos += 4; 822 if (vpos + vtlv_len > pos + left) { 830 soh_tlv = vpos; [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/ |
gcov-io.c | 914 unsigned vsize, vpos; local 921 vpos = fp->count; 923 if (vsize <= vpos) 926 "GCOV_KERNEL: something wrong: vbuf=%p vsize=%u vpos=%u\n", 927 vbuf, vsize, vpos); 930 len = vsize - vpos; 936 memcpy (vbuf+vpos, ptr, size*len);
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/ |
gcov-io.c | 914 unsigned vsize, vpos; local 921 vpos = fp->count; 923 if (vsize <= vpos) 926 "GCOV_KERNEL: something wrong: vbuf=%p vsize=%u vpos=%u\n", 927 vbuf, vsize, vpos); 930 len = vsize - vpos; 936 memcpy (vbuf+vpos, ptr, size*len);
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/gcov-src/ |
gcov-io.c | 914 unsigned vsize, vpos; local 921 vpos = fp->count; 923 if (vsize <= vpos) 926 "GCOV_KERNEL: something wrong: vbuf=%p vsize=%u vpos=%u\n", 927 vbuf, vsize, vpos); 930 len = vsize - vpos; 936 memcpy (vbuf+vpos, ptr, size*len);
|
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/ |
gcov-io.c | 914 unsigned vsize, vpos; local 921 vpos = fp->count; 923 if (vsize <= vpos) 926 "GCOV_KERNEL: something wrong: vbuf=%p vsize=%u vpos=%u\n", 927 vbuf, vsize, vpos); 930 len = vsize - vpos; 936 memcpy (vbuf+vpos, ptr, size*len);
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/ |
gcov-io.c | 914 unsigned vsize, vpos; local 921 vpos = fp->count; 923 if (vsize <= vpos) 926 "GCOV_KERNEL: something wrong: vbuf=%p vsize=%u vpos=%u\n", 927 vbuf, vsize, vpos); 930 len = vsize - vpos; 936 memcpy (vbuf+vpos, ptr, size*len);
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/ |
gcov-io.c | 914 unsigned vsize, vpos; local 921 vpos = fp->count; 923 if (vsize <= vpos) 926 "GCOV_KERNEL: something wrong: vbuf=%p vsize=%u vpos=%u\n", 927 vbuf, vsize, vpos); 930 len = vsize - vpos; 936 memcpy (vbuf+vpos, ptr, size*len);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/gcov-src/ |
gcov-io.c | 914 unsigned vsize, vpos; local 921 vpos = fp->count; 923 if (vsize <= vpos) 926 "GCOV_KERNEL: something wrong: vbuf=%p vsize=%u vpos=%u\n", 927 vbuf, vsize, vpos); 930 len = vsize - vpos; 936 memcpy (vbuf+vpos, ptr, size*len);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/gcov-src/ |
gcov-io.c | 914 unsigned vsize, vpos; local 921 vpos = fp->count; 923 if (vsize <= vpos) 926 "GCOV_KERNEL: something wrong: vbuf=%p vsize=%u vpos=%u\n", 927 vbuf, vsize, vpos); 930 len = vsize - vpos; 936 memcpy (vbuf+vpos, ptr, size*len);
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/gcov-src/ |
gcov-io.c | 914 unsigned vsize, vpos; local 921 vpos = fp->count; 923 if (vsize <= vpos) 926 "GCOV_KERNEL: something wrong: vbuf=%p vsize=%u vpos=%u\n", 927 vbuf, vsize, vpos); 930 len = vsize - vpos; 936 memcpy (vbuf+vpos, ptr, size*len);
|
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/ |
gcov-io.c | 914 unsigned vsize, vpos; local 921 vpos = fp->count; 923 if (vsize <= vpos) 926 "GCOV_KERNEL: something wrong: vbuf=%p vsize=%u vpos=%u\n", 927 vbuf, vsize, vpos); 930 len = vsize - vpos; 936 memcpy (vbuf+vpos, ptr, size*len);
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
locobasic.php | 70 "VAL", "VPOS", "XPOS", "YPOS"
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
VisiblePosition.cpp | 803 void showTree(const WebCore::VisiblePosition* vpos) 805 if (vpos) 806 vpos->showTreeForThis(); 809 void showTree(const WebCore::VisiblePosition& vpos) 811 vpos.showTreeForThis();
|
htmlediting.cpp | 434 VisiblePosition vPos = VisiblePosition(pos, DOWNSTREAM); 436 if (isRenderedTable(n) && vPos == firstInElement.next()) 438 if (vPos == firstInElement) 449 VisiblePosition vPos = VisiblePosition(pos, DOWNSTREAM); 451 if (isRenderedTable(n) && vPos == lastInElement.previous()) 453 if (vPos == lastInElement) [all...] |
/external/chromium_org/net/dns/ |
dns_response.cc | 37 unsigned DnsRecordParser::ReadName(const void* const vpos, 39 const char* const pos = reinterpret_cast<const char*>(vpos);
|
/external/bluetooth/bluedroid/btif/src/ |
btif_config.c | 815 short kpos, vpos; local 825 vpos = 0; 828 while((vpos = btif_config_next_value(vpos, "Remote Devices", kname, vname, &vname_size)) != -1)
|