Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp2358 bool ClearTest::TestClearColor(glw::GLenum buffer, glw::GLenum attachment, T value) in TestClearColor() function in gl4cts::DirectStateAccess::Framebuffers::ClearTest
2469 is_ok &= TestClearColor<glw::GLfloat>(GL_COLOR, GL_COLOR_ATTACHMENT0 + i, 0.5); in iterate()
2479 is_ok &= TestClearColor<glw::GLfloat>(GL_COLOR, GL_COLOR_ATTACHMENT0 + i, 0.5); in iterate()
2489 is_ok &= TestClearColor<glw::GLint>(GL_COLOR, GL_COLOR_ATTACHMENT0 + i, -16); in iterate()
2499 is_ok &= TestClearColor<glw::GLuint>(GL_COLOR, GL_COLOR_ATTACHMENT0 + i, 16); in iterate()
Dgl4cDirectStateAccessTests.hpp2588 bool TestClearColor(glw::GLenum buffer, glw::GLenum attachment, T value);