/third_party/skia/src/codec/ |
H A D | SkMaskSwizzler.cpp | 23 uint8_t blue = masks->getBlue(p); in swizzle_mask16_to_rgba_opaque() local 24 dstPtr[i] = SkPackARGB_as_RGBA(0xFF, red, green, blue); in swizzle_mask16_to_rgba_opaque() 40 uint8_t blue = masks->getBlue(p); in swizzle_mask16_to_bgra_opaque() local 41 dstPtr[i] = SkPackARGB_as_BGRA(0xFF, red, green, blue); in swizzle_mask16_to_bgra_opaque() 57 uint8_t blue = masks->getBlue(p); in swizzle_mask16_to_rgba_unpremul() local 59 dstPtr[i] = SkPackARGB_as_RGBA(alpha, red, green, blue); in swizzle_mask16_to_rgba_unpremul() 75 uint8_t blue = masks->getBlue(p); in swizzle_mask16_to_bgra_unpremul() local 77 dstPtr[i] = SkPackARGB_as_BGRA(alpha, red, green, blue); in swizzle_mask16_to_bgra_unpremul() 93 uint8_t blue = masks->getBlue(p); in swizzle_mask16_to_rgba_premul() local 95 dstPtr[i] = premultiply_argb_as_rgba(alpha, red, green, blue); in swizzle_mask16_to_rgba_premul() 111 uint8_t blue = masks->getBlue(p); swizzle_mask16_to_bgra_premul() local 131 uint8_t blue = masks->getBlue(p); swizzle_mask16_to_565() local 148 uint8_t blue = masks->getBlue(p); swizzle_mask24_to_rgba_opaque() local 165 uint8_t blue = masks->getBlue(p); swizzle_mask24_to_bgra_opaque() local 182 uint8_t blue = masks->getBlue(p); swizzle_mask24_to_rgba_unpremul() local 200 uint8_t blue = masks->getBlue(p); swizzle_mask24_to_bgra_unpremul() local 218 uint8_t blue = masks->getBlue(p); swizzle_mask24_to_rgba_premul() local 236 uint8_t blue = masks->getBlue(p); swizzle_mask24_to_bgra_premul() local 254 uint8_t blue = masks->getBlue(p); swizzle_mask24_to_565() local 271 uint8_t blue = masks->getBlue(p); swizzle_mask32_to_rgba_opaque() local 288 uint8_t blue = masks->getBlue(p); swizzle_mask32_to_bgra_opaque() local 305 uint8_t blue = masks->getBlue(p); swizzle_mask32_to_rgba_unpremul() local 323 uint8_t blue = masks->getBlue(p); swizzle_mask32_to_bgra_unpremul() local 341 uint8_t blue = masks->getBlue(p); swizzle_mask32_to_rgba_premul() local 359 uint8_t blue = masks->getBlue(p); swizzle_mask32_to_bgra_premul() local 376 uint8_t blue = masks->getBlue(p); swizzle_mask32_to_565() local [all...] |
/third_party/node/deps/npm/node_modules/chalk/source/vendor/ansi-styles/ |
H A D | index.js | 7 const wrapAnsi16m = (offset = 0) => (red, green, blue) => `\u001B[${38 + offset};2;${red};${green};${blue}m`; 27 blue: [34, 39], 112 value(red, green, blue) { 115 if (red === green && green === blue) { 130 + Math.round(blue / 255 * 5); 175 let blue; 180 blue = red; 188 blue = (remainder % 6) / 5; 191 const value = Math.max(red, green, blue) * [all...] |
/third_party/node/deps/npm/node_modules/ansi-styles/ |
H A D | index.js | 7 const wrapAnsi16m = (offset = 0) => (red, green, blue) => `\u001B[${38 + offset};2;${red};${green};${blue}m`; 27 blue: [34, 39], 112 value: (red, green, blue) => { 115 if (red === green && green === blue) { 130 + Math.round(blue / 255 * 5); 175 let blue; 180 blue = red; 188 blue = (remainder % 6) / 5; 191 const value = Math.max(red, green, blue) * [all...] |
/third_party/skia/third_party/externals/angle2/src/image_util/ |
H A D | imageformats.cpp | 22 dst->blue = lum; in readColor() 40 dst->blue = 0; in readColor() 48 dst->blue = 0.0f; in readColor() 71 dst->blue = 0.0f; in readColor() 90 dst->blue = lum; in readColor() 111 dst->blue = lum; in readColor() 131 dst->blue = 0; in readColor() 139 dst->blue = 0.0f; in readColor() 165 dst->blue = src->G; in readColor() 173 dst->blue in readColor() [all...] |
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
H A D | rpng2-x.c | 230 { 0, 0, 255}, /* 6: blue */ 231 { 0, 0, 120}, /* 7: medium blue */ 239 { 85, 125, 200}, /* 15: ice blue */ 269 {0+8, 2,0, 1,15}, /* checkered: tan/black vs. white/ice blue */ 272 {0+8, 4,5, 0,6}, /* checkered: gold/yellow vs. black/blue */ 273 {0, 7,0, 8,9}, /* checkered: deep blue/black vs. magenta */ 276 {1, 7,0, 8,0}, /* diamonds: deep blue/black vs. magenta */ 278 {1, 10,0, 7,0}, /* diamonds: red vs. medium blue */ 1230 double red=0.0, green=0.0, blue=0.0, hue, s, v, f, p, q, t; in rpng2_x_load_bg_image() local 1286 if (ii == 0) { red = v; green = t; blue in rpng2_x_load_bg_image() 1307 ulg red, green, blue; rpng2_x_load_bg_image() local 1346 ush red, green, blue; rpng2_x_load_bg_image() local 1432 ulg red, green, blue; rpng2_x_display_row() local 1508 ush red, green, blue; rpng2_x_display_row() local 1652 ulg red, green, blue; rpng2_x_redisplay_image() local 1780 ush red, green, blue; rpng2_x_redisplay_image() local 2002 double red=0.0, green=0.0, blue=0.0, hue, s, v, f, p, q, t; rpng2_x_reload_bg_image() local [all...] |
H A D | readpng.c | 156 int readpng_get_bgcolor(uch *red, uch *green, uch *blue) in readpng_get_bgcolor() argument 175 * and blue values, regardless of color_type: */ in readpng_get_bgcolor() 186 *blue = pBackground->blue >> 8; in readpng_get_bgcolor() 189 *red = *green = *blue = pBackground->gray? 255 : 0; in readpng_get_bgcolor() 191 *red = *green = *blue = (255/3) * pBackground->gray; in readpng_get_bgcolor() 193 *red = *green = *blue = (255/15) * pBackground->gray; in readpng_get_bgcolor() 197 *blue = (uch)pBackground->blue; in readpng_get_bgcolor()
|
H A D | rpng-x.c | 713 ulg red, green, blue; in rpng_x_display_image() local 722 blue = *src++; in rpng_x_display_image() 726 (blue << BShift); in rpng_x_display_image() 736 blue = (BShift < 0)? blue << (-BShift) : blue >> BShift; in rpng_x_display_image() 737 pixel = (red & RMask) | (green & GMask) | (blue & BMask); in rpng_x_display_image() 754 blue = b; in rpng_x_display_image() 758 blue = bg_blue; in rpng_x_display_image() 765 alpha_composite(blue, in rpng_x_display_image() 787 ush red, green, blue; rpng_x_display_image() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationGL14_autogen.h | 41 bool ValidateSecondaryColor3b(const Context *context, GLbyte red, GLbyte green, GLbyte blue); 43 bool ValidateSecondaryColor3d(const Context *context, GLdouble red, GLdouble green, GLdouble blue); 45 bool ValidateSecondaryColor3f(const Context *context, GLfloat red, GLfloat green, GLfloat blue); 47 bool ValidateSecondaryColor3i(const Context *context, GLint red, GLint green, GLint blue); 49 bool ValidateSecondaryColor3s(const Context *context, GLshort red, GLshort green, GLshort blue); 51 bool ValidateSecondaryColor3ub(const Context *context, GLubyte red, GLubyte green, GLubyte blue); 53 bool ValidateSecondaryColor3ui(const Context *context, GLuint red, GLuint green, GLuint blue); 55 bool ValidateSecondaryColor3us(const Context *context, GLushort red, GLushort green, GLushort blue);
|
H A D | Context_gl_1_autogen.h | 20 void clearAccum(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); \ 24 void color3b(GLbyte red, GLbyte green, GLbyte blue); \ 26 void color3d(GLdouble red, GLdouble green, GLdouble blue); \ 28 void color3f(GLfloat red, GLfloat green, GLfloat blue); \ 30 void color3i(GLint red, GLint green, GLint blue); \ 32 void color3s(GLshort red, GLshort green, GLshort blue); \ 34 void color3ub(GLubyte red, GLubyte green, GLubyte blue); \ 36 void color3ui(GLuint red, GLuint green, GLuint blue); \ 38 void color3us(GLushort red, GLushort green, GLushort blue); \ 40 void color4b(GLbyte red, GLbyte green, GLbyte blue, GLbyt [all...] |
/third_party/skia/third_party/externals/freetype/src/autofit/ |
H A D | aflatin.c | 310 /* Find all blue zones. Flat segments give the reference points, */ 323 AF_LatinBlue blue; in af_latin_metrics_init_blues() local 345 /* we walk over the blue character strings as specified in the */ in af_latin_metrics_init_blues() 348 FT_TRACE5(( "latin blue zones computation\n" )); in af_latin_metrics_init_blues() 370 FT_TRACE5(( "blue zone %d", axis->blue_count )); in af_latin_metrics_init_blues() 645 /* get the blue zone distance: Find a segment of the topmost */ in af_latin_metrics_init_blues() 821 /* for computing blue zones, we add the y offset as returned */ in af_latin_metrics_init_blues() 858 /* only use flat segments for a neutral blue zone */ in af_latin_metrics_init_blues() 899 * we couldn't find a single glyph to compute this blue zone, in af_latin_metrics_init_blues() 907 /* now determine the reference and overshoot position of the blue in af_latin_metrics_init_blues() 1204 AF_LatinBlue blue = NULL; af_latin_metrics_scale_dim() local 1360 AF_LatinBlue blue = &axis->blues[nn]; af_latin_metrics_scale_dim() local 1437 AF_LatinBlue blue = &axis->blues[nn]; af_latin_metrics_scale_dim() local 1468 AF_LatinBlue blue = &axis->blues[nn]; af_latin_metrics_scale_dim() local 2530 AF_LatinBlue blue = latin->blues + bb; af_latin_hints_compute_blue_edges() local 3026 AF_Width blue; af_latin_hint_edges() local [all...] |
H A D | afcjk.c | 274 /* Find all blue zones. */ 288 AF_CJKBlue blue; in af_cjk_metrics_init_blues() local 308 /* we walk over the blue character strings as specified in the */ in af_cjk_metrics_init_blues() 312 FT_TRACE5(( "cjk blue zones computation\n" )); in af_cjk_metrics_init_blues() 343 FT_TRACE5(( "blue zone %d (%s):\n", in af_cjk_metrics_init_blues() 494 * we couldn't find a single glyph to compute this blue zone, in af_cjk_metrics_init_blues() 502 /* now determine the reference and overshoot position of the blue -- */ in af_cjk_metrics_init_blues() 507 blue = &axis->blues[axis->blue_count]; in af_cjk_metrics_init_blues() 508 blue_ref = &blue->ref.org; in af_cjk_metrics_init_blues() 509 blue_shoot = &blue in af_cjk_metrics_init_blues() 697 AF_CJKBlue blue = &axis->blues[nn]; af_cjk_metrics_scale_dim() local 1322 AF_CJKBlue blue = cjk->blues + bb; af_cjk_hints_compute_blue_edges() local 1825 AF_Width blue; af_cjk_hint_edges() local [all...] |
/third_party/cups-filters/cupsfilters/ |
H A D | image-sgi.c | 48 *blue, in _cupsImageReadSGI() local 164 blue = rows[2], inptr = in; in _cupsImageReadSGI() 170 *inptr++ = *blue++; in _cupsImageReadSGI() 174 blue = rows[2], inptr = in; in _cupsImageReadSGI() 180 *inptr++ = (*blue++) / 256 + 128; in _cupsImageReadSGI() 186 blue = rows[2], alpha = rows[3], inptr = in; in _cupsImageReadSGI() 192 *inptr++ = (*blue++) * (*alpha++) / 255; in _cupsImageReadSGI() 196 blue = rows[2], alpha = rows[3], inptr = in; in _cupsImageReadSGI() 202 *inptr++ = ((*blue++) / 256 + 128) * (*alpha++) / 32767; in _cupsImageReadSGI()
|
/third_party/skia/third_party/externals/libpng/ |
H A D | pngrtran.c | 776 int b = (palette[i].blue >> (8 - PNG_QUANTIZE_BLUE_BITS)); in png_set_quantize() 1181 png_ptr->background.blue = in png_init_palette_transformations() 1182 png_ptr->palette[png_ptr->background.index].blue; in png_init_palette_transformations() 1278 png_ptr->background.blue = (png_uint_16)gray; in png_init_rgb_transformations() 1283 png_ptr->trans_color.blue = (png_uint_16)trans_gray; in png_init_rgb_transformations() 1472 png_ptr->background.red == png_ptr->background.blue) in png_init_read_transformations() 1519 CHOP(png_ptr->background.blue); in png_init_read_transformations() 1542 png_ptr->background.blue = (png_uint_16)(png_ptr->background.blue * 257); in png_init_read_transformations() 1617 back.blue in png_init_read_transformations() 3032 png_byte blue = *(sp++); png_do_rgb_to_gray() local 3071 png_byte blue = *(sp++); png_do_rgb_to_gray() local 3102 png_uint_16 red, green, blue, w; png_do_rgb_to_gray() local 3154 png_uint_16 red, green, blue, gray16; png_do_rgb_to_gray() local 4547 png_byte blue = (png_byte)(trans_color->blue & 0xff); png_do_expand() local [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | BlitFramebufferANGLETest.cpp | 416 EXPECT_PIXEL_COLOR_EQ(3 * getWindowWidth() / 4, getWindowHeight() / 4, GLColor::blue); in TEST_P() 446 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 4, getWindowHeight() / 4, GLColor::blue); in TEST_P() member in __anon20173::GLColor 466 EXPECT_PIXEL_COLOR_EQ(3 * getWindowWidth() / 4, 3 * getWindowHeight() / 4, GLColor::blue); in TEST_P() 482 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 4, 3 * getWindowHeight() / 4, GLColor::blue); in TEST_P() member in __anon20173::GLColor 500 EXPECT_PIXEL_COLOR_EQ(3 * getWindowWidth() / 4, getWindowHeight() / 4, GLColor::blue); in TEST_P() 532 EXPECT_PIXEL_COLOR_EQ(3 * getWindowWidth() / 4, getWindowHeight() / 4, GLColor::blue); in TEST_P() 569 EXPECT_PIXEL_COLOR_EQ(3 * getWindowWidth() / 4, getWindowHeight() / 4, GLColor::blue); in TEST_P() 606 EXPECT_PIXEL_COLOR_EQ(3 * getWindowWidth() / 4, getWindowHeight() / 4, GLColor::blue); in TEST_P() 639 EXPECT_PIXEL_COLOR_EQ(3 * getWindowWidth() / 4, getWindowHeight() / 4, GLColor::blue); in TEST_P() 671 EXPECT_PIXEL_COLOR_EQ(3 * getWindowWidth() / 4, getWindowHeight() / 4, GLColor::blue); in TEST_P() 727 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 4, 3 * getWindowHeight() / 4, GLColor::blue); TEST_P() member in __anon20173::GLColor 780 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 4, 3 * getWindowHeight() / 4, GLColor::blue); TEST_P() member in __anon20173::GLColor 978 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 4, getWindowHeight() / 4, GLColor::blue); TEST_P() member in __anon20173::GLColor [all...] |
H A D | GetImageTest.cpp | 174 std::vector<GLColor> expectedData = {GLColor::red, GLColor::blue, GLColor::green, in TEST_P() 206 {GLColor::blue, GLColor::blue, GLColor::blue, GLColor::blue}, in TEST_P() 242 std::vector<GLColor> expectedData = {GLColor::red, GLColor::blue, GLColor::green, in TEST_P() 424 std::vector<GLColorRGB> expectedData = {GLColorRGB::red, GLColorRGB::blue, GLColorRGB::green, in TEST_P() 455 EXPECT_PIXEL_COLOR_EQ(1, 0, GLColor::blue); in TEST_P() 471 GLColor::blue, GLColor::blue, GLColo in TEST_P() [all...] |
H A D | MipmapTest.cpp | 207 // Create a non-mipped texture cube. Set the negative-Y face to be blue. 249 GLfloat blue, in clearTextureLevel0() 255 glClearColor(red, green, blue, alpha); in clearTextureLevel0() 506 const std::vector<GLColor> kBlueData(4, GLColor::blue); in TEST_P() 524 EXPECT_PIXEL_COLOR_EQ(0, 0, GLColor::blue); in TEST_P() 645 // Pass in initial data so the texture is blue. in TEST_P() 659 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 2, getWindowHeight() / 2, GLColor::blue); in TEST_P() member in GLColor 663 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 4, getWindowHeight() / 4, GLColor::blue); in TEST_P() member in GLColor 667 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 8, getWindowHeight() / 8, GLColor::blue); in TEST_P() member in GLColor 671 // Disable mips. Render a quad using the texture and ensure it's blue in TEST_P() 245 clearTextureLevel0(GLenum textarget, GLuint texture, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) clearTextureLevel0() argument 674 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 2, getWindowHeight() / 2, GLColor::blue); TEST_P() member in GLColor 688 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 4, getWindowHeight() / 4, GLColor::blue); TEST_P() member in GLColor 692 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 8, getWindowHeight() / 8, GLColor::blue); TEST_P() member in GLColor 790 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 2, getWindowHeight() / 2, GLColor::blue); TEST_P() member in GLColor 794 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 4, getWindowHeight() / 4, GLColor::blue); TEST_P() member in GLColor 798 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 8, getWindowHeight() / 8, GLColor::blue); TEST_P() member in GLColor 819 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 2, getWindowHeight() / 2, GLColor::blue); TEST_P() member in GLColor 828 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 2, getWindowHeight() / 2, GLColor::blue); TEST_P() member in GLColor 836 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 2, getWindowHeight() / 2, GLColor::blue); TEST_P() member in GLColor 841 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 8, getWindowHeight() / 8, GLColor::blue); TEST_P() member in GLColor 855 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 8, getWindowHeight() / 8, GLColor::blue); TEST_P() member in GLColor 906 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 2, getWindowHeight() / 2, GLColor::blue); TEST_P() member in GLColor 943 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 4, getWindowHeight() / 4, GLColor::blue); TEST_P() member in GLColor 1594 std::vector<GLColor> pixelsBlue(getWindowWidth() * getWindowHeight(), GLColor::blue); TEST_P() member in GLColor 1626 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 2, getWindowHeight() / 2, GLColor::blue); TEST_P() member in GLColor 1715 std::vector<GLColor> pixelsBlue(getWindowWidth() * getWindowWidth(), GLColor::blue); TEST_P() member in GLColor 1752 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 2, getWindowHeight() / 2, GLColor::blue); TEST_P() member in GLColor 1769 std::vector<GLColor> pixelsBlue(getWindowWidth() * getWindowHeight(), GLColor::blue); TEST_P() member in GLColor 1796 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 4, getWindowHeight() / 4, GLColor::blue); TEST_P() member in GLColor 1815 std::vector<GLColor> pixelsBlue(getWindowWidth() * getWindowHeight(), GLColor::blue); TEST_P() member in GLColor 1833 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 2, getWindowHeight() / 2, GLColor::blue); TEST_P() member in GLColor [all...] |
H A D | SixteenBppTextureTest.cpp | 23 Vector4 vecColor(colorf.red, colorf.green, colorf.blue, colorf.alpha); in Convert565() 91 EXPECT_PIXEL_COLOR_EQ(0, h, GLColor::blue); in simpleValidationBase() 107 EXPECT_PIXEL_COLOR_EQ(0, h, GLColor::blue); in simpleValidationBase() 146 Convert565(GLColor::blue), Convert565(GLColor::yellow)}; in TEST_P() 257 {GLColor::red, GLColor::green, GLColor::blue, GLColor::yellow}}; in TEST_P() 275 fourColors.push_back(GLColorRGB::blue); in TEST_P() 296 fourColors.push_back(GLColor::blue); in TEST_P() 326 RGB10A2 blue(0u, 0u, one10, 0x3u); in TEST_P() 332 fourColors.push_back(blue); in TEST_P() 411 fourColors.push_back(GLColor::blue); in TEST_P() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_despill.c | 56 float red, green, blue; in do_despill_slice() local 67 blue = dst[x * 4 + bo] / 255.f; in do_despill_slice() 70 spillmap = FFMAX(blue - (red * spillmix + green * factor), 0.f); in do_despill_slice() 72 spillmap = FFMAX(green - (red * spillmix + blue * factor), 0.f); in do_despill_slice() 77 blue = FFMAX(blue + spillmap * bluescale + brightness * spillmap, 0.f); in do_despill_slice() 81 dst[x * 4 + bo] = av_clip_uint8(blue * 255); in do_despill_slice() 148 { "blue", "bluescreen", 0, AV_OPT_TYPE_CONST, {.i64=1}, 0, 0, FLAGS, "type" }, 153 { "blue", "set blue scal [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawSimpleTest.cpp | 67 m_data.push_back(VertexElementData(tcu::Vec4(1.0f, -1.0f, 1.0f, 1.0f), tcu::RGBA::blue().toVec(), -1)); in SimpleDraw() 68 m_data.push_back(VertexElementData(tcu::Vec4(-1.0f, 1.0f, 1.0f, 1.0f), tcu::RGBA::blue().toVec(), -1)); in SimpleDraw() 75 m_data.push_back(VertexElementData(tcu::Vec4(-0.3f, -0.3f, 1.0f, 1.0f), tcu::RGBA::blue().toVec(), refVertexIndex++)); in SimpleDraw() 76 m_data.push_back(VertexElementData(tcu::Vec4(-0.3f, 0.3f, 1.0f, 1.0f), tcu::RGBA::blue().toVec(), refVertexIndex++)); in SimpleDraw() 77 m_data.push_back(VertexElementData(tcu::Vec4( 0.3f, -0.3f, 1.0f, 1.0f), tcu::RGBA::blue().toVec(), refVertexIndex++)); in SimpleDraw() 78 m_data.push_back(VertexElementData(tcu::Vec4( 0.3f, -0.3f, 1.0f, 1.0f), tcu::RGBA::blue().toVec(), refVertexIndex++)); in SimpleDraw() 79 m_data.push_back(VertexElementData(tcu::Vec4( 0.3f, 0.3f, 1.0f, 1.0f), tcu::RGBA::blue().toVec(), refVertexIndex++)); in SimpleDraw() 80 m_data.push_back(VertexElementData(tcu::Vec4(-0.3f, 0.3f, 1.0f, 1.0f), tcu::RGBA::blue().toVec(), refVertexIndex++)); in SimpleDraw() 83 m_data.push_back(VertexElementData(tcu::Vec4(-0.3f, -0.3f, 1.0f, 1.0f), tcu::RGBA::blue().toVec(), refVertexIndex++)); in SimpleDraw() 84 m_data.push_back(VertexElementData(tcu::Vec4(-0.3f, 0.3f, 1.0f, 1.0f), tcu::RGBA::blue() in SimpleDraw() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawSimpleTest.cpp | 67 m_data.push_back(VertexElementData(tcu::Vec4(1.0f, -1.0f, 1.0f, 1.0f), tcu::RGBA::blue().toVec(), -1)); in SimpleDraw() 68 m_data.push_back(VertexElementData(tcu::Vec4(-1.0f, 1.0f, 1.0f, 1.0f), tcu::RGBA::blue().toVec(), -1)); in SimpleDraw() 75 m_data.push_back(VertexElementData(tcu::Vec4(-0.3f, -0.3f, 1.0f, 1.0f), tcu::RGBA::blue().toVec(), refVertexIndex++)); in SimpleDraw() 76 m_data.push_back(VertexElementData(tcu::Vec4(-0.3f, 0.3f, 1.0f, 1.0f), tcu::RGBA::blue().toVec(), refVertexIndex++)); in SimpleDraw() 77 m_data.push_back(VertexElementData(tcu::Vec4( 0.3f, -0.3f, 1.0f, 1.0f), tcu::RGBA::blue().toVec(), refVertexIndex++)); in SimpleDraw() 78 m_data.push_back(VertexElementData(tcu::Vec4( 0.3f, -0.3f, 1.0f, 1.0f), tcu::RGBA::blue().toVec(), refVertexIndex++)); in SimpleDraw() 79 m_data.push_back(VertexElementData(tcu::Vec4( 0.3f, 0.3f, 1.0f, 1.0f), tcu::RGBA::blue().toVec(), refVertexIndex++)); in SimpleDraw() 80 m_data.push_back(VertexElementData(tcu::Vec4(-0.3f, 0.3f, 1.0f, 1.0f), tcu::RGBA::blue().toVec(), refVertexIndex++)); in SimpleDraw() 83 m_data.push_back(VertexElementData(tcu::Vec4(-0.3f, -0.3f, 1.0f, 1.0f), tcu::RGBA::blue().toVec(), refVertexIndex++)); in SimpleDraw() 84 m_data.push_back(VertexElementData(tcu::Vec4(-0.3f, 0.3f, 1.0f, 1.0f), tcu::RGBA::blue() in SimpleDraw() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
H A D | es3cCopyTexImageConversionsTests.cpp | 266 ChannelData blue; member 369 PixelData getRGB10A2PixelData(GLenum type, unsigned short red, unsigned short green, unsigned short blue, 372 unsigned int blue, unsigned int alpha); 373 PixelData getRGB16IPixelData(int is_source_pixel, GLenum type, int red, int green, int blue); 375 unsigned int blue); 376 PixelData getRGB32IPixelData(int is_source_pixel, GLenum type, int red, int green, int blue); 378 unsigned int blue); 380 unsigned int blue, unsigned int alpha); 381 PixelData getRGB565PixelData(int is_source_pixel, GLenum type, int red, int green, int blue); 383 unsigned char blue); 1429 getRGB10A2PixelData(GLenum type, unsigned short red, unsigned short green, unsigned short blue, unsigned char alpha) getRGB10A2PixelData() argument 1472 getRGB10A2UIPixelData(int is_source_pixel, GLenum type, unsigned int red, unsigned int green, unsigned int blue, unsigned int alpha) getRGB10A2UIPixelData() argument 1527 getRGB16IPixelData(int is_source_pixel, GLenum type, int red, int green, int blue) getRGB16IPixelData() argument 1580 getRGB16UIPixelData(int is_source_pixel, GLenum type, unsigned int red, unsigned int green, unsigned int blue) getRGB16UIPixelData() argument 1632 getRGB32IPixelData(int is_source_pixel, GLenum type, int red, int green, int blue) getRGB32IPixelData() argument 1674 getRGB32UIPixelData(int is_source_pixel, GLenum type, unsigned int red, unsigned int green, unsigned int blue) getRGB32UIPixelData() argument 1721 getRGB5A1PixelData(int is_source_pixel, GLenum type, unsigned int red, unsigned int green, unsigned int blue, unsigned int alpha) getRGB5A1PixelData() argument 1822 getRGB565PixelData(int is_source_pixel, GLenum type, int red, int green, int blue) getRGB565PixelData() argument 1894 getRGB8PixelData(int is_source_pixel, GLenum type, unsigned char red, unsigned char green, unsigned char blue) getRGB8PixelData() argument 1939 getRGB8IPixelData(int is_source_pixel, GLenum type, int red, int green, int blue) getRGB8IPixelData() argument 1993 getRGB8UIPixelData(int is_source_pixel, GLenum type, unsigned int red, unsigned int green, unsigned int blue) getRGB8UIPixelData() argument 2048 getRGBA16IPixelData(int is_source_pixel, GLenum type, int red, int green, int blue, int alpha) getRGBA16IPixelData() argument 2104 getRGBA16UIPixelData(int is_source_pixel, GLenum type, unsigned int red, unsigned int green, unsigned int blue, unsigned int alpha) getRGBA16UIPixelData() argument 2158 getRGBA32IPixelData(GLenum type, int red, int green, int blue, int alpha) getRGBA32IPixelData() argument 2193 getRGBA32UIPixelData(GLenum type, unsigned int red, unsigned int green, unsigned int blue, unsigned int alpha) getRGBA32UIPixelData() argument 2231 getRGBA8IPixelData(int is_source_pixel, GLenum type, int red, int green, int blue, int alpha) getRGBA8IPixelData() argument 2287 getRGBA8UIPixelData(int is_source_pixel, GLenum type, unsigned int red, unsigned int green, unsigned int blue, unsigned int alpha) getRGBA8UIPixelData() argument 2343 getRGBA4PixelData(int is_source_pixel, GLenum type, unsigned char red, unsigned char green, unsigned char blue, unsigned char alpha) getRGBA4PixelData() argument 2412 getRGBA8PixelData(GLenum type, unsigned char red, unsigned char green, unsigned char blue, unsigned char alpha) getRGBA8PixelData() argument 2446 getSRGB8Alpha8PixelData(GLenum type, unsigned char red, unsigned char green, unsigned char blue, unsigned char alpha) getSRGB8Alpha8PixelData() argument 2468 getSRGB8PixelData(int is_source_pixel, GLenum type, unsigned char red, unsigned char green, unsigned char blue) getSRGB8PixelData() argument 2658 getRGB16FPixelData(int is_source_pixel, GLenum type, float red, float green, float blue) getRGB16FPixelData() argument 2705 getRGB32FPixelData(int is_source_pixel, GLenum type, float red, float green, float blue) getRGB32FPixelData() argument 2753 getRGBA16FPixelData(GLenum type, float red, float green, float blue, float alpha) getRGBA16FPixelData() argument 2789 getRGBA32FPixelData(GLenum type, float red, float green, float blue, float alpha) getRGBA32FPixelData() argument [all...] |
/third_party/json/docs/examples/ |
H A D | nlohmann_json_serialize_enum.cpp | 26 red, green, blue, unknown member in ns::Color 32 { Color::green, "green" }, { Color::blue, "blue" } 46 json j_blue = "blue"; in main() 48 auto blue = j_blue.get<ns::Color>(); in main() local 50 << ", " << j_blue << " -> " << static_cast<int>(blue) << std::endl; in main()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | indexTypeCheck.js | 41 var blue: Blue; variable 52 yellow[blue]; // error 68 var blue;
variable 76 yellow[blue]; // error
|
/third_party/rust/crates/nom/tests/ |
H A D | css.rs | 10 pub blue: u8, 27 let (input, (red, green, blue)) = tuple((hex_primary, hex_primary, hex_primary))(input)?; in hex_color() 29 Ok((input, Color { red, green, blue })) in hex_color() 41 blue: 223, in parse_color()
|
/third_party/openssl/test/ |
H A D | property_test.c | 85 { "", "sky=blue", -1 }, 86 { "", "sky!=blue", 1 }, 100 { "groan=blue", "groan=yellow", -1 }, 101 { "groan=blue", "?groan=yellow", 0 }, 102 { "groan=blue", "groan!=yellow", 1 }, 103 { "groan=blue", "?groan!=yellow", 1 }, 113 { "n=0, sky=blue", "?n=0, sky=blue", 2 }, 114 { "n=1, sky=blue", "?n=0, sky=blue", 259 OSSL_PROPERTY_LIST *red = NULL, *blue = NULL, *blue2 = NULL; test_property_defn_cache() local [all...] |