Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fIntegerStateQueryTests.cpp1927 std::vector<GLint> validColorFormats; in test() local
1934 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 …]
/external/deqp/modules/gles3/functional/
Des3fIntegerStateQueryTests.cpp2535 std::vector<GLint> validColorFormats; in test() local
2542 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()