/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrGLContext.cpp | 443 void GLContext::clearColor (float red, float green, float blue, float alpha) in clearColor() argument 575 void GLContext::blendColor (float red, float green, float blue, float alpha) in blendColor() argument
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | ability.cpp | 1645 int Ability::SetWindowBackgroundColor(int red, int green, int blue) in SetWindowBackgroundColor() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_custom_paint.cpp | 2798 auto blue = pixels[i]; local
|
H A D | rosen_render_offscreen_canvas.cpp | 945 auto blue = pixels[i]; in GetImageData() local
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_canvas_bridge.cpp | 1641 auto blue = StringUtils::StringToInt(array[4 * flag + 2]); in JsPutImageData() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_canvas_renderer.cpp | 704 uint8_t blue = buffer[idx + 2]; // idx + 2: The 3rd byte format: blue in JsPutImageData() local
|
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_utils.cpp | 509 void DrawUtils::BlendLerpPix(uint8_t* color, uint8_t red, uint8_t green, uint8_t blue, in BlendLerpPix() argument 516 void DrawUtils::BlendLerpPix(uint8_t* color, uint8_t red, uint8_t green, uint8_t blue, uint8_t alpha) in BlendLerpPix() argument 534 void DrawUtils::BlendLerpPix(uint8_t* color, uint8_t red, uint8_t green, uint8_t blue, in BlendLerpPix() argument 541 void DrawUtils::BlendPreLerpPix(uint8_t* color, uint8_t red, uint8_t green, uint8_t blue, in BlendPreLerpPix() argument 548 void DrawUtils::BlendPreLerpPix(uint8_t* color, uint8_t red, uint8_t green, uint8_t blue, uint8_ argument 565 BlendPreLerpPix(uint8_t *color, uint8_t red, uint8_t green, uint8_t blue, uint8_t alpha, uint8_t *covers) BlendPreLerpPix() argument [all...] |
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/canvas_napi/ |
H A D | js_canvas.cpp | 503 uint32_t blue = hexNumber & 0xFF; in OnClear() local 805 uint32_t blue = hexNumber & 0xFF; in OnDrawColor() local 824 int32_t blue = 0; in OnDrawColor() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | vsrc_testsrc.c | 1351 static const uint8_t blue[4] = { 32, 240, 118, 255 }; variable
|
/third_party/backends/backend/ |
H A D | pie.c | 2654 unsigned char *red, *green, *blue, *dest;
in pie_reader_process_indexed() local
|
H A D | umax_pp_low.c | 11278 sanei_umax_pp_gamma (int *red, int *green, int *blue) in sanei_umax_pp_gamma() argument [all...] |
H A D | hp3900_config.c | 2817 hp3970_wrefs(SANE_Int usb, SANE_Int ccd, SANE_Int depth, SANE_Int res, SANE_Int scantype, SANE_Int *red, SANE_Int *green, SANE_Int *blue) hp3970_wrefs() argument 2944 ua4900_wrefs(SANE_Int usb, SANE_Int depth, SANE_Int res, SANE_Int scantype, SANE_Int *red, SANE_Int *green, SANE_Int *blue) ua4900_wrefs() argument 3034 hp3800_wrefs(SANE_Int res, SANE_Int scantype, SANE_Int *red, SANE_Int *green, SANE_Int *blue) hp3800_wrefs() argument 3104 hp4370_wrefs(SANE_Int res, SANE_Int scantype, SANE_Int *red, SANE_Int *green, SANE_Int *blue) hp4370_wrefs() argument 3179 cfg_wrefs_get(SANE_Int sensortype, SANE_Int depth, SANE_Int res, SANE_Int scantype, SANE_Int *red, SANE_Int *green, SANE_Int *blue) cfg_wrefs_get() argument 3205 hp3800_shading_cut(SANE_Int res, SANE_Int scantype, SANE_Int *red, SANE_Int *green, SANE_Int *blue) hp3800_shading_cut() argument 3271 hp3970_shading_cut(SANE_Int usb, SANE_Int ccd, SANE_Int depth, SANE_Int res, SANE_Int scantype, SANE_Int *red, SANE_Int *green, SANE_Int *blue) hp3970_shading_cut() argument 3394 hp4370_shading_cut(SANE_Int depth, SANE_Int res, SANE_Int scantype, SANE_Int *red, SANE_Int *green, SANE_Int *blue) hp4370_shading_cut() argument 3471 ua4900_shading_cut(SANE_Int usb, SANE_Int depth, SANE_Int res, SANE_Int scantype, SANE_Int *red, SANE_Int *green, SANE_Int *blue) ua4900_shading_cut() argument 3557 cfg_shading_cut_get(SANE_Int sensortype, SANE_Int depth, SANE_Int res, SANE_Int scantype, SANE_Int *red, SANE_Int *green, SANE_Int *blue) cfg_shading_cut_get() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderMiscTests.cpp | 2410 const std::string blue = (useTaskShader ? "td.values[0] + pc.values[0]" : "pc.values[0] + pc.values[2]"); in initPrograms() local
|
H A D | vktMeshShaderMiscTestsEXT.cpp | 2635 const std::string blue = (useTaskShader ? "td.values[0] + pc.values[0]" : "pc.values[0] + pc.values[2]"); in initPrograms() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderMiscTests.cpp | 2410 const std::string blue = (useTaskShader ? "td.values[0] + pc.values[0]" : "pc.values[0] + pc.values[2]"); in initPrograms() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Texture.cpp | 115 SwizzleState::SwizzleState(GLenum red, GLenum green, GLenum blue, GLenum alpha) in SwizzleState() argument
|
/third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
H A D | es3cCopyTexImageConversionsTests.cpp | 266 ChannelData blue; member 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/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
H A D | glfw3.h | 1172 unsigned short* blue; member
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fGeometryShaderTests.cpp | 974 const tcu::Vec4 blue = tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f); in shadeFragments() local 1003 const tcu::Vec4 blue = tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f); in shadePrimitives() local 1285 const tcu::Vec4 blue = tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f); in shadePrimitives() local 3487 const tcu::Vec4 blue = tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f); verifyLayerContent() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineLibraryTests.cpp | 1028 const UVec4 blue = ivec2uvec(RGBA::blue().toIVec()); in verifyColorImage() local
|
/third_party/glfw/include/GLFW/ |
H A D | glfw3.h | 2071 unsigned short* blue; member
|
/third_party/mesa3d/include/drm-uapi/ |
H A D | drm_mode.h | 798 __u64 blue; member 816 __u16 blue; member
|
/third_party/libdrm/include/drm/ |
H A D | drm_mode.h | 714 __u64 blue; member 732 __u16 blue; member
|
/third_party/mesa3d/src/mesa/vbo/ |
H A D | vbo_attrib_tmp.h | 2458 TAG(Color3b)(GLbyte red, GLbyte green, GLbyte blue) in Color3b() argument 2468 TAG(Color3d)(GLdouble red, GLdouble green, GLdouble blue) in Color3d() argument 2475 TAG(Color3i)(GLint red, GLint green, GLint blue) in Color3i() argument 2483 TAG(Color3s)(GLshort red, GLshort green, GLshort blue) in Color3s() argument 2491 TAG(Color3ui)(GLuint red, GLuint green, GLuint blue) in Color3ui() argument 2499 Color3us(GLushort red, GLushort green, GLushort blue) Color3us() argument 2507 Color3ub(GLubyte red, GLubyte green, GLubyte blue) Color3ub() argument 2572 Color4b(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha) Color4b() argument 2581 Color4d(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha) Color4d() argument 2589 Color4i(GLint red, GLint green, GLint blue, GLint alpha) Color4i() argument 2597 Color4s(GLshort red, GLshort green, GLshort blue, GLshort alpha) Color4s() argument 2606 Color4ui(GLuint red, GLuint green, GLuint blue, GLuint alpha) Color4ui() argument 2614 Color4us(GLushort red, GLushort green, GLushort blue, GLushort alpha) Color4us() argument 2622 Color4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) Color4ub() argument 3258 SecondaryColor3b(GLbyte red, GLbyte green, GLbyte blue) SecondaryColor3b() argument 3267 SecondaryColor3d(GLdouble red, GLdouble green, GLdouble blue) SecondaryColor3d() argument 3274 SecondaryColor3i(GLint red, GLint green, GLint blue) SecondaryColor3i() argument 3283 SecondaryColor3s(GLshort red, GLshort green, GLshort blue) SecondaryColor3s() argument 3292 SecondaryColor3ui(GLuint red, GLuint green, GLuint blue) SecondaryColor3ui() argument 3301 SecondaryColor3us(GLushort red, GLushort green, GLushort blue) SecondaryColor3us() argument 3310 SecondaryColor3ub(GLubyte red, GLubyte green, GLubyte blue) SecondaryColor3ub() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineLibraryTests.cpp | 1061 const UVec4 blue = ivec2uvec(RGBA::blue().toIVec()); in verifyColorImage() local
|