Home
last modified time | relevance | path

Searched refs:bannedColorAttachment (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/tests/gl_tests/
DPixelLocalStorageTest.cpp5135 int bannedColorAttachment = MAX_COLOR_ATTACHMENTS_WITH_ACTIVE_PIXEL_LOCAL_STORAGE; in TEST_P() local
5136 ASSERT(bannedColorAttachment < MAX_DRAW_BUFFERS); in TEST_P()
5156 EXPECT_BANNED(glClearBufferfv(GL_COLOR, bannedColorAttachment, clearf), msg); in TEST_P()
5157 EXPECT_BANNED(glClearBufferiv(GL_COLOR, bannedColorAttachment, cleari), msg); in TEST_P()
5158 EXPECT_BANNED(glClearBufferuiv(GL_COLOR, bannedColorAttachment, clearui), msg); in TEST_P()
5163 if (bannedCombinedAttachment < bannedColorAttachment) in TEST_P()
5192 EXPECT_BANNED(glEnableiOES(GL_BLEND, bannedColorAttachment), msg); in TEST_P()
5193 EXPECT_BANNED(glDisableiOES(GL_BLEND, bannedColorAttachment), msg); in TEST_P()
5197 if (bannedCombinedAttachment < bannedColorAttachment) in TEST_P()
5219 EXPECT_BANNED(glBlendEquationiOES(bannedColorAttachment, GL_FUNC_ADD), msg); in TEST_P()
[all …]