Home
last modified time | relevance | path

Searched defs:DrawBuffers (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/src/tests/perf_tests/
H A DMultiviewPerf.cpp269 GLenum DrawBuffers[1] = {GL_COLOR_ATTACHMENT0}; in initializeBenchmark() local
/aosp_15_r20/external/mesa3d/src/mesa/program/
H A Dprogram_parser.h213 unsigned DrawBuffers:1; member
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DWebGLCompatibilityTest.cpp4702 TEST_P(WebGLCompatibilityTest, DrawBuffers) in TEST_P() argument
4753 auto DrawBuffers = [](bool useEXT, int numBuffers, GLenum *buffers) { in TEST_P() local