Home
last modified time | relevance | path

Searched defs:red (Results 626 - 648 of 648) sorted by relevance

1...<<212223242526

/kernel/linux/linux-6.6/include/uapi/drm/
H A Dradeon_drm.h341 unsigned int red; member
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_types.h933 uint32 red : 1; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/
H A Dradeon_drm.h248 unsigned int red; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/
H A Dradeon_drm.h261 unsigned int red; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/
H A Dradeon_drm.h261 unsigned int red; member
/third_party/libdrm/include/drm/
H A Dradeon_drm.h341 unsigned int red; member
/third_party/mesa3d/src/glx/tests/
H A Dindirect_api.cpp85 void __indirect_glClearAccum(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) { } in __indirect_glClearAccum() argument
86 void __indirect_glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) { } in __indirect_glClearColor() argument
91 void __indirect_glColor3b(GLbyte red, GLbyte green, GLbyte blue) { } in __indirect_glColor3b() argument
93 void __indirect_glColor3d(GLdouble red, GLdouble green, GLdouble blue) { } in __indirect_glColor3d() argument
95 void __indirect_glColor3f(GLfloat red, GLfloat green, GLfloat blue) { } in __indirect_glColor3f() argument
97 void __indirect_glColor3i(GLint red, GLint green, GLint blue) { } in __indirect_glColor3i() argument
99 void __indirect_glColor3s(GLshort red, GLshort green, GLshort blue) { } in __indirect_glColor3s() argument
101 void __indirect_glColor3ub(GLubyte red, GLubyte green, GLubyte blue) { } in __indirect_glColor3ub() argument
103 void __indirect_glColor3ui(GLuint red, GLuint green, GLuint blue) { } in __indirect_glColor3ui() argument
105 void __indirect_glColor3us(GLushort red, GLushor in __indirect_glColor3uiv() argument
107 __indirect_glColor4b(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha) __indirect_glColor4b() argument
109 __indirect_glColor4d(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha) __indirect_glColor4d() argument
111 __indirect_glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) __indirect_glColor4f() argument
113 __indirect_glColor4i(GLint red, GLint green, GLint blue, GLint alpha) __indirect_glColor4i() argument
115 __indirect_glColor4s(GLshort red, GLshort green, GLshort blue, GLshort alpha) __indirect_glColor4s() argument
117 __indirect_glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) __indirect_glColor4ub() argument
119 __indirect_glColor4ui(GLuint red, GLuint green, GLuint blue, GLuint alpha) __indirect_glColor4ui() argument
121 __indirect_glColor4us(GLushort red, GLushort green, GLushort blue, GLushort alpha) __indirect_glColor4us() argument
123 __indirect_glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) __indirect_glColorMask() argument
413 __indirect_glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) __indirect_glBlendColor() argument
575 __indirect_glSecondaryColor3b(GLbyte red, GLbyte green, GLbyte blue) __indirect_glSecondaryColor3b() argument
577 __indirect_glSecondaryColor3d(GLdouble red, GLdouble green, GLdouble blue) __indirect_glSecondaryColor3d() argument
579 __indirect_glSecondaryColor3fEXT(GLfloat red, GLfloat green, GLfloat blue) __indirect_glSecondaryColor3fEXT() argument
581 __indirect_glSecondaryColor3i(GLint red, GLint green, GLint blue) __indirect_glSecondaryColor3i() argument
583 __indirect_glSecondaryColor3s(GLshort red, GLshort green, GLshort blue) __indirect_glSecondaryColor3s() argument
585 __indirect_glSecondaryColor3ub(GLubyte red, GLubyte green, GLubyte blue) __indirect_glSecondaryColor3ub() argument
587 __indirect_glSecondaryColor3ui(GLuint red, GLuint green, GLuint blue) __indirect_glSecondaryColor3ui() argument
589 __indirect_glSecondaryColor3us(GLushort red, GLushort green, GLushort blue) __indirect_glSecondaryColor3us() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_types.h1136 uint32 red : 1; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp1661 const auto red = tcu::Vec4(1.0f, 0.0f, 0.0f, 1.0f); in verifyTopLeftCorner() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gl.cpp511 void Context::secondaryColor3b(GLbyte red, GLbyte green, GLbyte blue) in secondaryColor3b() argument
521 void Context::secondaryColor3d(GLdouble red, GLdouble green, GLdouble blue) in secondaryColor3d() argument
531 void Context::secondaryColor3f(GLfloat red, GLfloat green, GLfloat blue) in secondaryColor3f() argument
541 void Context::secondaryColor3i(GLint red, GLint green, GLint blue) in secondaryColor3i() argument
551 void Context::secondaryColor3s(GLshort red, GLshort green, GLshort blue) in secondaryColor3s() argument
561 void Context::secondaryColor3ub(GLubyte red, GLubyte green, GLubyte blue) in secondaryColor3ub() argument
571 void Context::secondaryColor3ui(GLuint red, GLuint green, GLuint blue) in secondaryColor3ui() argument
581 void Context::secondaryColor3us(GLushort red, GLushort green, GLushort blue) in secondaryColor3us() argument
712 void Context::clearAccum(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in clearAccum() argument
732 void Context::color3b(GLbyte red, GLbyt argument
742 color3d(GLdouble red, GLdouble green, GLdouble blue) color3d() argument
752 color3f(GLfloat red, GLfloat green, GLfloat blue) color3f() argument
762 color3i(GLint red, GLint green, GLint blue) color3i() argument
772 color3s(GLshort red, GLshort green, GLshort blue) color3s() argument
782 color3ub(GLubyte red, GLubyte green, GLubyte blue) color3ub() argument
792 color3ui(GLuint red, GLuint green, GLuint blue) color3ui() argument
802 color3us(GLushort red, GLushort green, GLushort blue) color3us() argument
812 color4b(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha) color4b() argument
822 color4d(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha) color4d() argument
837 color4i(GLint red, GLint green, GLint blue, GLint alpha) color4i() argument
847 color4s(GLshort red, GLshort green, GLshort blue, GLshort alpha) color4s() argument
862 color4ui(GLuint red, GLuint green, GLuint blue, GLuint alpha) color4ui() argument
872 color4us(GLushort red, GLushort green, GLushort blue, GLushort alpha) color4us() argument
[all...]
H A DContext.cpp5400 void Context::blendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in blendColor() argument
5459 void Context::clearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in clearColor() argument
5474 void Context::colorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) in colorMask() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.cpp2218 void Framebuffer::ClearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in ClearColor() argument
2272 void Framebuffer::ClearColor(const Functions& gl, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in ClearColor() argument
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngvalid.c702 png_byte red; member
2257 CIE_color red, green, blue; /* End points */ member
4961 png_uint_16 red; global() member
6015 unsigned int red, green, blue, alpha; /* For non-palette images. */ global() member
[all...]
/third_party/toybox/generated/
H A Dglobals.h1312 char *purple, *cyan, *red, *green, *grey; member
/third_party/python/Lib/test/
H A Dtest_enum.py959 red = 1 variable in TestSpecial.test_duplicate_name_error.Color
962 red = 4 variable in TestSpecial.test_duplicate_name_error.Color
966 red = 1 variable in TestSpecial.test_duplicate_name_error.Color
969 def red(self): member in TestSpecial.test_duplicate_name_error.Color
975 def red(self): member in TestSpecial.test_duplicate_name_error.Color
977 red = 1 variable in TestSpecial.test_duplicate_name_error.Color
1423 red = 1 variable in TestSpecial.test_extending.Color
1533 red = 1 variable in TestSpecial.test_no_such_enum_member.Color
1974 red variable in TestSpecial.test_inherited_new_from_enhanced_enum.Color
1988 red = () global() variable in TestSpecial.test_inherited_new_from_mixed_enum.Color
2036 red = 1 global() variable in TestSpecial.test_extending2.Color
2097 red = 1 global() variable in TestSpecial.test_no_duplicates.Color
2102 red = 1 global() variable in TestSpecial.test_no_duplicates.Color.Color
2164 red = () global() variable in TestSpecial.test_nonhash_value.ColorInAList
2204 red = 1 global() variable in TestSpecial.test_missing_override.Color
2824 red = 1 global() variable in TestOrder.test_same_members.Color
2831 red = 1 global() variable in TestOrder.test_same_members_with_aliases.Color
2840 red = 1 global() variable in TestOrder.test_same_members_wrong_order.Color
2848 red = 1 global() variable in TestOrder.test_order_has_extra_members.Color
2856 red = 1 global() variable in TestOrder.test_order_has_extra_members_with_aliases.Color
2865 red = 1 global() variable in TestOrder.test_enum_has_extra_members.Color
2874 red = 1 global() variable in TestOrder.test_enum_has_extra_members_with_aliases.Color
3243 red = auto() global() variable in OldTestFlag.test_auto_number.Color
3255 red = 'not an int' global() variable in OldTestFlag.test_auto_number_garbage.Color
4122 red = auto() global() variable in TestInternals.test_auto_number.Color
4135 red = auto() global() variable in TestInternals.test_auto_name.Color
4149 red = auto() global() variable in TestInternals.test_auto_name_inherit.Color
4165 red = 'red' global() variable in TestInternals.test_auto_garbage_ok.Color
4176 red = 'red' global() variable in TestInternals.test_auto_garbage_corrected_ok.Color
4195 red = 'red' global() variable in TestInternals.test_auto_garbage_fail.Color
4205 red = 'red' global() variable in TestInternals.test_auto_garbage_corrected_fail.Color
4212 red = auto() global() variable in TestInternals.test_auto_order.Color
4222 red = weird_auto global() variable in TestInternals.test_auto_order_wierd.Color
4236 red = auto() global() variable in TestInternals.test_auto_with_aliases.Color
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp1259 const auto red = tcu::Vec4(1.0f, 0.0f, 0.0f, 1.0f); in verifyTopLeftCorner() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dnull_functions.cpp114 void INTERNAL_GL_APIENTRY glBlendColorNULL(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in glBlendColorNULL() argument
259 void INTERNAL_GL_APIENTRY glClearColorNULL(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in glClearColorNULL() argument
333 void INTERNAL_GL_APIENTRY glColorMaskNULL(GLboolean red, in glColorMaskNULL() argument
/third_party/mesa3d/src/mesa/main/
H A Ddlist.c1722 save_BlendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in save_BlendColor() argument
2161 save_ClearAccum(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in save_ClearAccum() argument
2180 save_ClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in save_ClearColor() argument
2268 save_ColorMask(GLboolean red, GLboolea argument
2288 save_ColorMaski(GLuint buf, GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) save_ColorMaski() argument
8861 save_ClearColorIiEXT(GLint red, GLint green, GLint blue, GLint alpha) save_ClearColorIiEXT() argument
8880 save_ClearColorIuiEXT(GLuint red, GLuint green, GLuint blue, GLuint alpha) save_ClearColorIuiEXT() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libGL/
H A DlibGL_autogen.cpp68 void GL_APIENTRY glClearAccum(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in glClearAccum() argument
73 void GL_APIENTRY glClearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in glClearColor() argument
98 void GL_APIENTRY glColor3b(GLbyte red, GLbyte green, GLbyte blue) in glColor3b() argument
108 void GL_APIENTRY glColor3d(GLdouble red, GLdouble green, GLdouble blue) in glColor3d() argument
118 void GL_APIENTRY glColor3f(GLfloat red, GLfloat green, GLfloat blue) in glColor3f() argument
128 glColor3i(GLint red, GLint green, GLint blue) glColor3i() argument
138 glColor3s(GLshort red, GLshort green, GLshort blue) glColor3s() argument
148 glColor3ub(GLubyte red, GLubyte green, GLubyte blue) glColor3ub() argument
158 glColor3ui(GLuint red, GLuint green, GLuint blue) glColor3ui() argument
168 glColor3us(GLushort red, GLushort green, GLushort blue) glColor3us() argument
178 glColor4b(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha) glColor4b() argument
188 glColor4d(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha) glColor4d() argument
198 glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) glColor4f() argument
208 glColor4i(GLint red, GLint green, GLint blue, GLint alpha) glColor4i() argument
218 glColor4s(GLshort red, GLshort green, GLshort blue, GLshort alpha) glColor4s() argument
228 glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) glColor4ub() argument
238 glColor4ui(GLuint red, GLuint green, GLuint blue, GLuint alpha) glColor4ui() argument
248 glColor4us(GLushort red, GLushort green, GLushort blue, GLushort alpha) glColor4us() argument
258 glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) glColorMask() argument
2131 glBlendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) glBlendColor() argument
2211 glSecondaryColor3b(GLbyte red, GLbyte green, GLbyte blue) glSecondaryColor3b() argument
2221 glSecondaryColor3d(GLdouble red, GLdouble green, GLdouble blue) glSecondaryColor3d() argument
2231 glSecondaryColor3f(GLfloat red, GLfloat green, GLfloat blue) glSecondaryColor3f() argument
2241 glSecondaryColor3i(GLint red, GLint green, GLint blue) glSecondaryColor3i() argument
2251 glSecondaryColor3s(GLshort red, GLshort green, GLshort blue) glSecondaryColor3s() argument
2261 glSecondaryColor3ub(GLubyte red, GLubyte green, GLubyte blue) glSecondaryColor3ub() argument
2271 glSecondaryColor3ui(GLuint red, GLuint green, GLuint blue) glSecondaryColor3ui() argument
2281 glSecondaryColor3us(GLushort red, GLushort green, GLushort blue) glSecondaryColor3us() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A DlibGLESv2_autogen.cpp59 void GL_APIENTRY glBlendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in glBlendColor() argument
107 void GL_APIENTRY glClearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in glClearColor() argument
122 void GL_APIENTRY glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) in glColorMask() argument
2301 void GL_APIENTRY glClearColorx(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in glClearColorx() argument
2326 void GL_APIENTRY glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in glColor4f() argument
2331 glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) glColor4ub() argument
2336 glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) glColor4x() argument
[all...]
/third_party/mesa3d/include/D3D9/
H A Dd3d9types.h1599 WORD red [256]; member
/kernel/linux/linux-5.10/include/linux/platform_data/
H A Dcros_ec_commands.h1969 uint8_t led, red, green, blue; member
2025 uint8_t red, green, blue; member
/kernel/linux/linux-6.6/include/linux/platform_data/
H A Dcros_ec_commands.h1997 uint8_t led, red, green, blue; member
2053 uint8_t red, green, blue; member

Completed in 191 milliseconds

1...<<212223242526