Searched defs:kDrawBuffers (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | MultisampledRenderToTextureTest.cpp | 1024 constexpr GLenum kDrawBuffers[] = {GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1}; in TEST_P() local 3004 constexpr GLenum kDrawBuffers[] = {GL_NONE, GL_COLOR_ATTACHMENT1}; in colorAttachment1Common() local 3097 constexpr GLenum kDrawBuffers[] = {GL_COLOR_ATTACHMENT0, GL_NONE, GL_NONE, in colorAttachments0And3Common() local 3389 constexpr GLenum kDrawBuffers[] = {GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1}; in TEST_P() local 3464 constexpr GLenum kDrawBuffers[] = {GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1}; in blitFramebufferAttachment1Common() local 3870 constexpr GLenum kDrawBuffers[] = { in drawCopyThenBlendAllAttachmentsMixed() local 4076 constexpr GLenum kDrawBuffers[] = {GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1}; in renderbufferUnresolveColorAndDepthStencilThenTwoColors() local
|
H A D | RobustFragmentShaderOutputTest.cpp | 71 constexpr std::array<GLenum, 2> kDrawBuffers = {GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1}; in TEST_P() local
|
H A D | GeometryShaderTest.cpp | 1079 constexpr GLenum kDrawBuffers[] = {GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1}; in setupLayeredFramebuffer() local
|
H A D | FramebufferTest.cpp | 3780 constexpr GLenum kDrawBuffers[] = {GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1}; in TEST_P() local 3861 constexpr GLenum kDrawBuffers[] = {GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1}; in TEST_P() local 3993 constexpr GLenum kDrawBuffers[] = {GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1}; in TEST_P() local
|
H A D | StateChangeTest.cpp | 10905 constexpr GLenum kDrawBuffers[2] = { in TEST_P() local
|