Home
last modified time | relevance | path

Searched defs:red (Results 226 - 250 of 331) sorted by relevance

12345678910>>...14

/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_base.cpp295 double red = 0.0; in BlendColor() local
544 float red = -1.0; in ClearColor() local
611 bool red in ColorMask() local
[all...]
/third_party/backends/backend/
H A Ddc25.c922 adjust_color_and_saturation (short red[], short green[], short blue[]) in adjust_color_and_saturation() argument
1029 determine_limits (const short red[], in determine_limits() argument
1145 output_rgb (const short red[], in output_rgb() argument
801 interpolate_vertically(const unsigned char ccd[], const short horizontal_interpolation[], short red[], short green[], short blue[]) interpolate_vertically() argument
1209 short *horizontal_interpolation, *red, *green, *blue; comet_to_pixmap() local
[all...]
H A Dlexmark_low.c149 rts88xx_set_offset (SANE_Byte * regs, SANE_Byte red, SANE_Byte green, in rts88xx_set_offset() argument
164 rts88xx_set_gain (SANE_Byte * regs, SANE_Byte red, SANE_Byte green, in rts88xx_set_gain() argument
5675 int red, green, blue; sanei_lexmark_low_gain_calibration() local
[all...]
H A Dnec.c3499 SANE_Byte *dest, *red, *green, *blue, mask; in sane_read_shuffled() local
[all...]
H A Dmustek_usb_high.h268 SANE_Byte *red; member
H A Dsharp.c4003 SANE_Byte *dest, *red, *green, *blue, mask; in sane_read_shuffled() local
[all...]
/third_party/NuttX/include/nuttx/video/
H A Dfb.h396 uint8_t *red; /* Table of 8-bit red values */ member
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_nvc0.cpp2369 Instruction *red = bld.mkOp(OP_ATOM, su->dType, bld.getSSA()); in handleSurfaceOpNVE4() local
2580 Instruction *red = bld.mkOp(OP_ATOM, su->sType, bld.getSSA()); handleSurfaceOpNVC0() local
[all...]
/third_party/libdrm/
H A Dxf86drmMode.c967 drmModeCrtcGetGamma(int fd, uint32_t crtc_id, uint32_t size, uint16_t *red, uint16_t *green, uint16_t *blue) drmModeCrtcGetGamma() argument
983 drmModeCrtcSetGamma(int fd, uint32_t crtc_id, uint32_t size, uint16_t *red, uint16_t *green, uint16_t *blue) drmModeCrtcSetGamma() argument
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_surfacedefs.h338 uint8 red; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMiscTests.cpp405 const auto red = tcu::Vec4(1.0f, 0.0f, 0.0f, 1.0f); in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectPipelineInteractionTests.cpp622 const tcu::Vec4 red = tcu::Vec4(1.0f, 0.0f, 0.0f, 1.0f); in verifyImage() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DState.cpp751 void State::setColorClearValue(float red, float green, float blue, float alpha) in setColorClearValue() argument
772 void State::setColorMask(bool red, bool green, bool blue, bool alpha) in setColorMask() argument
783 void State::setColorMaskIndexed(bool red, bool green, bool blue, bool alpha, GLuint index) in setColorMaskIndexed() argument
976 void State::setBlendColor(float red, floa argument
[all...]
H A Dformatutils.cpp775 GLuint red; member
832 AddRGBAFormat(InternalFormatInfoMap *map, GLenum internalFormat, bool sized, GLuint red, GLuint green, GLuint blue, GLuint alpha, GLuint shared, GLenum format, GLenum type, GLenum componentType, bool srgb, InternalFormat::SupportCheckFunction textureSupport, InternalFormat::SupportCheckFunction filterSupport, InternalFormat::SupportCheckFunction textureAttachmentSupport, InternalFormat::SupportCheckFunction renderbufferSupport, InternalFormat::SupportCheckFunction blendSupport) AddRGBAFormat() argument
H A DContext_gles_1_0.cpp49 void Context::clearColorx(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in clearColorx() argument
83 void Context::color4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in color4f() argument
88 void Context::color4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) in color4ub() argument
95 void Context::color4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in color4x() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_2_0_autogen.cpp127 CaptureBlendColor(const State &glState, bool isCallValid, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) CaptureBlendColor() argument
289 CaptureClearColor(const State &glState, bool isCallValid, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) CaptureClearColor() argument
324 CaptureColorMask(const State &glState, bool isCallValid, GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) CaptureColorMask() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Drenderer11_utils.cpp1815 UINT8 ConvertColorMask(bool red, bool green, bool blue, bool alpha) in ConvertColorMask() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DStateManagerGL.cpp1400 void StateManagerGL::setColorMask(bool red, bool green, bool blue, bool alpha) in setColorMask() argument
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcInternalformatTests.cpp689 GLfloat red = inColor[0]; in convertUint_5_9_9_9_rev() local
H A DglcPackedPixelsTests.cpp78 int red; // red bits member
[all...]
H A DglcViewportArrayTests.cpp236 void Utils::framebuffer::clearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in clearColor() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp3069 void BlitTest::ClearFramebuffer(glw::GLfloat red, glw::GLfloat green, glw::GLfloat blue, glw::GLfloat depth, in ClearFramebuffer() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_utils.cpp1505 VkColorComponentFlags GetColorComponentFlags(bool red, bool green, bool blue, bool alpha) in GetColorComponentFlags() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DVertexAttributeTest.cpp2256 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 2, 0, GLColor::red); in TEST_P() member in __anon20241::GLColor
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_2_0_autogen.cpp204 void GL_APIENTRY GL_BlendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in GL_BlendColor() argument
448 void GL_APIENTRY GL_ClearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in GL_ClearColor() argument
516 GL_ColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) GL_ColorMask() argument
[all...]

Completed in 84 milliseconds

12345678910>>...14