Home
last modified time | relevance | path

Searched refs:green (Results 626 - 650 of 1845) sorted by relevance

1...<<21222324252627282930>>...74

/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()
H A DglcViewportArrayTests.cpp232 * @param green Green channel
236 void Utils::framebuffer::clearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in clearColor() argument
240 gl.clearColor(red, green, blue, alpha); in clearColor()
/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);
H A Dgl4cEnhancedLayoutsTests.hpp257 void ClearColor(glw::GLfloat red, glw::GLfloat green, glw::GLfloat blue, glw::GLfloat alpha);
267 static void ClearColor(const glw::Functions& gl, glw::GLfloat red, glw::GLfloat green, glw::GLfloat blue,
/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);
H A Dvk_cache_utils.cpp2280 mInputAssemblyAndColorBlendStateInfo.blendConstants[1] = color.green;
3252 mBorderColor.green = 0.0f;
3420 customBorderColorInfo.customBorderColor.float32[1] = mBorderColor.green;
/third_party/skia/third_party/externals/libpng/
H A Dpngset.c1037 trans_color->green > sample_max || in png_set_tRNS()
H A Dpngtest.c1379 (int)trans_color->green > sample_max || in test_one_file()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext.cpp5400 void Context::blendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in blendColor() argument
5402 mState.setBlendColor(red, green, blue, alpha); in blendColor()
5459 void Context::clearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in clearColor() argument
5461 mState.setColorClearValue(red, green, blue, alpha); in clearColor()
5474 void Context::colorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) in colorMask() argument
5476 mState.setColorMask(ConvertToBool(red), ConvertToBool(green), ConvertToBool(blue), in colorMask()
/third_party/skia/modules/skparagraph/tests/
H A DSkParagraphTest.cpp5735 SkPaint green; in UNIX_ONLY_TEST() local
5736 green.setColor(SK_ColorGREEN); in UNIX_ONLY_TEST()
5737 green.setStyle(SkPaint::kStroke_Style); in UNIX_ONLY_TEST()
5738 green.setAntiAlias(true); in UNIX_ONLY_TEST()
5739 green.setStrokeWidth(1); in UNIX_ONLY_TEST()
5744 canvas.get()->drawLine(x0, y, x1, y, green); in UNIX_ONLY_TEST()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dability_test.cpp2243 int green = 0; in HWTEST_F() local
2245 EXPECT_EQ(ability->SetWindowBackgroundColor(red, green, blue), -1); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_offscreen_canvas.cpp943 // a pixel include 4 data blue, green, red, alpha in GetImageData()
946 auto green = pixels[i + 1]; in GetImageData() local
949 imageData->data.emplace_back(Color::FromARGB(alpha, red, green, blue).GetValue()); in GetImageData()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_canvas_bridge.cpp1640 auto green = StringUtils::StringToInt(array[4 * flag + 1]); in JsPutImageData() local
1644 imageData.data.emplace_back(Color::FromARGB(alpha, red, green, blue).GetValue()); in JsPutImageData()
1735 // a pixel includes 4 data: red/green/blue/alpha
H A Djsi_offscreen_canvas_bridge.cpp1474 auto green = StringUtils::StringToInt(array[4 * flag + 1]); in JsPutImageData() local
1478 imageData.data.emplace_back(Color::FromARGB(alpha, red, green, blue).GetValue()); in JsPutImageData()
1547 // a pixel includes 4 data: red/green/blue/alpha
/third_party/backends/backend/genesys/
H A Dgl646.cpp1941 expg = sensor.exposure.green; in led_calibration()
1951 calib_sensor.exposure.green = expg; in led_calibration()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp638 tcu::clear(errorMask.getAccess(), tcu::RGBA::green().toVec()); in verifyGatherOffsets()
716 tcu::clear(errorMask.getAccess(), tcu::RGBA::green().toVec()); in verifyGatherOffsetsCompare()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.cpp1966 : clearParams.colorF.green), in clear()
3154 gl::unorm<8>(clearColorValue.green), gl::unorm<8>(clearColorValue.blue)); in clearRenderTarget()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DTransformFeedbackTest.cpp3281 EXPECT_PIXEL_RECT_EQ(0, h / 2, w / 4, h / 2, GLColor::green); in TEST_P()
3510 EXPECT_PIXEL_RECT_EQ(kFBOSize / 2, 0, kFBOSize / 2, kFBOSize, GLColor::green); in TEST_P()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fCopyImageTests.cpp685 const float green = rng.getFloat(info.valueMin.y(), info.valueMax.y());
689 const Vec4 color (red, green, blue, alpha);
H A Des31fTextureBorderClampTests.cpp1125 tcu::clear(errorMask.getAccess(), tcu::RGBA::green().toVec());
1190 tcu::clear(errorMask.getAccess(), tcu::RGBA::green().toVec());
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktDynamicRenderingTests.cpp181 const VkClearAttachment green = in ClearAttachmentData() local
187 colorDepthClear1.push_back(green); in ClearAttachmentData()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp638 tcu::clear(errorMask.getAccess(), tcu::RGBA::green().toVec()); in verifyGatherOffsets()
716 tcu::clear(errorMask.getAccess(), tcu::RGBA::green().toVec()); in verifyGatherOffsetsCompare()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp2629 void ReferenceContext::clearColor (float red, float green, float blue, float alpha)
2632 de::clamp(green, 0.0f, 1.0f),
2979 void ReferenceContext::blendColor (float red, float green, float blue, float alpha)
2982 de::clamp(green, 0.0f, 1.0f),

Completed in 131 milliseconds

1...<<21222324252627282930>>...74