• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1-------------------------------------------------------------------------
2drawElements Quality Program Test Specification
3-----------------------------------------------
4
5Copyright 2014 The Android Open Source Project
6
7Licensed under the Apache License, Version 2.0 (the "License");
8you may not use this file except in compliance with the License.
9You may obtain a copy of the License at
10
11     http://www.apache.org/licenses/LICENSE-2.0
12
13Unless required by applicable law or agreed to in writing, software
14distributed under the License is distributed on an "AS IS" BASIS,
15WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16See the License for the specific language governing permissions and
17limitations under the License.
18-------------------------------------------------------------------------
19    Android extension pack (ES31A) tests
20
21Tests:
22 + dEQP-GLES31.functional.android_extension_pack.*
23
24Includes:
25 + Implementation limit checks
26 + Checks for required extensions
27 + Shader extension macro test
28 + Shader compilation tests using android extension pack extension
29   directive
30 + Shader compilation tests using extended implementation limits
31
32Excludes:
33
34Description:
35
36android_extension_pack.limits.* group cases check the corresponding
37implementation limit and verify it is larger or equal to the minimum
38required by the extension.
39
40android_extension_pack.extensions.* group cases check that all
41extensions required by android_extension_pack are supported if
42android_extension_pack extension is supported.
43
44android_extension_pack.shaders.extension_macros.* group cases check
45that shader preprocessor macros defined by android_extension_pack
46extension are declared.
47
48android_extension_pack.shaders.extension_directive.* group cases check
49that shader extension directive of an extension required by
50android_extension_pack can be replaced with an android_extension_pack
51extension directive.
52
53android_extension_pack.shaders.implementation_limits.* group cases
54check that shaders using extended implementation limits compile
55successfully.
56