Home
last modified time | relevance | path

Searched refs:green (Results 651 - 675 of 1863) sorted by relevance

1...<<21222324252627282930>>...75

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
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/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()
H A Drosen_render_custom_paint.cpp2796 // a pixel include 4 data(blue, green, red, alpha)
2799 auto green = pixels[i + 1]; local
2802 imageData->data.emplace_back(Color::FromARGB(alpha, red, green, blue).GetValue());
/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/vk-gl-cts/external/openglcts/modules/gl/
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,
H A Dgl4cShadingLanguage420PackTests.hpp203 void clearColor(glw::GLfloat red, glw::GLfloat green, glw::GLfloat blue, glw::GLfloat alpha);
/third_party/vk-gl-cts/external/openglcts/modules/common/
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/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),
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DRBReporter.java672 statusLabel.setForeground(Color.green); in updateStatusComponents()
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngcp.c1842 newpal[i].green = 0xad; in read_png()
/third_party/skia/src/xps/
H A DSkXPSDevice.cpp443 xpsColor.value.sRGB.green = SkColorGetG(skColor); in xps_color()
/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp58 uint8_t green; member
64 uint8_t green;
3894 data[channelIndex + greenChannel] = channel; // green channel in HandleWindowMask()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderMiscTests.cpp437 const float green = ((x < halfWidth) ? 0.0f : 1.0f); in generateReferenceLevel() local
438 const auto refColor = tcu::Vec4(red, green, 1.0f, 1.0f); in generateReferenceLevel()

Completed in 125 milliseconds

1...<<21222324252627282930>>...75