HomeSort by relevance Sort by last modified time
    Searched full:varying (Results 151 - 175 of 736) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
SaturateFilter.java 46 "varying vec2 v_texcoord;\n" +
59 "varying vec2 v_texcoord;\n" +
  /frameworks/rs/
rsProgramFragment.cpp 99 "varying lowp vec4 varColor;\n"
100 "varying vec2 varTex0;\n"
  /hardware/libhardware/tests/hwc/
test-arrows.c 28 "varying vec4 vTexCoord;\n"
38 "varying vec4 vTexCoord;\n"
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
SurfaceTextureRenderer.cpp 167 "varying vec2 vTextureNormCoord;\n"
181 "varying vec2 vTextureNormCoord;\n"
  /packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
SurfaceTextureView.java 126 "varying vec2 v_texCoord;\n" +
137 "varying vec2 v_texCoord;\n" +
  /external/deqp/android/cts/lmp/
gles31-master.txt     [all...]
  /external/deqp/android/cts/lmp/src/
es31-lmp.txt     [all...]
  /external/deqp/android/cts/lmp-mr1/
gles31-master.txt     [all...]
  /external/deqp/android/cts/lmp-mr1/src/
es31-lmp-mr1.txt     [all...]
  /external/deqp/data/gles31/shaders/
linkage_tessellation.test 2 group varying "Varying linkage"
117 desc "Tessellation control and evaluation shader varying type mismatch"
280 desc "Tessellation control and evaluation shader varying precisions different"
    [all...]
linkage_geometry.test 2 group varying "Varying linkage"
923 group qualifiers "Varying qualifiers"
926 desc "varying with smooth interpolation"
973 desc "varying with flat interpolation"
1020 desc "varying declared with centroid qualifier"
1067 desc "varying declared with sample qualifier"
  /external/deqp/modules/internal/
ditFrameworkTests.cpp 593 c.varying = tcu::Vec4(0.0f, 1.0f, 8.0f, -8.0f);
603 c.varying = tcu::Vec4(0.0f, 1.0f, 8.0f, -8.0f);
612 c.varying = tcu::Vec4(0.0f, 1.0f, 8.0f, -8.0f);
621 c.varying = tcu::Vec4(0.0f, 1.0f, 8.0f, -8.0f);
652 c.varying[compNdx] = v;
679 tcu::Vec4 varying; member in struct:dit::__anon10773::ConstantInterpolationTest::SubCase
703 << "color = " << subCase.varying
706 clear (interpolated.getAccess(), subCase.varying - Vec4(0.0f, 0.0f, 0.0f, 1.0f));
763 rr::VertexAttrib(subCase.varying)
811 const UVec4 colorDiff = ulpDiff(color, subCase.varying);
    [all...]
  /external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/pinetrail/
graphics_PiglitBVT_19.sh 180 run_test "spec/glsl-1.20/execution/variable-indexing/fs-varying-array-mat2-rd" 0.0 "bin/shader_runner tests/spec/glsl-1.20/execution/variable-indexing/fs-varying-array-mat2-rd.shader_test -auto"
181 run_test "spec/glsl-1.20/execution/variable-indexing/fs-varying-array-mat2-row-rd" 0.0 "bin/shader_runner tests/spec/glsl-1.20/execution/variable-indexing/fs-varying-array-mat2-row-rd.shader_test -auto"
182 run_test "spec/glsl-1.20/execution/variable-indexing/fs-varying-array-mat3-rd" 0.0 "bin/shader_runner tests/spec/glsl-1.20/execution/variable-indexing/fs-varying-array-mat3-rd.shader_test -auto"
183 run_test "spec/glsl-1.20/execution/variable-indexing/fs-varying-array-mat3-row-rd" 0.0 "bin/shader_runner tests/spec/glsl-1.20/execution/variable-indexing/fs-varying-array-mat3-row-rd.shader_test -auto"
184 run_test "spec/glsl-1.20/execution/variable-indexing/fs-varying-mat2-rd" 0.0 "bin/shader_runner tests/spec/glsl-1.20/execution/variable-indexing/fs-varying-mat2-rd.shader_test -auto
    [all...]
