Home
last modified time | relevance | path

Searched refs:blueColor (Results 1 - 11 of 11) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderInOutTestsEXT.cpp974 const auto blueColor = tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f);
976 tcu::clear(access, blueColor);
H A DvktMeshShaderMiscTests.cpp2078 const auto blueColor = tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f); in generateReferenceLevel() local
2086 access.setPixel(blueColor, x, y); in generateReferenceLevel()
3790 const auto blueColor = tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f);
3792 tcu::clear(access, blueColor);
H A DvktMeshShaderMiscTestsEXT.cpp2299 const auto blueColor = tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f); in generateReferenceLevel() local
2307 access.setPixel(blueColor, x, y); in generateReferenceLevel()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderInOutTestsEXT.cpp974 const auto blueColor = tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f);
976 tcu::clear(access, blueColor);
H A DvktMeshShaderMiscTests.cpp2078 const auto blueColor = tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f); in generateReferenceLevel() local
2086 access.setPixel(blueColor, x, y); in generateReferenceLevel()
3790 const auto blueColor = tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f);
3792 tcu::clear(access, blueColor);
H A DvktMeshShaderMiscTestsEXT.cpp2281 const auto blueColor = tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f); in generateReferenceLevel() local
2289 access.setPixel(blueColor, x, y); in generateReferenceLevel()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp1868 const tcu::Vec4 blueColor (0.0f, 0.0f, 1.0f, 1.0f); // Must match fragment shader above. in iterate()
2893 const tcu::Vec4 expectedColor = (m_params->hasFrag() ? blueColor : clearColor); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp1856 const tcu::Vec4 blueColor (0.0f, 0.0f, 1.0f, 1.0f); // Must match fragment shader above. in iterate()
2879 const tcu::Vec4 expectedColor = (m_params->hasFrag() ? blueColor : clearColor); in iterate()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DStateChangeTest.cpp4101 std::vector<GLColor32F> blueColor(6, kFloatBlue); in TEST_P()
4102 glBufferData(GL_ARRAY_BUFFER, blueColor.size() * sizeof(GLColor32F), blueColor.data(), in TEST_P()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp664 const tcu::Vec4 blueColor (0.0, 0.0, maxValue.z(), maxValue.w()); in generateBuffer()
720 buffer.setPixDepth((useBlue ? blueColor[0] : redColor[0]), x, y, z); in generateBuffer()
722 buffer.setPixStencil((useBlue ? (int) blueColor[3] : (int)redColor[3]), x, y, z); in generateBuffer()
725 buffer.setPixel((useBlue ? blueColor : redColor), x, y, z); in generateBuffer()
732 buffer.setPixel((xScaled == yScaled) ? tcu::Vec4(0.0, 0.5, 0.5, 1.0) : ((xScaled > yScaled) ? greenColor : blueColor), x, y, z); in generateBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp572 const tcu::Vec4 blueColor (0.0, 0.0, maxValue.z(), maxValue.w()); in generateBuffer()
628 buffer.setPixDepth((useBlue ? blueColor[0] : redColor[0]), x, y, z); in generateBuffer()
630 buffer.setPixStencil((useBlue ? (int) blueColor[3] : (int)redColor[3]), x, y, z); in generateBuffer()
633 buffer.setPixel((useBlue ? blueColor : redColor), x, y, z); in generateBuffer()
640 buffer.setPixel((xScaled == yScaled) ? tcu::Vec4(0.0, 0.5, 0.5, 1.0) : ((xScaled > yScaled) ? greenColor : blueColor), x, y, z); in generateBuffer()

Completed in 98 milliseconds