/external/deqp/modules/gles31/stress/ |
D | es31sVertexAttributeBindingTests.cpp | 87 bool pixelOk = true; in verifyImageYellowGreen() local 91 pixelOk = false; in verifyImageYellowGreen() 95 pixelOk = false; in verifyImageYellowGreen() 97 error.setPixel(x, y, (pixelOk) ? (tcu::RGBA(0, 255, 0, 255)) : (tcu::RGBA(255, 0, 0, 255))); in verifyImageYellowGreen() 98 isOk = isOk && pixelOk; in verifyImageYellowGreen()
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationPrimitiveDiscardTests.cpp | 181 bool pixelOk = false; in verifyResultImage() local 190 for (int y = y0; y <= y1 && !pixelOk; y++) in verifyResultImage() 191 for (int x = x0; x <= x1 && !pixelOk; x++) in verifyResultImage() 197 pixelOk = true; in verifyResultImage() 200 if (!pixelOk) in verifyResultImage()
|
/external/deqp/modules/gles31/functional/ |
D | es31fDrawElementsBaseVertexTests.cpp | 323 bool pixelOk = true; in verifyImage() local 332 pixelOk = false; in verifyImage() 334 error.setPixel(x, y, (pixelOk) ? (tcu::RGBA(0, 255, 0, 255)) : (tcu::RGBA(255, 0, 0, 255))); in verifyImage() 335 isOk = isOk && pixelOk; in verifyImage()
|
D | es31fVertexAttributeBindingTests.cpp | 93 bool pixelOk = true; in verifyImageYellowGreen() local 97 pixelOk = false; in verifyImageYellowGreen() 101 pixelOk = false; in verifyImageYellowGreen() 103 error.setPixel(x, y, (pixelOk) ? (tcu::RGBA(0, 255, 0, 255)) : (tcu::RGBA(255, 0, 0, 255))); in verifyImageYellowGreen() 104 isOk = isOk && pixelOk; in verifyImageYellowGreen()
|
D | es31fDrawTests.cpp | 121 bool pixelOk = true; in verifyImageYellowGreen() local 125 pixelOk = false; in verifyImageYellowGreen() 129 pixelOk = false; in verifyImageYellowGreen() 131 error.setPixel(x, y, (pixelOk) ? (tcu::RGBA(0, 255, 0, 255)) : (tcu::RGBA(255, 0, 0, 255))); in verifyImageYellowGreen() 132 isOk = isOk && pixelOk; in verifyImageYellowGreen()
|
D | es31fTessellationTests.cpp | 5451 bool pixelOk = false; in iterate() local 5460 for (int y = y0; y <= y1 && !pixelOk; y++) in iterate() 5461 for (int x = x0; x <= x1 && !pixelOk; x++) in iterate() 5469 pixelOk = true; in iterate() 5474 pixelOk = true; in iterate() 5478 if (!pixelOk) in iterate()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDrawTests.cpp | 794 bool pixelOk = true; in verifyImage() local 798 pixelOk = false; in verifyImage() 802 pixelOk = false; in verifyImage() 804 error.setPixel(x, y, (pixelOk) ? (tcu::RGBA(0, 255, 0, 255)) : (tcu::RGBA(255, 0, 0, 255))); in verifyImage() 805 isOk = isOk && pixelOk; in verifyImage()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageSamplingInstance.cpp | 863 …const bool pixelOk = isLookupResultValid(texture, sampler, lookupPrecision, texCoord, lodBounds… in validateResultImage() local 865 errorMask.setPixel(tcu::Vec4(pixelOk?0.0f:1.0f, pixelOk?1.0f:0.0f, 0.0f, 1.0f), x, y); in validateResultImage() 867 if (!pixelOk) in validateResultImage()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcBlendEquationAdvancedTests.cpp | 1076 bool pixelOk = tcu::compareThreshold(ref, res, threshold); in iterate() local 1077 pass = pass && pixelOk; in iterate() 1078 if (!pixelOk) in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 3494 bool pixelOk = true; in verifyColorAttachment() local 3507 pixelOk = false; in verifyColorAttachment() 3511 if (!pixelOk) in verifyColorAttachment() 3538 bool pixelOk = true; in verifyDepthAttachment() local 3550 pixelOk = false; in verifyDepthAttachment() 3553 if (!pixelOk) in verifyDepthAttachment() 3580 bool pixelOk = true; in verifyStencilAttachment() local 3592 pixelOk = false; in verifyStencilAttachment() 3595 if (!pixelOk) in verifyStencilAttachment()
|