Home
last modified time | relevance | path

Searched refs:green (Results 751 - 775 of 2297) sorted by relevance

1...<<31323334353637383940>>...92

/third_party/mesa3d/include/GLES2/
H A Dgl2.h390 typedef void (GL_APIENTRYP PFNGLBLENDCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
399 typedef void (GL_APIENTRYP PFNGLCLEARCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
402 typedef void (GL_APIENTRYP PFNGLCOLORMASKPROC) (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
533 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
542 GL_APICALL void GL_APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
545 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
/third_party/openGLES/api/GLES2/
H A Dgl2.h371 typedef void (GL_APIENTRYP PFNGLBLENDCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
380 typedef void (GL_APIENTRYP PFNGLCLEARCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
383 typedef void (GL_APIENTRYP PFNGLCOLORMASKPROC) (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
514 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
523 GL_APICALL void GL_APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
526 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
/third_party/libdrm/
H A Dxf86drmMode.c968 uint16_t *red, uint16_t *green, in drmModeCrtcGetGamma()
977 l.green = VOID2U64(green); in drmModeCrtcGetGamma()
984 uint16_t *red, uint16_t *green, in drmModeCrtcSetGamma()
993 l.green = VOID2U64(green); in drmModeCrtcSetGamma()
967 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/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineInputAssemblyTests.cpp408 const tcu::Vec4 green (0.0f, 1.0f, 0.0f, 1.0f); in createBufferData()
412 const Vertex4RGBA defaultVertex = { tcu::Vec4(-1.0f, -1.0f, 0.0f, 1.0f), green }; in createBufferData()
822 const tcu::Vec4 green (0.0f, 1.0f, 0.0f, 1.0f); in createBufferData()
826 const Vertex4RGBA defaultVertex = { tcu::Vec4(-1.0f, -1.0f, 0.0f, 1.0f), green }; in createBufferData()
1128 const tcu::Vec4 green (0.0f, 1.0f, 0.0f, 1.0f); in createListPrimitives()
1151 // This is an adjacency vertex index. Add a green vertex that should never end up to the framebuffer. in createListPrimitives()
1155 green in createListPrimitives()
/third_party/skia/third_party/externals/swiftshader/include/GLES2/
H A Dgl2.h390 typedef void (GL_APIENTRYP PFNGLBLENDCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
399 typedef void (GL_APIENTRYP PFNGLCLEARCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
402 typedef void (GL_APIENTRYP PFNGLCOLORMASKPROC) (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
533 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
542 GL_APICALL void GL_APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
545 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
/third_party/skia/third_party/externals/libpng/
H A Dpng.h474 /* Three color definitions. The order of the red, green, and blue, (and the
481 png_byte green; member
491 png_uint_16 red; /* for use in red green blue files */
492 png_uint_16 green; member
502 png_byte red; /* for use in red green blue files */
503 png_byte green; member
519 png_uint_16 green; member
1065 /* Use blue, green, red order for pixels. */
1079 #define PNG_RGB_TO_GRAY_DEFAULT (-1)/*for red/green coefficients*/
1082 int error_action, double red, double green))
[all...]
H A Dpngwrite.c1833 palette[i].green = (png_byte)PNG_sRGB_FROM_LINEAR(255 * in png_image_set_PLTE()
1840 palette[i].blue = palette[i].red = palette[i].green = in png_image_set_PLTE()
1865 palette[i].green = png_unpremultiply(entry[afirst + 1], alpha, in png_image_set_PLTE()
1872 palette[i].blue = palette[i].red = palette[i].green = in png_image_set_PLTE()
1892 palette[i].green = entry[afirst + 1]; in png_image_set_PLTE()
1902 palette[i].blue = palette[i].red = palette[i].green = in png_image_set_PLTE()
2031 /* green */ 30000, 60000, in png_image_write_main()
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/
H A Dgl2.h390 typedef void (GL_APIENTRYP PFNGLBLENDCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
399 typedef void (GL_APIENTRYP PFNGLCLEARCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
402 typedef void (GL_APIENTRYP PFNGLCOLORMASKPROC) (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
533 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
542 GL_APICALL void GL_APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
545 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DBindGroupTests.cpp1270 wgpu::Buffer green = in TEST_P() local
1311 DoTest(green, black, black, RGBA8(0, 64, 0, 0)); in TEST_P()
1316 DoTest(green, blue, black, RGBA8(0, 64, 128, 0)); in TEST_P()
1317 DoTest(blue, green, black, RGBA8(0, 128, 64, 0)); in TEST_P()
1318 DoTest(red, green, black, RGBA8(64, 128, 0, 0)); in TEST_P()
1323 DoTest(blue, black, green, RGBA8(0, 255, 64, 0)); in TEST_P()
/third_party/skia/third_party/externals/angle2/include/GLES2/
H A Dgl2.h371 typedef void (GL_APIENTRYP PFNGLBLENDCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
380 typedef void (GL_APIENTRYP PFNGLCLEARCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
383 typedef void (GL_APIENTRYP PFNGLCOLORMASKPROC) (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
514 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
523 GL_APICALL void GL_APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
526 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineInputAssemblyTests.cpp411 const tcu::Vec4 green (0.0f, 1.0f, 0.0f, 1.0f); in createBufferData()
415 const Vertex4RGBA defaultVertex = { tcu::Vec4(-1.0f, -1.0f, 0.0f, 1.0f), green }; in createBufferData()
826 const tcu::Vec4 green (0.0f, 1.0f, 0.0f, 1.0f); in createBufferData()
830 const Vertex4RGBA defaultVertex = { tcu::Vec4(-1.0f, -1.0f, 0.0f, 1.0f), green }; in createBufferData()
1132 const tcu::Vec4 green (0.0f, 1.0f, 0.0f, 1.0f); in createListPrimitives()
1155 // This is an adjacency vertex index. Add a green vertex that should never end up to the framebuffer. in createListPrimitives()
1159 green in createListPrimitives()
/device/soc/rockchip/rk3588/hardware/rga/include/
H A Dim2d_type.h288 uint8_t green; member
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dutxface.c476 pld_info->green = ACPI_PLD_GET_GREEN(&dword); in ACPI_EXPORT_SYMBOL()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_ipp.c204 gamma->entries.green[i])); in dce_ipp_program_input_lut()
/kernel/linux/linux-5.10/include/acpi/
H A Dacbuffer.h81 u8 green; member
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dutxface.c476 pld_info->green = ACPI_PLD_GET_GREEN(&dword); in ACPI_EXPORT_SYMBOL()
/kernel/linux/linux-6.6/include/acpi/
H A Dacbuffer.h81 u8 green; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_ipp.c202 gamma->entries.green[i])); in dce_ipp_program_input_lut()
/third_party/cups-filters/cupsfilters/
H A Dimage-png.c159 bg.green = 65535; in _cupsImageReadPNG()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLSurfacelessContextTest.cpp259 // Clear to green in the pbuffer in TEST_P()
267 EXPECT_PIXEL_COLOR_EQ(250, 250, GLColor::green); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DIndexedPointsTest.cpp167 EXPECT_PIXEL_COLOR_EQ(x, y, GLColor::green); in runTest()
H A DFenceSyncTests.cpp326 color = GLColor::green; in TEST_P()
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Dwritepng.c167 background.green = mainprog_ptr->bg_green; in writepng_init()
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftcolor.h66 * green ::
73 * Alpha value, giving the red, green, and blue color's opacity.
81 FT_Byte green; member
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dttcpal.c292 q->green = FT_NEXT_BYTE( p ); in FT_LOCAL_DEF()

Completed in 36 milliseconds

1...<<31323334353637383940>>...92