Searched refs:blackColor (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | IncompleteTextureTest.cpp | 386 constexpr GLColor blackColor = {0, 0, 0, 255}; in TEST_P() local 405 EXPECT_PIXEL_EQ(0, 0, blackColor[0], blackColor[1], blackColor[2], blackColor[3]); in TEST_P() 406 EXPECT_PIXEL_EQ(width, 0, blackColor[0], blackColor[1], blackColor[2], blackColor[3]); in TEST_P() 407 EXPECT_PIXEL_EQ(0, height, blackColor[ in TEST_P() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktGlobalPriorityQueueTests.cpp | 219 deUint32 blackColor, 980 bool GPQInstanceBase::verify (const BufferAccess& result, deUint32 blackColor, deUint32 whiteColor) const in verify() argument 991 ok = color == blackColor; in verify()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectBindingTests.cpp | 478 tcu::Vec4 blackColor = tcu::Vec4(0.0f, 0.0f, 0.0f, 0.0f); in iterate() local 573 tcu::Vec4 expectedColor = blackColor; in iterate()
|
H A D | vktShaderObjectMiscTests.cpp | 336 const tcu::Vec4 blackColor = tcu::Vec4(0.0f, 0.0f, 0.0f, 0.0f); in iterate() 347 tcu::Vec4 expectedColor = blackColor; in iterate() 1557 tcu::Vec4 blackColor = tcu::Vec4(0.0f); 1622 tcu::Vec4 expectedColor = blackColor;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiCopiesAndBlittingTests.cpp | 666 const tcu::Vec4 blackColor (0.0f, 0.0f, 0.0f, 0.0f); in generateBuffer() 693 buffer.setPixel(blackColor, x, y, z); in generateBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiCopiesAndBlittingTests.cpp | 574 const tcu::Vec4 blackColor (0.0f, 0.0f, 0.0f, 0.0f); in generateBuffer() 601 buffer.setPixel(blackColor, x, y, z); in generateBuffer()
|
Completed in 51 milliseconds