Home
last modified time | relevance | path

Searched refs:green (Results 126 - 150 of 696) sorted by relevance

12345678910>>...28

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DCopyTexImageTest.cpp360 GLColor fboPixels[kCubeMapFaceCount] = {GLColor::red, GLColor::yellow, GLColor::green, in TEST_P()
416 GLColor fboPixels[kCubeMapFaceCount] = {GLColor::red, GLColor::yellow, GLColor::green, in TEST_P()
528 GLColor fboPixels[kDepth] = {GLColor::red, GLColor::yellow, GLColor::green, in TEST_P()
649 // Clear screen to green. in TEST_P()
660 // Check level 0 (red from image data) and 1 (green from backbuffer clear). in TEST_P()
670 EXPECT_PIXEL_COLOR_EQ(x, y, GLColor::green); in TEST_P()
721 std::vector<GLColor> green(kTexSize * kTexSize, GLColor::green); in TEST_P()
729 green.data()); in TEST_P()
774 std::vector<GLColor> green(kTexSiz in TEST_P()
[all...]
H A DProgramPipelineTest.cpp467 EXPECT_PIXEL_COLOR_EQ(0, h, GLColor::green); in TEST_P()
497 {GLColor::red, GLColor::green, GLColor::blue, GLColor::yellow}}; in TEST_P()
514 EXPECT_PIXEL_COLOR_EQ(w, 0, GLColor::green); in TEST_P()
558 EXPECT_PIXEL_COLOR_EQ(0, 0, GLColor::green); in TEST_P()
625 {GLColor::red, GLColor::green, GLColor::blue, GLColor::yellow}}; in TEST_P()
743 EXPECT_PIXEL_COLOR_EQ(0, 0, GLColor::green); in TEST_P()
911 EXPECT_PIXEL_COLOR_EQ(0, 0, GLColor::green); in TEST_P()
959 {GLColor::red, GLColor::green, GLColor::blue, GLColor::yellow}}; in TEST_P()
1018 EXPECT_PIXEL_COLOR_EQ(w, 0, GLColor::green); in TEST_P()
1054 {GLColor::green, GLColo in TEST_P()
[all...]
H A DVulkanUniformUpdatesTest.cpp425 const GLColor kColors[4] = {GLColor::red, GLColor::green, GLColor::blue, GLColor::yellow}; in TEST_P()
522 // 10.0f < 11.0f, should see green in TEST_P()
523 EXPECT_PIXEL_RECT_EQ(xoffset, yoffset, kHalfX, kHalfY, GLColor::green); in TEST_P()
535 // 10.0f < 11.0f, should see green again in TEST_P()
539 EXPECT_PIXEL_RECT_EQ(xoffset, yoffset, kHalfX, kHalfY, GLColor::green); in TEST_P()
547 GLColor expectedColor = vsUniformValue > 11.0f ? GLColor::red : GLColor::green; in TEST_P()
640 // 10.0f < 11.0f, should see green in TEST_P()
641 EXPECT_PIXEL_RECT_EQ(xoffset, yoffset, kHalfX, kHalfY, GLColor::green); in TEST_P()
656 // 10.0f < 11.0f, should see green again in TEST_P()
661 EXPECT_PIXEL_RECT_EQ(xoffset, yoffset, kHalfX, kHalfY, GLColor::green); in TEST_P()
[all...]
/third_party/backends/backend/
H A Dplustek-pp_image.c205 IOReadScannerImageData( ps, ps->Scan.BufPut.green.bp, in fnReadToDriver()
211 ps->Scan.BufPut.green.bp += ps->DataInf.dwAsicBytesPerPlane; in fnReadToDriver()
213 if( ps->Scan.BufPut.green.bp >= ps->Scan.BufEnd.green.bp ) in fnReadToDriver()
214 ps->Scan.BufPut.green.bp = ps->Scan.BufBegin.green.bp; in fnReadToDriver()
231 ps->Scan.BufData.green.bp = ps->Scan.BufGet.green.bp; in fnReadToDriver()
242 ps->Scan.BufGet.green.bp += ps->DataInf.dwAsicBytesPerPlane; in fnReadToDriver()
247 if( ps->Scan.BufGet.green in fnReadToDriver()
[all...]
H A Dgt68xx_high.c349 scanner->calibrations[i].green = NULL; in gt68xx_scanner_new()
413 if (scanner->calibrations[i].green != NULL) in gt68xx_scanner_free()
415 gt68xx_calibrator_free (scanner->calibrations[i].green); in gt68xx_scanner_free()
1421 /* green */ in gt68xx_afe_ccd_auto()
1424 gt68xx_afe_ccd_adjust_offset_gain ("green", &values, in gt68xx_afe_ccd_auto()
1579 else if (strcmp (color_name, "green") == 0) in gt68xx_afe_cis_adjust_gain_offset()
1902 gt68xx_afe_cis_adjust_gain_offset ("green", &values, g_obuffer, in gt68xx_afe_cis_auto()
1931 gt68xx_afe_cis_adjust_exposure ("green", &values, g_gbuffer, 245, in gt68xx_afe_cis_auto()
2067 if(scanner->calibrations[i].green!=NULL) in gt68xx_sheetfed_scanner_calibrate()
2069 gt68xx_calibrator_free (scanner->calibrations[i].green); in gt68xx_sheetfed_scanner_calibrate()
[all...]
H A Dplustek-usbcal.c950 u_long red, green, blue, gray; in cano_AdjustDarkShading() local
988 green = 0; in cano_AdjustDarkShading()
999 green += *bufp; bufp+=step; in cano_AdjustDarkShading()
1004 green += bufp[1]; in cano_AdjustDarkShading()
1018 val = ((int)(green/m_ScanParam.Size.dwPhyLines) + param->swOffset[1]); in cano_AdjustDarkShading()
1078 u_long red, green, blue, gray; in cano_AdjustWhiteShading() local
1125 green = 0; in cano_AdjustWhiteShading()
1136 green += *bufp; bufp+=step; in cano_AdjustWhiteShading()
1140 green += bufp[1]; in cano_AdjustWhiteShading()
1148 green in cano_AdjustWhiteShading()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateDSTests.cpp532 m_data.push_back(PositionColorVertex(tcu::Vec4(-1.0f, 1.0f, 0.375f, 1.0f), tcu::RGBA::green().toVec())); in DepthBoundsParamTestInstance()
533 m_data.push_back(PositionColorVertex(tcu::Vec4(0.0f, 1.0f, 0.375f, 1.0f), tcu::RGBA::green().toVec())); in DepthBoundsParamTestInstance()
534 m_data.push_back(PositionColorVertex(tcu::Vec4(-1.0f, -1.0f, 0.375f, 1.0f), tcu::RGBA::green().toVec())); in DepthBoundsParamTestInstance()
535 m_data.push_back(PositionColorVertex(tcu::Vec4(0.0f, -1.0f, 0.375f, 1.0f), tcu::RGBA::green().toVec())); in DepthBoundsParamTestInstance()
537 m_data.push_back(PositionColorVertex(tcu::Vec4(0.0f, 1.0f, 0.625f, 1.0f), tcu::RGBA::green().toVec())); in DepthBoundsParamTestInstance()
538 m_data.push_back(PositionColorVertex(tcu::Vec4(1.0f, 1.0f, 0.625f, 1.0f), tcu::RGBA::green().toVec())); in DepthBoundsParamTestInstance()
539 m_data.push_back(PositionColorVertex(tcu::Vec4(0.0f, -1.0f, 0.625f, 1.0f), tcu::RGBA::green().toVec())); in DepthBoundsParamTestInstance()
540 m_data.push_back(PositionColorVertex(tcu::Vec4(1.0f, -1.0f, 0.625f, 1.0f), tcu::RGBA::green().toVec())); in DepthBoundsParamTestInstance()
689 m_data.push_back(PositionColorVertex(tcu::Vec4(-1.0f, 1.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in DepthBoundsTestInstance()
690 m_data.push_back(PositionColorVertex(tcu::Vec4( 1.0f, 1.0f, 1.0f, 1.0f), tcu::RGBA::green() in DepthBoundsTestInstance()
[all...]
H A DvktDynamicStateCBTests.cpp57 m_data.push_back(PositionColorVertex(tcu::Vec4(-1.0f, 1.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in BlendConstantsTestInstance()
58 m_data.push_back(PositionColorVertex(tcu::Vec4(1.0f, 1.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in BlendConstantsTestInstance()
59 m_data.push_back(PositionColorVertex(tcu::Vec4(-1.0f, -1.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in BlendConstantsTestInstance()
60 m_data.push_back(PositionColorVertex(tcu::Vec4(1.0f, -1.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in BlendConstantsTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateDSTests.cpp504 m_data.push_back(PositionColorVertex(tcu::Vec4(-1.0f, 1.0f, 0.375f, 1.0f), tcu::RGBA::green().toVec())); in DepthBoundsParamTestInstance()
505 m_data.push_back(PositionColorVertex(tcu::Vec4(0.0f, 1.0f, 0.375f, 1.0f), tcu::RGBA::green().toVec())); in DepthBoundsParamTestInstance()
506 m_data.push_back(PositionColorVertex(tcu::Vec4(-1.0f, -1.0f, 0.375f, 1.0f), tcu::RGBA::green().toVec())); in DepthBoundsParamTestInstance()
507 m_data.push_back(PositionColorVertex(tcu::Vec4(0.0f, -1.0f, 0.375f, 1.0f), tcu::RGBA::green().toVec())); in DepthBoundsParamTestInstance()
509 m_data.push_back(PositionColorVertex(tcu::Vec4(0.0f, 1.0f, 0.625f, 1.0f), tcu::RGBA::green().toVec())); in DepthBoundsParamTestInstance()
510 m_data.push_back(PositionColorVertex(tcu::Vec4(1.0f, 1.0f, 0.625f, 1.0f), tcu::RGBA::green().toVec())); in DepthBoundsParamTestInstance()
511 m_data.push_back(PositionColorVertex(tcu::Vec4(0.0f, -1.0f, 0.625f, 1.0f), tcu::RGBA::green().toVec())); in DepthBoundsParamTestInstance()
512 m_data.push_back(PositionColorVertex(tcu::Vec4(1.0f, -1.0f, 0.625f, 1.0f), tcu::RGBA::green().toVec())); in DepthBoundsParamTestInstance()
661 m_data.push_back(PositionColorVertex(tcu::Vec4(-1.0f, 1.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in DepthBoundsTestInstance()
662 m_data.push_back(PositionColorVertex(tcu::Vec4( 1.0f, 1.0f, 1.0f, 1.0f), tcu::RGBA::green() in DepthBoundsTestInstance()
[all...]
H A DvktDynamicStateCBTests.cpp55 m_data.push_back(PositionColorVertex(tcu::Vec4(-1.0f, 1.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in BlendConstantsTestInstance()
56 m_data.push_back(PositionColorVertex(tcu::Vec4(1.0f, 1.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in BlendConstantsTestInstance()
57 m_data.push_back(PositionColorVertex(tcu::Vec4(-1.0f, -1.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in BlendConstantsTestInstance()
58 m_data.push_back(PositionColorVertex(tcu::Vec4(1.0f, -1.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in BlendConstantsTestInstance()
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dlossless_enc.c526 const int green = (argb >> 8) & 0xff; in VP8LSubtractGreenFromBlueAndRed_C() local
527 const uint32_t new_r = (((argb >> 16) & 0xff) - green) & 0xff; in VP8LSubtractGreenFromBlueAndRed_C()
528 const uint32_t new_b = (((argb >> 0) & 0xff) - green) & 0xff; in VP8LSubtractGreenFromBlueAndRed_C()
546 const int8_t green = U32ToS8(argb >> 8); in VP8LTransformColor_C() local
550 new_red -= ColorTransformDelta(m->green_to_red_, green); in VP8LTransformColor_C()
552 new_blue -= ColorTransformDelta(m->green_to_blue_, green); in VP8LTransformColor_C()
561 const int8_t green = U32ToS8(argb >> 8); in TransformColorRed() local
563 new_red -= ColorTransformDelta(green_to_red, green); in TransformColorRed()
570 const int8_t green = U32ToS8(argb >> 8); in TransformColorBlue() local
573 new_blue -= ColorTransformDelta(green_to_blue, green); in TransformColorBlue()
[all...]
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_1_autogen.cpp231 void GL_APIENTRY GL_ClearAccum(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in GL_ClearAccum() argument
234 EVENT(context, GLClearAccum, "context = %d, red = %f, green = %f, blue = %f, alpha = %f", in GL_ClearAccum()
235 CID(context), red, green, blue, alpha); in GL_ClearAccum()
242 ValidateClearAccum(context, angle::EntryPoint::GLClearAccum, red, green, blue, alpha)); in GL_ClearAccum()
245 context->clearAccum(red, green, blue, alpha); in GL_ClearAccum()
247 ANGLE_CAPTURE(ClearAccum, isCallValid, context, red, green, blue, alpha); in GL_ClearAccum()
255 void GL_APIENTRY GL_ClearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in GL_ClearColor() argument
258 EVENT(context, GLClearColor, "context = %d, red = %f, green = %f, blue = %f, alpha = %f", in GL_ClearColor()
259 CID(context), red, green, blue, alpha); in GL_ClearColor()
266 ValidateClearColor(context, angle::EntryPoint::GLClearColor, red, green, blu in GL_ClearColor()
369 GL_Color3b(GLbyte red, GLbyte green, GLbyte blue) GL_Color3b() argument
415 GL_Color3d(GLdouble red, GLdouble green, GLdouble blue) GL_Color3d() argument
461 GL_Color3f(GLfloat red, GLfloat green, GLfloat blue) GL_Color3f() argument
507 GL_Color3i(GLint red, GLint green, GLint blue) GL_Color3i() argument
553 GL_Color3s(GLshort red, GLshort green, GLshort blue) GL_Color3s() argument
599 GL_Color3ub(GLubyte red, GLubyte green, GLubyte blue) GL_Color3ub() argument
645 GL_Color3ui(GLuint red, GLuint green, GLuint blue) GL_Color3ui() argument
691 GL_Color3us(GLushort red, GLushort green, GLushort blue) GL_Color3us() argument
737 GL_Color4b(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha) GL_Color4b() argument
783 GL_Color4d(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha) GL_Color4d() argument
829 GL_Color4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) GL_Color4f() argument
875 GL_Color4i(GLint red, GLint green, GLint blue, GLint alpha) GL_Color4i() argument
921 GL_Color4s(GLshort red, GLshort green, GLshort blue, GLshort alpha) GL_Color4s() argument
967 GL_Color4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) GL_Color4ub() argument
1013 GL_Color4ui(GLuint red, GLuint green, GLuint blue, GLuint alpha) GL_Color4ui() argument
1059 GL_Color4us(GLushort red, GLushort green, GLushort blue, GLushort alpha) GL_Color4us() argument
1105 GL_ColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) GL_ColorMask() argument
9521 GL_BlendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) GL_BlendColor() argument
9881 GL_SecondaryColor3b(GLbyte red, GLbyte green, GLbyte blue) GL_SecondaryColor3b() argument
9929 GL_SecondaryColor3d(GLdouble red, GLdouble green, GLdouble blue) GL_SecondaryColor3d() argument
9977 GL_SecondaryColor3f(GLfloat red, GLfloat green, GLfloat blue) GL_SecondaryColor3f() argument
10025 GL_SecondaryColor3i(GLint red, GLint green, GLint blue) GL_SecondaryColor3i() argument
10073 GL_SecondaryColor3s(GLshort red, GLshort green, GLshort blue) GL_SecondaryColor3s() argument
10121 GL_SecondaryColor3ub(GLubyte red, GLubyte green, GLubyte blue) GL_SecondaryColor3ub() argument
10169 GL_SecondaryColor3ui(GLuint red, GLuint green, GLuint blue) GL_SecondaryColor3ui() argument
10217 GL_SecondaryColor3us(GLushort red, GLushort green, GLushort blue) GL_SecondaryColor3us() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimatable_data.cpp42 uint8_t green = static_cast<uint8_t>(startG + (end.GetGreen() - startG) * process); in Blend() local
44 return Color::FromARGB(alpha, red, green, blue); in Blend()
/third_party/cJSON/tests/unity/auto/
H A Dcolour_prompt.rb51 when :green, :success then 10
76 # | 92 | Light green |
86 when :green, :success then 32
/third_party/skia/third_party/externals/angle2/src/common/
H A DColor.h30 data[1] = green; in writeData()
36 T green; member
/third_party/unity/auto/
H A Dcolour_prompt.rb52 when :green, :success then 10
77 # | 92 | Light green |
87 when :green, :success then 32
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.h324 void BlendLerpPix(uint8_t* color, uint8_t red, uint8_t green, uint8_t blue,
326 void BlendLerpPix(uint8_t* color, uint8_t red, uint8_t green, uint8_t blue,
330 void BlendLerpPix(uint8_t* color, uint8_t red, uint8_t green, uint8_t blue, uint8_t alpha, uint8_t* covers);
331 void BlendPreLerpPix(uint8_t* color, uint8_t red, uint8_t green, uint8_t blue,
333 void BlendPreLerpPix(uint8_t* color, uint8_t red, uint8_t green, uint8_t blue,
337 void BlendPreLerpPix(uint8_t* color, uint8_t red, uint8_t green, uint8_t blue, uint8_t alpha, uint8_t* covers);
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_pixelformat.c49 unsigned char green; member
55 unsigned char green; member
145 assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 1) == color->bits.green); in stw_pixelformat_add()
180 color->bits.red + color->bits.green + color->bits.blue + color->bits.alpha; in stw_pixelformat_add()
183 pfi->pfd.cGreenBits = color->bits.green; in stw_pixelformat_add()
184 pfi->pfd.cGreenShift = color->shift.green; in stw_pixelformat_add()
H A Dgldrv.h43 void (APIENTRY *glColor3b )( GLbyte red, GLbyte green, GLbyte blue );
45 void (APIENTRY *glColor3d )( GLdouble red, GLdouble green, GLdouble blue );
47 void (APIENTRY *glColor3f )( GLfloat red, GLfloat green, GLfloat blue );
49 void (APIENTRY *glColor3i )( GLint red, GLint green, GLint blue );
51 void (APIENTRY *glColor3s )( GLshort red, GLshort green, GLshort blue );
53 void (APIENTRY *glColor3ub )( GLubyte red, GLubyte green, GLubyte blue );
55 void (APIENTRY *glColor3ui )( GLuint red, GLuint green, GLuint blue );
57 void (APIENTRY *glColor3us )( GLushort red, GLushort green, GLushort blue );
59 void (APIENTRY *glColor4b )( GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha );
61 void (APIENTRY *glColor4d )( GLdouble red, GLdouble green, GLdoubl
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_attributes_parser.cpp114 { "green", Color(0xff008000) }, in GetSpecialColor()
227 auto green = (baseColorValue >> ONE_BYTE_BITS) & 0xff; in ParseRGBAMagicColor() local
229 color = Color::FromARGB(alpha, red, green, blue); in ParseRGBAMagicColor()
277 auto green = static_cast<uint8_t>(std::stoi(matches[2])); in CheckColorAlpha() local
281 result = Color::FromARGB(static_cast<uint8_t>(std::min(MAX_ALPHA, alpha)) * 0xff, red, green, blue); in CheckColorAlpha()
/third_party/lame/frontend/
H A Dgpkplotting.c58 setcolor(GtkWidget * widget, GdkColor * color, gint red, gint green, gint blue) in setcolor() argument
63 color->green = green * (65535 / 255); in setcolor()
65 color->pixel = (gulong) (color->red * 65536 + color->green * 256 + color->blue); in setcolor()
/third_party/rust/crates/codespan/codespan-reporting/examples/
H A Dreadme_preview.rs122 pre .fg.green {{ color: #b5bd68; }} in main()
131 pre .fg.green.bright {{ color: #b5bd68; }} in main()
140 pre .bg.green {{ background-color: #b5bd68; }} in main()
149 pre .bg.green.bright {{ background-color: #b5bd68; }} in main()
303 Color::Green => write!(writer, "green"), in set_color()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gles_1_0_autogen.h16 void clearColorx(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); \
21 void color4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); \
22 void color4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha); \
23 void color4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); \
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fReadPixelsTests.cpp192 const float green = rnd.getFloat(); in iterate() local
196 m_testCtx.getLog() << tcu::TestLog::Message << "Clear color: (" << red << ", " << green << ", " << blue << ", " << alpha << ")" << tcu::TestLog::EndMessage; in iterate()
199 GLU_CHECK_CALL(glClearColor(red, green, blue, alpha)); in iterate()
202 tcu::clear(reference.getLevel(0), tcu::Vec4(red, green, blue, alpha)); in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DImage9.cpp662 unsigned char green = static_cast<unsigned char>((rgb & 0x07E0) >> 3); in copyFromRTInternal() local
665 destPixels[x + 1] = green | (green >> 6); in copyFromRTInternal()
699 unsigned char green = static_cast<unsigned char>((argb & 0x03E0) >> 2); in copyFromRTInternal() local
702 destPixels[x + 1] = green | (green >> 5); in copyFromRTInternal()
717 unsigned char green = static_cast<unsigned char>((argb & 0x03E0) >> 2); in copyFromRTInternal() local
721 destPixels[x + 1] = green | (green >> 5); in copyFromRTInternal()

Completed in 29 milliseconds

12345678910>>...28