HomeSort by relevance Sort by last modified time
    Searched full:fragcoord (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
SConscript 19 'fs-fragcoord',
fs-fragcoord.c 130 /* Test fragcoord center integer vs. half integer */
  /external/mesa3d/src/gallium/tests/graw/
SConscript 19 'fs-fragcoord',
fs-fragcoord.c 130 /* Test fragcoord center integer vs. half integer */
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
intel_tris.c 503 float *fragcoord = (float *)((char *)v + offset); local
505 fragcoord[0] = vertex_position[0];
508 fragcoord[1] = vertex_position[1];
510 fragcoord[1] = fb->Height - vertex_position[1];
512 fragcoord[2] = vertex_position[2];
513 fragcoord[3] = vertex_position[3];
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_tris.c 503 float *fragcoord = (float *)((char *)v + offset); local
505 fragcoord[0] = vertex_position[0];
508 fragcoord[1] = vertex_position[1];
510 fragcoord[1] = fb->Height - vertex_position[1];
512 fragcoord[2] = vertex_position[2];
513 fragcoord[3] = vertex_position[3];
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-7.8.3.html 65 <li>GLSL: fix zw fragcoord entries in some cases (bug
relnotes-7.10.1.html 148 <li>st/mesa: fix incorrect fragcoord.x translation</li>
relnotes-7.9.2.html 142 <li>st/mesa: fix incorrect fragcoord.x translation</li>
  /external/mesa3d/docs/
relnotes-7.8.3.html 65 <li>GLSL: fix zw fragcoord entries in some cases (bug
relnotes-7.10.1.html 148 <li>st/mesa: fix incorrect fragcoord.x translation</li>
relnotes-7.9.2.html 142 <li>st/mesa: fix incorrect fragcoord.x translation</li>
  /external/chromium_org/third_party/angle/src/compiler/translator/
BaseTypes.h 419 case EvqFragCoord: return "FragCoord"; break;
  /external/deqp/modules/gles2/functional/
es2fShaderBuiltinVarTests.cpp 332 const tcu::Vec3 fragCoord (float(x)+.5f, float(y)+.5f, z);
333 const tcu::Vec3 scaledFC = fragCoord*scale;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_from_sm4.cpp 94 Value *fragCoord[4];
    [all...]
nv50_ir_from_tgsi.cpp 1123 Value *fragCoord[4];
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_sm4.cpp 94 Value *fragCoord[4];
    [all...]
nv50_ir_from_tgsi.cpp 1123 Value *fragCoord[4];
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderBuiltinVarTests.cpp 358 const tcu::Vec3 fragCoord (float(x)+.5f, float(y)+.5f, z);
359 const tcu::Vec3 scaledFC = fragCoord*scale;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_fpc_translate.c 212 /* for fragcoord */
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_translate.c 212 /* for fragcoord */
    [all...]
  /cts/tests/webgl/src/android/webgl/cts/
WebGLTest.java     [all...]
  /cts/tests/webgl/res/raw/
webgl_sdk_tests.zip 

Completed in 607 milliseconds