blob: 7471f3208bf25c0f14da8f874e5e4ca8c938760d [file] [log] [blame]
<!DOCTYPE html>
<!-- this file is auto-generated. DO NOT EDIT.
/*
** Copyright (c) 2012 The Khronos Group Inc.
**
** Permission is hereby granted, free of charge, to any person obtaining a
** copy of this software and/or associated documentation files (the
** "Materials"), to deal in the Materials without restriction, including
** without limitation the rights to use, copy, modify, merge, publish,
** distribute, sublicense, and/or sell copies of the Materials, and to
** permit persons to whom the Materials are furnished to do so, subject to
** the following conditions:
**
** The above copyright notice and this permission notice shall be included
** in all copies or substantial portions of the Materials.
**
** THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
*/
-->
<html>
<head>
<meta charset="utf-8">
<title>WebGL GLSL conformance test: build_009_to_016.html</title>
<link rel="stylesheet" href="../../../../resources/js-test-style.css" />
<link rel="stylesheet" href="../../../resources/ogles-tests.css" />
<script src="../../../../resources/js-test-pre.js"></script>
<script src="../../../resources/webgl-test.js"></script>
<script src="../../../resources/webgl-test-utils.js"></script>
<script src="../../ogles-utils.js"></script>
</head>
<body>
<canvas id="example" width="500" height="500" style="width: 16px; height: 16px;"></canvas>
<div id="description"></div>
<div id="console"></div>
</body>
<script>
"use strict";
OpenGLESTestRunner.run({
"tests": [
{
"pattern": "build",
"testProgram": {
"vertexShader": "CorrectFull_vert.vert",
"fragmentShader": "default.frag"
},
"name": "CorrectFull_vert.test.html",
"linkstat": true,
"compstat": true
},
{
"pattern": "build",
"testProgram": {
"vertexShader": "../default/default.vert",
"fragmentShader": "CorrectFuncOverload_frag.frag"
},
"name": "CorrectFuncOverload_frag.test.html",
"linkstat": true,
"compstat": true
},
{
"pattern": "build",
"testProgram": {
"vertexShader": "CorrectFuncOverload_vert.vert",
"fragmentShader": "default.frag"
},
"name": "CorrectFuncOverload_vert.test.html",
"linkstat": true,
"compstat": true
},
{
"pattern": "build",
"testProgram": {
"vertexShader": "CorrectFunction1_vert.vert",
"fragmentShader": "default.frag"
},
"name": "CorrectFunction1_vert.test.html",
"linkstat": true,
"compstat": true
},
{
"pattern": "build",
"testProgram": {
"vertexShader": "../default/default.vert",
"fragmentShader": "CorrectModule_frag.frag"
},
"name": "CorrectModule_frag.test.html",
"linkstat": true,
"compstat": true
},
{
"pattern": "build",
"testProgram": {
"vertexShader": "../default/default.vert",
"fragmentShader": "CorrectParse1_frag.frag"
},
"name": "CorrectParse1_frag.test.html",
"linkstat": true,
"compstat": true
},
{
"pattern": "build",
"testProgram": {
"vertexShader": "../default/default.vert",
"fragmentShader": "CorrectParse2_frag.frag"
},
"name": "CorrectParse2_frag.test.html",
"linkstat": true,
"compstat": true
},
{
"pattern": "build",
"testProgram": {
"vertexShader": "CorrectParse2_vert.vert",
"fragmentShader": "default.frag"
},
"name": "CorrectParse2_vert.test.html",
"linkstat": true,
"compstat": true
}
]
});
var successfullyParsed = true;
</script>
</html>