Home
last modified time | relevance | path

Searched defs:max_color_attachments (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp231 … glw::GLint max_color_attachments = 8 /* Specification minimum OpenGL 4.5 Core Profile p. 627 */; in iterate() local
406 … glw::GLint max_color_attachments = 8 /* Specification minimum OpenGL 4.5 Core Profile p. 627 */; in iterate() local
828 … glw::GLint max_color_attachments = 8 /* Specification minimum OpenGL 4.5 Core Profile p. 627 */; in iterate() local
1352 glw::GLint max_color_attachments = 8 /* Specification minimum OpenGL 4.5 Core Profile p. 627 */; in iterate() local
1569 glw::GLint max_color_attachments = 8 /* Specification minimum OpenGL 4.5 Core Profile p. 627 */; in iterate() local
1769 glw::GLint max_color_attachments = 8 /* Specification minimum OpenGL 4.5 Core Profile p. 627 */; in iterate() local
1988 glw::GLint max_color_attachments = 8 /* Specification minimum OpenGL 4.5 Core Profile p. 627 */; in iterate() local
2564 glw::GLint max_color_attachments = in PrepareFramebuffer() local
4895 glw::GLint max_color_attachments = 8; /* Spec default. */ in PrepareObjects() local
5248 glw::GLint max_color_attachments = 8; /* Spec default. */ in PrepareObjects() local
[all …]
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dstateless_validation.h890 uint32_t max_color_attachments = device_limits.maxColorAttachments; in CreateRenderPassGeneric() local
/aosp_15_r20/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h44 int max_color_attachments; member
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dproperties.rs253 pub max_color_attachments: u32, field
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs9208 pub max_color_attachments: u32, field
9906 pub fn max_color_attachments(mut self, max_color_attachments: u32) -> Self { in max_color_attachments() method