graphics_PiglitBVT_7.sh 70 run_test "spec/ARB_explicit_attrib_location/1.10/compiler/varying-01.frag" 0.0 "bin/glslparsertest tests/spec/arb_explicit_attrib_location/1.10/compiler/varying-01.frag fail 1.10 GL_ARB_explicit_attrib_location"
71 run_test "spec/ARB_explicit_attrib_location/1.10/compiler/varying-01.vert" 0.0 "bin/glslparsertest tests/spec/arb_explicit_attrib_location/1.10/compiler/varying-01.vert fail 1.10 GL_ARB_explicit_attrib_location"
111 run_test "spec/ARB_explicit_attrib_location/1.20/compiler/varying-01.frag" 0.0 "bin/glslparsertest tests/spec/arb_explicit_attrib_location/1.20/compiler/varying-01.frag fail 1.20 GL_ARB_explicit_attrib_location"
112 run_test "spec/ARB_explicit_attrib_location/1.20/compiler/varying-01.vert" 0.0 "bin/glslparsertest tests/spec/arb_explicit_attrib_location/1.20/compiler/varying-01.vert fail 1.20 GL_ARB_explicit_attrib_location"
130 run_test "spec/ARB_fragment_coord_conventions/compiler/redeclaration-user-defined-varying.frag" 0.0 "bin/glslparsertest tests/spec/arb_fragment_coord_conventions/compiler/redeclaration-user-defined-varying.frag fail 1.10 GL_ARB_fragment_coord_conventions
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderLoopTests.cpp 290 vtx << "varying mediump vec3 v_color;\n";
291 frag << "varying mediump vec3 v_color;\n";
295 vtx << "varying mediump vec4 v_coords;\n";
296 frag << "varying mediump vec4 v_coords;\n";
300 vtx << "varying mediump float v_one;\n";
301 frag << "varying mediump float v_one;\n";
499 vtx << "varying mediump vec3 v_color;\n";
500 frag << "varying mediump vec3 v_color;\n";
504 vtx << "varying mediump vec4 v_coords;\n";
505 frag << "varying mediump vec4 v_coords;\n"
    [all...]
  /external/deqp/modules/gles2/performance/
es2pShaderCompilationCases.cpp 744 // Substitute StringTemplate parameters for attribute/uniform/varying name and constant expression specialization as well as possible shader compilation error causes.
792 "varying mediump vec4 v_color${NAME_SPEC};\n"
793 "varying mediump vec2 v_texCoord0${NAME_SPEC};\n";
797 resultTemplate += "varying mediump vec3 v_eyeNormal${NAME_SPEC};\n";
801 "varying mediump vec3 v_directionToLight${NAME_SPEC}[" + de::toString(numLights) + "];\n"
802 "varying mediump float v_distanceToLight${NAME_SPEC}[" + de::toString(numLights) + "];\n";
935 "varying mediump vec4 v_color${NAME_SPEC};\n"
936 "varying mediump vec2 v_texCoord0${NAME_SPEC};\n";
941 "varying mediump vec3 v_eyeNormal${NAME_SPEC};\n";
945 "varying mediump vec3 v_directionToLight${NAME_SPEC}[" + de::toString(numLights) + "];\n
    [all...]
  /external/mesa3d/src/glsl/
linker.cpp 685 * "Unlike user-defined varying variables, the built-in
686 * varying variables don't have a strict one-to-one
    [all...]
  /cts/apps/CameraITS/tests/scene1/
test_latching.py 28 Takes a bunch of shots using back-to-back requests, varying the capture
  /external/deqp/android/cts/master/src/
vulkan-test-issues.txt 17 # Khronos Issue 233: Negative zero flat varying issue
  /external/deqp/doc/testspecs/GLES31/
functional.shaders.opaque_type_indexing.txt 54 dynamically uniform cases using attribute/varying/SSBO variables depending on
  /external/deqp/modules/gles2/accuracy/
es2aVaryingInterpolationTests.cpp 21 * \brief Varying interpolation accuracy tests.
167 "varying ${PRECISION} vec3 v_coords;\n"
175 "varying ${PRECISION} vec3 v_coords;\n"
277 : TestCaseGroup(context, "interpolation", "Varying Interpolation Accuracy Tests")
  /external/deqp/modules/gles2/scripts/
gen-keywords.py 66 "attribute", "const", "uniform", "varying", "break", "continue", "do", "for", "while",
  /external/dng_sdk/source/
dng_gain_map.h 153 /// \brief An opcode to fix 2D spatially-varying light falloff or color casts (i.e.,
  /external/freetype/src/cache/
ftcmanag.h 29 /* holding a varying number of `cache nodes'. Each cache node */
  /external/guava/guava-tests/test/com/google/common/math/
MathBenchmarking.java 27 * an exponential distribution varying the order of magnitude of the generated values

Completed in 839 milliseconds

1 2 3 4 5 67 8 91011>>