Home
last modified time | relevance | path

Searched refs:green (Results 601 - 625 of 702) sorted by relevance

1...<<212223242526272829

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDrawTests.cpp679 const tcu::Vec4 green (0, 1, 0, 1); in renderTo()
718 colors.push_back(((x + y) % 2 == 0) ? (green) : (yellow)); in renderTo()
775 // \note the green/yellow pattern is only for clarity. The test will only verify that all instances were drawn by looking for anything non-green/yellow. in verifyImage()
796 // Any pixel with !(G ~= 255) is faulty (not a linear combinations of green and yellow) in verifyImage()
800 // Any pixel with !(B ~= 0) is faulty (not a linear combinations of green and yellow) in verifyImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderSmokeTestsEXT.cpp930 const tcu::Vec4 green (0.0f, 1.0f, 0.0f, 1.0f); in testFullscreenGradient()
938 tcu::clear(errorAccess, green); in testFullscreenGradient()
H A DvktMeshShaderMiscTestsEXT.cpp442 const float green = ((x < halfWidth) ? 0.0f : 1.0f); in generateReferenceLevel() local
443 const auto refColor = tcu::Vec4(red, green, 1.0f, 1.0f); in generateReferenceLevel()
4510 QuadrantInfo (float offsetX_, float offsetY_, float red, float green, float blue) in QuadrantInfo()
4513 , color (red, green, blue, 1.0f) in QuadrantInfo()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMiscTests.cpp191 // left, and a green on the right. in initPrograms()
263 << " const vec4 green = vec4(0.0, 1.0, 0.0, 1.0);\n" in initPrograms()
264 << " outColor = (gl_PrimitiveID % 2 == 0) ? red : green;\n" in initPrograms()
403 const auto green = tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f); in iterate() local
408 const auto expectedColor = (x < iExtent.x() / 2) ? red : green; in iterate()
410 log << tcu::TestLog::ImageSet("Result image", "Expect left side of framebuffer red, and right side green") in iterate()
413 TCU_FAIL("Expected a vertically split framebuffer, filled with red on the left and green the right; see the log for the unexpected result"); in iterate()
H A DvktPipelineLibraryTests.cpp1027 const UVec4 green = ivec2uvec(RGBA::green().toIVec()); in verifyColorImage() local
1038 reference.setPixel(green, x, y); in verifyColorImage()
/third_party/backends/backend/
H A Dpie.c1384 /* green gamma vector */ in init_options()
2565 "pie_reader_process_indexed: alloc %d lines (%d bytes) for green buffer\n", in pie_reader_process_indexed()
2602 /* we're assuming that we get red before green before blue here */ in pie_reader_process_indexed()
2622 /* copy to green buffer */ in pie_reader_process_indexed()
2630 /* increment green line count */ in pie_reader_process_indexed()
2633 "pie_reader_process_indexed: got a green line (%d)\n", in pie_reader_process_indexed()
2638 /* check we actually have red and green data available */ in pie_reader_process_indexed()
2654 unsigned char *red, *green, *blue, *dest; in pie_reader_process_indexed() local
2659 green = green_out; in pie_reader_process_indexed()
2665 *dest++ = *green in pie_reader_process_indexed()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineLibraryTests.cpp1060 const UVec4 green = ivec2uvec(RGBA::green().toIVec()); in verifyColorImage() local
1071 reference.setPixel(green, x, y); in verifyColorImage()
H A DvktPipelineSamplerTests.cpp2192 const auto green = rnd.getFloat(0.0f, 1.0f); in iterate() local
2194 const tcu::Vec4 clearValue (red, green, blue, 1.0f); in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dqueryutils.cpp101 outParams[1] = color.colorI.green; in ConvertFromColor()
108 outParams[1] = floatToNormalized<GLint>(color.colorF.green); in ConvertFromColor()
122 outParams[1] = std::max(color.colorUI.green, kMinValue); in ConvertFromColor()
H A DvalidationES2.cpp3799 GLfloat green, in ValidateBlendColor()
4033 GLfloat green, in ValidateClearColor()
4053 GLboolean green, in ValidateColorMask()
3796 ValidateBlendColor(const Context *context, angle::EntryPoint entryPoint, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) ValidateBlendColor() argument
4030 ValidateClearColor(const Context *context, angle::EntryPoint entryPoint, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) ValidateClearColor() argument
4050 ValidateColorMask(const Context *context, angle::EntryPoint entryPoint, GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) ValidateColorMask() argument
H A DTexture.cpp115 SwizzleState::SwizzleState(GLenum red, GLenum green, GLenum blue, GLenum alpha) in SwizzleState() argument
116 : swizzleRed(red), swizzleGreen(green), swizzleBlue(blue), swizzleAlpha(alpha) in SwizzleState()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dnull_functions.cpp114 void INTERNAL_GL_APIENTRY glBlendColorNULL(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in glBlendColorNULL() argument
259 void INTERNAL_GL_APIENTRY glClearColorNULL(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in glClearColorNULL() argument
334 GLboolean green, in glColorMaskNULL()
333 glColorMaskNULL(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) glColorMaskNULL() argument
H A Dnull_functions.h79 void INTERNAL_GL_APIENTRY glBlendColorNULL(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
182 void INTERNAL_GL_APIENTRY glClearColorNULL(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
231 GLboolean green,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderMiscTestsEXT.cpp442 const float green = ((x < halfWidth) ? 0.0f : 1.0f); in generateReferenceLevel() local
443 const auto refColor = tcu::Vec4(red, green, 1.0f, 1.0f); in generateReferenceLevel()
4513 QuadrantInfo (float offsetX_, float offsetY_, float red, float green, float blue) in QuadrantInfo()
4516 , color (red, green, blue, 1.0f) in QuadrantInfo()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolStatisticsTests.cpp3339 m_data.push_back(GraphicBasicTestInstance::VertexData(tcu::Vec4(-1.0f, 0.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in QueryPoolGraphicStatisticsTest()
3340 m_data.push_back(GraphicBasicTestInstance::VertexData(tcu::Vec4(-1.0f, 1.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in QueryPoolGraphicStatisticsTest()
3341 m_data.push_back(GraphicBasicTestInstance::VertexData(tcu::Vec4( 0.0f, 0.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in QueryPoolGraphicStatisticsTest()
3342 m_data.push_back(GraphicBasicTestInstance::VertexData(tcu::Vec4( 0.0f, 1.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in QueryPoolGraphicStatisticsTest()
4072 m_data.push_back(GraphicBasicMultipleQueryTestInstance::VertexData(tcu::Vec4(-1.0f, 0.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in QueryPoolGraphicMultipleQueryStatisticsTest()
4073 m_data.push_back(GraphicBasicMultipleQueryTestInstance::VertexData(tcu::Vec4(-1.0f, 1.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in QueryPoolGraphicMultipleQueryStatisticsTest()
4074 m_data.push_back(GraphicBasicMultipleQueryTestInstance::VertexData(tcu::Vec4( 0.0f, 0.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in QueryPoolGraphicMultipleQueryStatisticsTest()
4075 m_data.push_back(GraphicBasicMultipleQueryTestInstance::VertexData(tcu::Vec4( 0.0f, 1.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in QueryPoolGraphicMultipleQueryStatisticsTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/
H A DvktQueryPoolStatisticsTests.cpp3324 m_data.push_back(GraphicBasicTestInstance::VertexData(tcu::Vec4(-1.0f, 0.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in QueryPoolGraphicStatisticsTest()
3325 m_data.push_back(GraphicBasicTestInstance::VertexData(tcu::Vec4(-1.0f, 1.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in QueryPoolGraphicStatisticsTest()
3326 m_data.push_back(GraphicBasicTestInstance::VertexData(tcu::Vec4( 0.0f, 0.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in QueryPoolGraphicStatisticsTest()
3327 m_data.push_back(GraphicBasicTestInstance::VertexData(tcu::Vec4( 0.0f, 1.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in QueryPoolGraphicStatisticsTest()
4058 m_data.push_back(GraphicBasicMultipleQueryTestInstance::VertexData(tcu::Vec4(-1.0f, 0.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in QueryPoolGraphicMultipleQueryStatisticsTest()
4059 m_data.push_back(GraphicBasicMultipleQueryTestInstance::VertexData(tcu::Vec4(-1.0f, 1.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in QueryPoolGraphicMultipleQueryStatisticsTest()
4060 m_data.push_back(GraphicBasicMultipleQueryTestInstance::VertexData(tcu::Vec4( 0.0f, 0.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in QueryPoolGraphicMultipleQueryStatisticsTest()
4061 m_data.push_back(GraphicBasicMultipleQueryTestInstance::VertexData(tcu::Vec4( 0.0f, 1.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in QueryPoolGraphicMultipleQueryStatisticsTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp4025 const Vec4 green (0.0f, 1.0f, 0.0f, 1.0f);
4060 errorImage.setPixel(green, x, y);
4137 const Vec4 green (0.0f, 1.0f, 0.0f, 1.0f);
4168 errorImage.setPixel(green, x, y);
4179 const Vec4 green (0.0f, 1.0f, 0.0f, 1.0f);
4210 errorImage.setPixel(green, x, y);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTests.cpp4011 const Vec4 green (0.0f, 1.0f, 0.0f, 1.0f);
4046 errorImage.setPixel(green, x, y);
4123 const Vec4 green (0.0f, 1.0f, 0.0f, 1.0f);
4154 errorImage.setPixel(green, x, y);
4165 const Vec4 green (0.0f, 1.0f, 0.0f, 1.0f);
4196 errorImage.setPixel(green, x, y);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiMaintenance1Tests.cpp1655 const tcu::UVec4 green (0, 255, 50, 255); in scalingTest()
1663 const vk::Move<vk::VkBuffer> greenBuffer = createBufferAndBindMemory(devHelper, allocator, green, quarterPixels, &greenMemory); in scalingTest()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cSeparateShaderObjsTests.cpp2205 // The program bound with glUseProgram will draw green, the programs in iterate()
2213 // Ouput green in the fragment shader in iterate()
2257 // useProgram takes precedence and the buffer should be green in iterate()
2258 if (!checkSurface(renderedFrame, tcu::RGBA::green())) in iterate()
2260 TCU_FAIL("StateInteraction failed; surface should be green"); in iterate()
2398 // Render green in iterate()
2423 // expect green in iterate()
2424 if (!checkSurface(renderedFrame, tcu::RGBA::green())) in iterate()
2426 TCU_FAIL("StateInteraction failed; surface should be green"); in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcInternalformatTests.cpp690 GLfloat green = inColor[1]; in convertUint_5_9_9_9_rev() local
697 GLfloat green_c = deFloatMax(0, deFloatMin(sharedExpMax, green)); in convertUint_5_9_9_9_rev()
/third_party/mesa3d/include/D3D9/
H A Dd3d9types.h1600 WORD green[256]; member
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderSubroutineTests.hpp73 void clearColor(glw::GLfloat red, glw::GLfloat green, glw::GLfloat blue, glw::GLfloat alpha);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_utils.h1046 VkColorComponentFlags GetColorComponentFlags(bool red, bool green, bool blue, bool alpha);
/third_party/skia/third_party/externals/libpng/
H A Dpngset.c1037 trans_color->green > sample_max || in png_set_tRNS()

Completed in 136 milliseconds

1...<<212223242526272829