Home
last modified time | relevance | path

Searched defs:green (Results 451 - 475 of 602) sorted by relevance

1...<<11121314151617181920>>...25

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingTests.cpp186 const VkClearAttachment green = in ClearAttachmentData() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectPipelineInteractionTests.cpp623 const tcu::Vec4 green = tcu::Vec4(0.0f, 1.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, float green, floa argument
[all...]
H A Dformatutils.cpp776 GLuint green; 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
H A DvalidationES1.cpp707 ValidateClearColorx(const Context *context, angle::EntryPoint entryPoint, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) ValidateClearColorx() argument
748 ValidateColor4f(const Context *context, angle::EntryPoint entryPoint, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) ValidateColor4f() argument
759 ValidateColor4ub(const Context *context, angle::EntryPoint entryPoint, GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) ValidateColor4ub() argument
770 ValidateColor4x(const Context *context, angle::EntryPoint entryPoint, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) ValidateColor4x() 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.cpp690 GLfloat green = inColor[1]; in convertUint_5_9_9_9_rev() local
H A DglcPackedPixelsTests.cpp79 int green; // green 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.cpp1800 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() - 1, getWindowHeight() - 1, GLColor::green); in TEST_P() member in __anon20241::GLColor
2240 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 2, getWindowHeight() / 2, GLColor::green); in TEST_P() member in __anon20241::GLColor
[all...]
H A DStateChangeTest.cpp872 GLColor::green); TEST_P() member in __anon20229::GLColor
3678 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 4 * 3, getWindowHeight() / 2, GLColor::green); TEST_P() member in __anon20229::GLColor
4145 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 2, getWindowHeight() / 2, GLColor::green); TEST_P() member in __anon20229::GLColor
4147 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 2, 0, GLColor::green); TEST_P() member in __anon20229::GLColor
[all...]
H A DRobustResourceInitTest.cpp407 std::vector<GLColor> expected(getWindowWidth() * getWindowHeight(), GLColor::green); in TEST_P() member in angle::GLColor
[all...]
H A DFramebufferTest.cpp1071 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() - 1, getWindowHeight() - 1, GLColor::green); TEST_P() member in GLColor
[all...]
/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...]
/third_party/skia/third_party/externals/angle2/src/libGLESv1_CM/
H A DlibGLESv1_CM.cpp23 void GL_APIENTRY glClearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in glClearColor() argument
38 void GL_APIENTRY glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in glColor4f() argument
248 void GL_APIENTRY glClearColorx(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in glClearColorx() argument
273 void GL_APIENTRY glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) in glColor4ub() argument
278 void GL_APIENTRY glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in glColor4x() argument
283 glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) glColorMask() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DContext.h158 float green; member
/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/
H A Dunittests.cpp534 unsigned char green[4] = { 0, 255, 0, 255 }; in TEST_F() local
647 unsigned char green[4] = { 0, 255, 0, 255 }; in TEST_F() local
703 unsigned char green[4] = { 0, 255, 0, 255 }; in TEST_F() local
840 unsigned char green[4] = { 0, 255, 0, 255 }; in TEST_F() local
931 float green[4] = { 0.0f, 1.0f, 0.0f, 1.0f }; in TEST_F() local
959 const GLuint green = 0x00ff00ff; TEST_F() local
1158 unsigned char green[4] = { 0, 255, 0, 255 }; TEST_F() local
1661 unsigned char green[4] = { 0, 255, 0, 255 }; TEST_F() local
1712 unsigned char green[4] = { 0, 255, 0, 255 }; TEST_F() local
1777 unsigned char green[4] = { 0, 255, 0, 255 }; TEST_F() local
1831 unsigned char green[4] = { 0, 255, 0, 255 }; TEST_F() local
1865 unsigned char green[4] = { 0, 255, 0, 255 }; TEST_F() local
[all...]
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Drpng2-x.c1230 double red=0.0, green=0.0, blue=0.0, hue, s, v, f, p, q, t; in rpng2_x_load_bg_image() local
1307 ulg red, green, blue; rpng2_x_load_bg_image() local
1346 ush red, green, blue; rpng2_x_load_bg_image() local
1432 ulg red, green, blue; rpng2_x_display_row() local
1508 ush red, green, blue; rpng2_x_display_row() local
1652 ulg red, green, blue; rpng2_x_redisplay_image() local
1780 ush red, green, blue; rpng2_x_redisplay_image() local
2002 double red=0.0, green=0.0, blue=0.0, hue, s, v, f, p, q, t; rpng2_x_reload_bg_image() local
[all...]
/third_party/skia/third_party/externals/libpng/
H A Dpngread.c2017 png_create_colormap_entry(png_image_read_control *display, png_uint_32 ip, png_uint_32 red, png_uint_32 green, png_uint_32 blue, png_uint_32 alpha, int encoding) png_create_colormap_entry() argument
[all...]
H A Dpngrtran.c970 png_set_rgb_to_gray_fixed(png_structrp png_ptr, int error_action, png_fixed_point red, png_fixed_point green) png_set_rgb_to_gray_fixed() argument
1059 png_set_rgb_to_gray(png_structrp png_ptr, int error_action, double red, double green) png_set_rgb_to_gray() argument
3031 png_byte green = *(sp++); png_do_rgb_to_gray() local
3070 png_byte green = *(sp++); png_do_rgb_to_gray() local
3102 png_uint_16 red, green, blue, w; png_do_rgb_to_gray() local
3154 png_uint_16 red, green, blue, gray16; png_do_rgb_to_gray() local
4546 png_byte green = (png_byte)(trans_color->green & 0xff); png_do_expand() local
[all...]

Completed in 84 milliseconds

1...<<11121314151617181920>>...25