Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fIntegerStateQueryTests.cpp1907 std::vector<GLint> validColorFormats; in test() local
1914 validColorFormats.push_back(defaultColorFormats[ndx]); in test()
1920 validColorFormats.push_back(GL_BGRA); in test()
1924 validColorFormats.push_back(GL_BGRA); in test()
1931 validColorFormats.push_back(GL_BGRA); in test()
1937 validColorFormats.push_back(GL_SLUMINANCE_NV); in test()
1938 validColorFormats.push_back(GL_SLUMINANCE_ALPHA_NV); in test()
1943 validColorFormats.push_back(GL_BGR_NV); in test()
1948 validColorFormats.push_back(GL_RED); in test()
1949 validColorFormats.push_back(GL_RG); in test()
[all …]
/external/deqp/modules/gles3/functional/
Des3fIntegerStateQueryTests.cpp2515 std::vector<GLint> validColorFormats; in test() local
2522 validColorFormats.push_back(defaultColorFormats[ndx]); in test()
2528 validColorFormats.push_back(GL_BGRA); in test()
2532 validColorFormats.push_back(GL_BGRA); in test()
2539 validColorFormats.push_back(GL_BGRA); in test()
2545 validColorFormats.push_back(GL_SLUMINANCE_NV); in test()
2546 validColorFormats.push_back(GL_SLUMINANCE_ALPHA_NV); in test()
2551 validColorFormats.push_back(GL_BGR_NV); in test()
2555 …erAnyOf(m_testCtx, GL_IMPLEMENTATION_COLOR_READ_FORMAT, &validColorFormats[0], validColorFormats.s… in test()