9d4636a96ca889a6b6166f60ed39b02d88c33c64
[platform/upstream/VK-GL-CTS.git] / external / openglcts / modules / runner / glcAospMustpassEs.hpp
1 #ifndef _GLCAOSPMUSTPASSES_HPP
2 #define _GLCAOSPMUSTPASSES_HPP
3 /*     Copyright (C) 2016-2017 The Khronos Group Inc
4  *
5  *     Licensed under the Apache License, Version 2.0 (the "License");
6  *     you may not use this file except in compliance with the License.
7  *     You may obtain a copy of the License at
8  *
9  *          http://www.apache.org/licenses/LICENSE-2.0
10  *
11  *     Unless required by applicable law or agreed to in writing, software
12  *     distributed under the License is distributed on an "AS IS" BASIS,
13  *     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  *     See the License for the specific language governing permissions and
15  *     limitations under the License.
16 */
17
18 /* WARNING: This is auto-generated file. Do not modify, since changes will
19  * be lost! Modify the generating script instead.
20  */
21
22 const string mustpassDir = "gl_cts/data/mustpass/gles/aosp_mustpass/3.2.4.x/";
23
24 struct RunParams
25 {
26         glu::ApiType apiType;
27         const string configName;
28         const char*  glConfigName;
29         const string screenRotation;
30         int                      baseSeed;
31         const char*  fboConfig;
32         int                      surfaceWidth;
33         int                      surfaceHeight;
34 };
35
36 static const RunParams aosp_mustpass_es_first_cfg[] = {
37         { glu::ApiType::es(2, 0), "master", "rgba8888d24s8ms0", "unspecified", -1, DE_NULL, 256, 256 },
38         { glu::ApiType::es(3, 0), "master", "rgba8888d24s8ms0", "unspecified", -1, DE_NULL, 256, 256 },
39 #if DE_OS == DE_OS_ANDROID
40         { glu::ApiType::es(3, 0), "rotate-portrait", "rgba8888d24s8ms0", "0", -1, DE_NULL, 256, 256 },
41 #endif // DE_OS == DE_OS_ANDROID
42 #if DE_OS == DE_OS_ANDROID
43         { glu::ApiType::es(3, 0), "rotate-landscape", "rgba8888d24s8ms0", "90", -1, DE_NULL, 256, 256 },
44 #endif // DE_OS == DE_OS_ANDROID
45 #if DE_OS == DE_OS_ANDROID
46         { glu::ApiType::es(3, 0), "rotate-reverse-portrait", "rgba8888d24s8ms0", "180", -1, DE_NULL, 256, 256 },
47 #endif // DE_OS == DE_OS_ANDROID
48 #if DE_OS == DE_OS_ANDROID
49         { glu::ApiType::es(3, 0), "rotate-reverse-landscape", "rgba8888d24s8ms0", "270", -1, DE_NULL, 256, 256 },
50 #endif // DE_OS == DE_OS_ANDROID
51         { glu::ApiType::es(3, 0), "multisample", "rgba8888d24s8ms4", "unspecified", -1, DE_NULL, 256, 256 },
52         { glu::ApiType::es(3, 0), "565-no-depth-no-stencil", "rgb565d0s0ms0", "unspecified", -1, DE_NULL, 256, 256 },
53         { glu::ApiType::es(3, 1), "master", "rgba8888d24s8ms0", "unspecified", -1, DE_NULL, 256, 256 },
54 #if DE_OS == DE_OS_ANDROID
55         { glu::ApiType::es(3, 1), "rotate-portrait", "rgba8888d24s8ms0", "0", -1, DE_NULL, 256, 256 },
56 #endif // DE_OS == DE_OS_ANDROID
57 #if DE_OS == DE_OS_ANDROID
58         { glu::ApiType::es(3, 1), "rotate-landscape", "rgba8888d24s8ms0", "90", -1, DE_NULL, 256, 256 },
59 #endif // DE_OS == DE_OS_ANDROID
60 #if DE_OS == DE_OS_ANDROID
61         { glu::ApiType::es(3, 1), "rotate-reverse-portrait", "rgba8888d24s8ms0", "180", -1, DE_NULL, 256, 256 },
62 #endif // DE_OS == DE_OS_ANDROID
63 #if DE_OS == DE_OS_ANDROID
64         { glu::ApiType::es(3, 1), "rotate-reverse-landscape", "rgba8888d24s8ms0", "270", -1, DE_NULL, 256, 256 },
65 #endif // DE_OS == DE_OS_ANDROID
66         { glu::ApiType::es(3, 1), "multisample", "rgba8888d24s8ms4", "unspecified", -1, DE_NULL, 256, 256 },
67         { glu::ApiType::es(3, 1), "565-no-depth-no-stencil", "rgb565d0s0ms0", "unspecified", -1, DE_NULL, 256, 256 },
68 };
69
70 #endif // _GLCAOSPMUSTPASSES_HPP