Home
last modified time | relevance | path

Searched defs:MAX_DRAW_BUFFERS (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/tests/gl_tests/
DPixelLocalStorageTest.cpp628 GLint MAX_DRAW_BUFFERS = 0; member in PixelLocalStorageTest
4390 GLint MAX_DRAW_BUFFERS = 0; member in PixelLocalStorageValidationTest
/external/mesa3d/src/compiler/
Dshader_enums.h39 #define MAX_DRAW_BUFFERS 8 macro
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c3816 struct ac_arg colors[MAX_DRAW_BUFFERS], in si_get_ps_epilog_args()
/external/rust/android-crates-io/crates/gl/out/
Dbindings.rs718 #[allow(dead_code, non_upper_case_globals)] pub const MAX_DRAW_BUFFERS: types::GLenum = 0x8824; constant