Merge "DEPTH_STENCIL_OES as tex format requires OES_depth_texture" into nougat-cts...
[platform/upstream/VK-GL-CTS.git] / scripts / opengl / gen_query_util.py
index e9c1c5b..36f41ec 100644 (file)
@@ -38,6 +38,10 @@ QUERY_NUM_OUT_ARGUMENTS = [
                ("PRIMITIVE_BOUNDING_BOX_EXT",          8),
                ]),
 
+       ("Indexed", [
+               ("COLOR_WRITEMASK",                             4),
+               ]),
+
        ("Attribute", [
                ("CURRENT_VERTEX_ATTRIB",               4),
                ]),