• 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    Framebuffer invalidate tests
20
21Tests:
22 + dEQP-GLES3.functional.fbo.invalidate.*
23
24Includes:
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
33Excludes:
34 + Negative testing
35   - Will be covered in separate API negative test set
36
37Description:
38
39Test cases exercise framebuffer invalidate API in various ways. Results are
40visualized using rendering commands and verified against images generated by
41a reference implementation.
42