Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(335)

Side by Side Diff: conformance/ogles/GL/biuDepthRange/biuDepthRange_001_to_002.html

Issue 41993002: Add ToT WebGL conformance tests : part 9 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/webgl/sdk/tests/
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
Property Changes:
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <!-- this file is auto-generated. DO NOT EDIT.
3
4 /*
5 ** Copyright (c) 2012 The Khronos Group Inc.
6 **
7 ** Permission is hereby granted, free of charge, to any person obtaining a
8 ** copy of this software and/or associated documentation files (the
9 ** "Materials"), to deal in the Materials without restriction, including
10 ** without limitation the rights to use, copy, modify, merge, publish,
11 ** distribute, sublicense, and/or sell copies of the Materials, and to
12 ** permit persons to whom the Materials are furnished to do so, subject to
13 ** the following conditions:
14 **
15 ** The above copyright notice and this permission notice shall be included
16 ** in all copies or substantial portions of the Materials.
17 **
18 ** THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
19 ** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20 ** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
21 ** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
22 ** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
23 ** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
24 ** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
25 */
26
27 -->
28 <html>
29 <head>
30 <meta charset="utf-8">
31 <title>WebGL GLSL conformance test: biuDepthRange_001_to_002.html</title>
32 <link rel="stylesheet" href="../../../../resources/js-test-style.css" />
33 <link rel="stylesheet" href="../../../resources/ogles-tests.css" />
34 <script src="../../../../resources/js-test-pre.js"></script>
35 <script src="../../../resources/webgl-test.js"></script>
36 <script src="../../../resources/webgl-test-utils.js"></script>
37 <script src="../../ogles-utils.js"></script>
38 </head>
39 <body>
40 <canvas id="example" width="500" height="500" style="width: 16px; height: 16px;" ></canvas>
41 <div id="description"></div>
42 <div id="console"></div>
43 </body>
44 <script>
45 "use strict";
46 OpenGLESTestRunner.run({
47 "tests": [
48 {
49 "referenceProgram": {
50 "vertexShader": "../default/default.vert",
51 "uniforms": {
52 "result": {
53 "count": 1,
54 "type": "uniform4fv",
55 "value": [
56 0.25,
57 0.75,
58 0.5,
59 1.0
60 ]
61 }
62 },
63 "fragmentShader": "../default/expected.frag"
64 },
65 "name": "DepthRange_frag.test.html",
66 "pattern": "compare",
67 "testProgram": {
68 "vertexShader": "../default/default.vert",
69 "fragmentShader": "DepthRange_frag.frag"
70 },
71 "state": {
72 "depthrange": {
73 "far": "0.75",
74 "near": "0.25"
75 }
76 },
77 "model": null
78 },
79 {
80 "referenceProgram": {
81 "vertexShader": "../default/default.vert",
82 "uniforms": {
83 "result": {
84 "count": 1,
85 "type": "uniform4fv",
86 "value": [
87 0.25,
88 0.75,
89 0.5,
90 1.0
91 ]
92 }
93 },
94 "fragmentShader": "../default/expected.frag"
95 },
96 "name": "DepthRange_vert.test.html",
97 "pattern": "compare",
98 "testProgram": {
99 "vertexShader": "DepthRange_vert.vert",
100 "fragmentShader": "../default/default.frag"
101 },
102 "state": {
103 "depthrange": {
104 "far": "0.75",
105 "near": "0.25"
106 }
107 },
108 "model": "grid"
109 }
110 ]
111 });
112 var successfullyParsed = true;
113 </script>
114 </html>
OLDNEW
« no previous file with comments | « conformance/ogles/GL/biuDepthRange/DepthRange_vert.vert ('k') | conformance/ogles/GL/biuDepthRange/input.run.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698