Searched refs:s_reference_color (Results 1 - 2 of 2) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp | 627 if (de::abs(s_reference_color[i] - color[i]) > 0.0625 /* precision */) 635 << s_reference_color[0] << ", " << s_reference_color[1] << ", " << s_reference_color[2] << ", " 636 << s_reference_color[3] << "] was expected." << tcu::TestLog::EndMessage; 735 gl.clearColor(s_reference_color[0], s_reference_color[1], s_reference_color[2], s_reference_color[3]); 782 const glw::GLfloat TextureAttachmentTest::s_reference_color[ member in class:gl4cts::DirectStateAccess::Framebuffers::TextureAttachmentTest 1307 const glw::GLfloat TextureLayerAttachmentTest::s_reference_color[4] = { 0.25, 0.5, 0.75, 1.0 }; //!< Reference color. member in class:gl4cts::DirectStateAccess::Framebuffers::TextureLayerAttachmentTest 8419 const glw::GLfloat StorageTest::s_reference_color[4] = { 0.25, 0.5, 0.75, 1.0 }; //!< Reference color. member in class:gl4cts::DirectStateAccess::Renderbuffers::StorageTest 8909 const glw::GLfloat StorageMultisampleTest::s_reference_color[4] = { 0.25, 0.5, 0.75, 1.0 }; //!< Reference color value. member in class:gl4cts::DirectStateAccess::Renderbuffers::StorageMultisampleTest [all...] |
H A D | gl4cDirectStateAccessTests.hpp | 2315 static const glw::GLfloat s_reference_color[4]; member in class:gl4cts::DirectStateAccess::Framebuffers::TextureAttachmentTest 2395 static const glw::GLfloat s_reference_color[4]; member in class:gl4cts::DirectStateAccess::Framebuffers::TextureLayerAttachmentTest 3689 static const glw::GLfloat s_reference_color[4]; member in class:gl4cts::DirectStateAccess::Renderbuffers::StorageTest 3771 static const glw::GLfloat s_reference_color[4]; member in class:gl4cts::DirectStateAccess::Renderbuffers::StorageMultisampleTest
|
Completed in 96 milliseconds