| /foundation/arkui/ace_engine/frameworks/core/image/ |
| H A D | image_provider.cpp | 799 Point blue = rgb[2]; local
|
| /foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/ |
| H A D | js_drawing_utils.h | 482 uint32_t blue = color.GetBlue() & CHANNEL_MASK; in GetHexColorAndConvertToJsValue() local
|
| /foundation/window/window_manager/wm/include/ |
| H A D | window_impl.h | 53 uint8_t blue; member
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | huffyuvenc.c | 85 sub_left_prediction_bgr32(HYuvContext *s, uint8_t *dst, const uint8_t *src, int w, int *red, int *green, int *blue, int *alpha) sub_left_prediction_bgr32() argument 121 sub_left_prediction_rgb24(HYuvContext *s, uint8_t *dst, uint8_t *src, int w, int *red, int *green, int *blue) sub_left_prediction_rgb24() argument
|
| H A D | scpr3.c | 892 decode_units3(SCPRContext * s, uint32_t *red, uint32_t *green, uint32_t *blue, int *cx, int *cx1) decode_units3() argument
|
| /third_party/backends/backend/ |
| H A D | dmc.c | 717 int red, green, blue; in DMCReadTwoSuperResolutionLines() local
|
| H A D | canon-sane.c | 1790 SANE_Byte *out, *red, *green, *blue; in read_fb620() local
|
| H A D | p5_device.c | 1422 unsigned int red, green, blue; in sheetfed_calibration() local
|
| /third_party/astc-encoder/Source/ |
| H A D | astcenc_color_unquantize.cpp | 324 int blue = v2 & 0x1F; in hdr_rgbo_unpack() local [all...] |
| /third_party/mesa3d/src/mesa/main/ |
| H A D | es1_conversion.c | 31 _mesa_ClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) in _mesa_ClearColorx() argument 72 _mesa_Color4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in _mesa_Color4x() argument
|
| /third_party/mesa3d/src/gallium/frontends/wgl/ |
| H A D | stw_nopfuncs.c | 59 nop_glColor3hNV(GLhalfNV red, GLhalfNV green, GLhalfNV blue) in nop_glColor3hNV() argument 71 nop_glColor4hNV(GLhalfNV red, GLhalfNV green, GLhalfNV blue, GLhalfNV alpha) in nop_glColor4hNV() argument 270 nop_glSecondaryColor3hNV(GLhalfNV red, GLhalfNV green, GLhalfNV blue) in nop_glSecondaryColor3hNV() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
| H A D | vktFragmentShadingRateMiscTests.cpp | 491 const float blue = (static_cast<float>(x) + 0.5f) / xSizeF; in testEnableDisable() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
| H A D | vktImageMultisampleLoadStoreTests.cpp | 106 const std::string blue = "gx^(" + yMax + "-gy)^gz"; in initPrograms() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| H A D | vktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp | 65 const tcu::Vec4 blue = {0.0f, 0.0f, 1.0f, 1.0f}; in genVertices() local 823 const tcu::Vec4 blue = {0.0f, 0.0f, 1.0f, 1.0f}; in iterate() local 850 blue); in iterate() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| H A D | Image9.cpp | 663 unsigned char blue = static_cast<unsigned char>((rgb & 0x001F) << 3); in copyFromRTInternal() local 700 unsigned char blue = static_cast<unsigned char>((argb & 0x001F) << 3); in copyFromRTInternal() local 718 unsigned char blue = static_cast<unsigned char>((argb & 0x001F) << 3); in copyFromRTInternal() local
|
| H A D | renderer9_utils.cpp | 272 DWORD ConvertColorMask(bool red, bool green, bool blue, bool alpha) in ConvertColorMask() argument
|
| H A D | StateManager9.cpp | 771 setColorMask(const gl::Framebuffer *framebuffer, bool red, bool blue, bool green, bool alpha) setColorMask() argument
|
| /third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
| H A D | EGLContextCompatibilityTest.cpp | 31 EGLint red, green, blue, alpha; in IsRGBA16FConfig() local 41 EGLint red, green, blue, alpha; in IsRGB10_A2Config() local 124 EGLint blue; in EGLConfigName() local 146 strstr << "B" << blue; EGLConfigName() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | BlitFramebufferANGLETest.cpp | 446 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 4, getWindowHeight() / 4, GLColor::blue); in TEST_P() member in __anon20173::GLColor 482 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 4, 3 * getWindowHeight() / 4, GLColor::blue); in TEST_P() member in __anon20173::GLColor 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...] |
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| H A D | Device.cpp | 188 void Device::clearColor(float red, float green, float blue, float alpha, unsigned int rgbaMask) in clearColor() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
| H A D | astc_color_unquantize.cpp | 387 int blue = v2 & 0x1F; in hdr_rgbo_unpack3() local [all...] |
| /third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
| H A D | rpng-x.c | 713 ulg red, green, blue; in rpng_x_display_image() local 787 ush red, green, blue; rpng_x_display_image() local [all...] |
| /third_party/skia/tests/ |
| H A D | SkSLInterpreterTest.cpp | 570 SkColor4f blue = { 0.0f, 1.0f, 0.0f, 1.0f }; in DEF_TEST() local
|
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| H A D | BindGroupTests.cpp | 1272 wgpu::Buffer blue = in TEST_P() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
| H A D | vktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp | 65 const tcu::Vec4 blue = {0.0f, 0.0f, 1.0f, 1.0f}; in genVertices() local 824 const tcu::Vec4 blue = {0.0f, 0.0f, 1.0f, 1.0f}; in iterate() local 851 blue); in iterate() local
|