Searched refs:validColorFormats (Results 1 – 2 of 2) sorted by relevance
1927 std::vector<GLint> validColorFormats; in test() local1934 validColorFormats.push_back(defaultColorFormats[ndx]); in test()1940 validColorFormats.push_back(GL_BGRA); in test()1944 validColorFormats.push_back(GL_BGRA); in test()1951 validColorFormats.push_back(GL_BGRA); in test()1957 validColorFormats.push_back(GL_SLUMINANCE_NV); in test()1958 validColorFormats.push_back(GL_SLUMINANCE_ALPHA_NV); in test()1963 validColorFormats.push_back(GL_BGR_NV); in test()1968 validColorFormats.push_back(GL_RED); in test()1969 validColorFormats.push_back(GL_RG); in test()[all …]
2535 std::vector<GLint> validColorFormats; in test() local2542 validColorFormats.push_back(defaultColorFormats[ndx]); in test()2548 validColorFormats.push_back(GL_BGRA); in test()2552 validColorFormats.push_back(GL_BGRA); in test()2559 validColorFormats.push_back(GL_BGRA); in test()2565 validColorFormats.push_back(GL_SLUMINANCE_NV); in test()2566 validColorFormats.push_back(GL_SLUMINANCE_ALPHA_NV); in test()2571 validColorFormats.push_back(GL_BGR_NV); in test()2575 …erAnyOf(m_testCtx, GL_IMPLEMENTATION_COLOR_READ_FORMAT, &validColorFormats[0], validColorFormats.s… in test()