Merge "Remove broken record_variable_selection test from MR1 must-pass." into lollipo...
[platform/upstream/VK-GL-CTS.git] / doc / testspecs / GLES3 / functional.fbo.invalidate.txt
1 -------------------------------------------------------------------------
2 drawElements Quality Program Test Specification
3 -----------------------------------------------
4
5 Copyright 2014 The Android Open Source Project
6
7 Licensed under the Apache License, Version 2.0 (the "License");
8 you may not use this file except in compliance with the License.
9 You may obtain a copy of the License at
10
11      http://www.apache.org/licenses/LICENSE-2.0
12
13 Unless required by applicable law or agreed to in writing, software
14 distributed under the License is distributed on an "AS IS" BASIS,
15 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 See the License for the specific language governing permissions and
17 limitations under the License.
18 -------------------------------------------------------------------------
19     Framebuffer invalidate tests
20
21 Tests:
22  + dEQP-GLES3.functional.fbo.invalidate.*
23
24 Includes:
25  + Invalidating whole and sub-framebuffer
26  + Invalidating all or subset of attachments
27  + Default framebuffer and framebuffer objects
28  + Framebuffer binding change after invalidate
29  + Rendering to framebuffer after invalidate
30  + Texture lookups from partially invalidated texture attachment
31  + Invalidating multisample framebuffer objects
32
33 Excludes:
34  + Negative testing
35    - Will be covered in separate API negative test set
36
37 Description:
38
39 Test cases exercise framebuffer invalidate API in various ways. Results are
40 visualized using rendering commands and verified against images generated by
41 a reference implementation.