Home
last modified time | relevance | path

Searched defs:blue (Results 126 - 150 of 292) sorted by relevance

12345678910>>...12

/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_provider.cpp799 Point blue = rgb[2]; local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/
H A Djs_drawing_utils.h482 uint32_t blue = color.GetBlue() & CHANNEL_MASK; in GetHexColorAndConvertToJsValue() local
/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h53 uint8_t blue; member
/third_party/ffmpeg/libavcodec/
H A Dhuffyuvenc.c85 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 Dscpr3.c892 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 Ddmc.c717 int red, green, blue; in DMCReadTwoSuperResolutionLines() local
H A Dcanon-sane.c1790 SANE_Byte *out, *red, *green, *blue; in read_fb620() local
H A Dp5_device.c1422 unsigned int red, green, blue; in sheetfed_calibration() local
/third_party/astc-encoder/Source/
H A Dastcenc_color_unquantize.cpp324 int blue = v2 & 0x1F; in hdr_rgbo_unpack() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Des1_conversion.c31 _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 Dstw_nopfuncs.c59 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 DvktFragmentShadingRateMiscTests.cpp491 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 DvktImageMultisampleLoadStoreTests.cpp106 const std::string blue = "gx^(" + yMax + "-gy)^gz"; in initPrograms() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp65 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 DImage9.cpp663 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 Drenderer9_utils.cpp272 DWORD ConvertColorMask(bool red, bool green, bool blue, bool alpha) in ConvertColorMask() argument
H A DStateManager9.cpp771 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 DEGLContextCompatibilityTest.cpp31 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 DBlitFramebufferANGLETest.cpp446 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 DDevice.cpp188 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 Dastc_color_unquantize.cpp387 int blue = v2 & 0x1F; in hdr_rgbo_unpack3() local
[all...]
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Drpng-x.c713 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 DSkSLInterpreterTest.cpp570 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 DBindGroupTests.cpp1272 wgpu::Buffer blue = in TEST_P() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp65 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

Completed in 35 milliseconds

12345678910>>...12