Home
last modified time | relevance | path

Searched refs:dstRGB (Results 1 – 25 of 1383) sorted by relevance

12345678910>>...56

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_draw_buffers_blend/
H A Dstate_set_get.c46 GLenum srcRGB, srcA, dstRGB, dstA; member
60 GLenum dstRGB, GLenum dstA, in set_state() argument
67 state[buffer].dstRGB = dstRGB; in set_state()
77 if (srcRGB == srcA && dstRGB == dstA) { in set_state()
78 glBlendFunci(buffer, srcRGB, dstRGB); in set_state()
102 GLenum dstRGB, GLenum dstA, in set_state_all_buffers() argument
111 state[i].dstRGB = dstRGB; in set_state_all_buffers()
122 if (srcRGB == srcA && dstRGB == dstA) { in set_state_all_buffers()
123 glBlendFunc(srcRGB, dstRGB); in set_state_all_buffers()
149 GLint dstRGB, dstA; in check_state() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libavif/src/tests/
H A Davifyuv.c134 avifRGBImage dstRGB; in main() local
136 dstRGB.format = AVIF_RGB_FORMAT_RGB; in main()
137 dstRGB.depth = rgbDepth; in main()
138 avifRGBImageAllocatePixels(&dstRGB); in main()
172 const uint8_t * dstRow = &dstRGB.pixels[y * dstRGB.rowBytes]; in main()
240 avifRGBImageFreePixels(&dstRGB); in main()
316 avifRGBImage dstRGB; in main() local
318 dstRGB.depth = yuvDepth; in main()
329 … uint16_t * dstPixel = (uint16_t *)&dstRGB.pixels[(8 * i) + (dstRGB.rowBytes * j)]; in main()
353 … uint8_t * dstPixel = &dstRGB.pixels[(4 * i) + (dstRGB.rowBytes * j)]; in main()
[all …]
/dports/graphics/libavif/libavif-0.9.3/tests/
H A Davifyuv.c161 avifRGBImage dstRGB; in main() local
163 dstRGB.format = AVIF_RGB_FORMAT_RGB; in main()
164 dstRGB.depth = rgbDepth; in main()
207 const uint8_t * dstRow = &dstRGB.pixels[y * dstRGB.rowBytes]; in main()
282 avifRGBImageFreePixels(&dstRGB); in main()
356 avifRGBImage dstRGB; in main() local
358 dstRGB.depth = yuvDepth; in main()
360 avifImageYUVToRGB(image, &dstRGB); in main()
369 … uint16_t * dstPixel = (uint16_t *)&dstRGB.pixels[(8 * i) + (dstRGB.rowBytes * j)]; in main()
393 … uint8_t * dstPixel = &dstRGB.pixels[(4 * i) + (dstRGB.rowBytes * j)]; in main()
[all …]
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/r300/
H A Dr300_state.c74 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_0()
92 (dstRGB == PIPE_BLENDFACTOR_SRC_ALPHA || in blend_discard_if_src_alpha_1()
93 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_1()
110 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_color_0()
124 (dstRGB == PIPE_BLENDFACTOR_SRC_COLOR || in blend_discard_if_src_color_1()
125 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_color_1()
146 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_color_0()
165 (dstRGB == PIPE_BLENDFACTOR_SRC_COLOR || in blend_discard_if_src_alpha_color_1()
167 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_color_1()
286 dstRGB != PIPE_BLENDFACTOR_ZERO || in blend_read_enable()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/r300/
H A Dr300_state.c74 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_0()
92 (dstRGB == PIPE_BLENDFACTOR_SRC_ALPHA || in blend_discard_if_src_alpha_1()
93 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_1()
110 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_color_0()
124 (dstRGB == PIPE_BLENDFACTOR_SRC_COLOR || in blend_discard_if_src_color_1()
125 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_color_1()
146 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_color_0()
165 (dstRGB == PIPE_BLENDFACTOR_SRC_COLOR || in blend_discard_if_src_alpha_color_1()
167 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_color_1()
286 dstRGB != PIPE_BLENDFACTOR_ZERO || in blend_read_enable()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/r300/
H A Dr300_state.c74 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_0()
92 (dstRGB == PIPE_BLENDFACTOR_SRC_ALPHA || in blend_discard_if_src_alpha_1()
93 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_1()
110 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_color_0()
124 (dstRGB == PIPE_BLENDFACTOR_SRC_COLOR || in blend_discard_if_src_color_1()
125 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_color_1()
146 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_color_0()
165 (dstRGB == PIPE_BLENDFACTOR_SRC_COLOR || in blend_discard_if_src_alpha_color_1()
167 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_color_1()
286 dstRGB != PIPE_BLENDFACTOR_ZERO || in blend_read_enable()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/r300/
H A Dr300_state.c74 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_0()
92 (dstRGB == PIPE_BLENDFACTOR_SRC_ALPHA || in blend_discard_if_src_alpha_1()
93 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_1()
110 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_color_0()
124 (dstRGB == PIPE_BLENDFACTOR_SRC_COLOR || in blend_discard_if_src_color_1()
125 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_color_1()
146 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_color_0()
165 (dstRGB == PIPE_BLENDFACTOR_SRC_COLOR || in blend_discard_if_src_alpha_color_1()
167 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_color_1()
286 dstRGB != PIPE_BLENDFACTOR_ZERO || in blend_read_enable()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/r300/
H A Dr300_state.c73 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_0()
91 (dstRGB == PIPE_BLENDFACTOR_SRC_ALPHA || in blend_discard_if_src_alpha_1()
92 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_1()
109 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_color_0()
123 (dstRGB == PIPE_BLENDFACTOR_SRC_COLOR || in blend_discard_if_src_color_1()
124 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_color_1()
145 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_color_0()
164 (dstRGB == PIPE_BLENDFACTOR_SRC_COLOR || in blend_discard_if_src_alpha_color_1()
166 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_color_1()
285 dstRGB != PIPE_BLENDFACTOR_ZERO || in blend_read_enable()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/r300/
H A Dr300_state.c74 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_0()
92 (dstRGB == PIPE_BLENDFACTOR_SRC_ALPHA || in blend_discard_if_src_alpha_1()
93 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_1()
110 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_color_0()
124 (dstRGB == PIPE_BLENDFACTOR_SRC_COLOR || in blend_discard_if_src_color_1()
125 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_color_1()
146 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_color_0()
165 (dstRGB == PIPE_BLENDFACTOR_SRC_COLOR || in blend_discard_if_src_alpha_color_1()
167 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_color_1()
286 dstRGB != PIPE_BLENDFACTOR_ZERO || in blend_read_enable()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/r300/
H A Dr300_state.c74 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_0()
92 (dstRGB == PIPE_BLENDFACTOR_SRC_ALPHA || in blend_discard_if_src_alpha_1()
93 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_1()
110 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_color_0()
124 (dstRGB == PIPE_BLENDFACTOR_SRC_COLOR || in blend_discard_if_src_color_1()
125 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_color_1()
146 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_color_0()
165 (dstRGB == PIPE_BLENDFACTOR_SRC_COLOR || in blend_discard_if_src_alpha_color_1()
167 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_color_1()
286 dstRGB != PIPE_BLENDFACTOR_ZERO || in blend_read_enable()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/r300/
H A Dr300_state.c74 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_0()
92 (dstRGB == PIPE_BLENDFACTOR_SRC_ALPHA || in blend_discard_if_src_alpha_1()
93 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_1()
110 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_color_0()
124 (dstRGB == PIPE_BLENDFACTOR_SRC_COLOR || in blend_discard_if_src_color_1()
125 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_color_1()
146 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_color_0()
165 (dstRGB == PIPE_BLENDFACTOR_SRC_COLOR || in blend_discard_if_src_alpha_color_1()
167 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_color_1()
286 dstRGB != PIPE_BLENDFACTOR_ZERO || in blend_read_enable()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/r300/
H A Dr300_state.c74 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_0()
92 (dstRGB == PIPE_BLENDFACTOR_SRC_ALPHA || in blend_discard_if_src_alpha_1()
93 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_1()
110 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_color_0()
124 (dstRGB == PIPE_BLENDFACTOR_SRC_COLOR || in blend_discard_if_src_color_1()
125 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_color_1()
146 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_color_0()
165 (dstRGB == PIPE_BLENDFACTOR_SRC_COLOR || in blend_discard_if_src_alpha_color_1()
167 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_color_1()
286 dstRGB != PIPE_BLENDFACTOR_ZERO || in blend_read_enable()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/r300/
H A Dr300_state.c74 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_0()
92 (dstRGB == PIPE_BLENDFACTOR_SRC_ALPHA || in blend_discard_if_src_alpha_1()
93 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_1()
110 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_color_0()
124 (dstRGB == PIPE_BLENDFACTOR_SRC_COLOR || in blend_discard_if_src_color_1()
125 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_color_1()
146 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_color_0()
165 (dstRGB == PIPE_BLENDFACTOR_SRC_COLOR || in blend_discard_if_src_alpha_color_1()
167 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_color_1()
286 dstRGB != PIPE_BLENDFACTOR_ZERO || in blend_read_enable()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/r300/
H A Dr300_state.c76 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_0()
94 (dstRGB == PIPE_BLENDFACTOR_SRC_ALPHA || in blend_discard_if_src_alpha_1()
95 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_1()
112 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_color_0()
126 (dstRGB == PIPE_BLENDFACTOR_SRC_COLOR || in blend_discard_if_src_color_1()
127 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_color_1()
148 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_color_0()
167 (dstRGB == PIPE_BLENDFACTOR_SRC_COLOR || in blend_discard_if_src_alpha_color_1()
169 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_color_1()
288 dstRGB != PIPE_BLENDFACTOR_ZERO || in blend_read_enable()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/performance/
H A Des2pBlendTests.cpp46 …ar* description, GLenum modeRGB, GLenum modeAlpha, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, …
62 …ar* description, GLenum modeRGB, GLenum modeAlpha, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, … in BlendCase() argument
67 , m_dstRGB (dstRGB) in BlendCase()
140 GLenum dstRGB; in init() member
164 …modeRGB, cases[caseNdx].modeAlpha, cases[caseNdx].srcRGB, cases[caseNdx].dstRGB, cases[caseNdx].sr… in init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/performance/
H A Des3pBlendTests.cpp46 …ar* description, GLenum modeRGB, GLenum modeAlpha, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, …
62 …ar* description, GLenum modeRGB, GLenum modeAlpha, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, … in BlendCase() argument
67 , m_dstRGB (dstRGB) in BlendCase()
143 GLenum dstRGB; in init() member
171 …modeRGB, cases[caseNdx].modeAlpha, cases[caseNdx].srcRGB, cases[caseNdx].dstRGB, cases[caseNdx].sr… in init()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/Graphics/DrawImageBG/
H A DSystemBgColorTest.java123 int dstRGB = dst.getRGB(0, 0); in test() local
128 if (dstRGB != bgRGB) { in test()
129 System.err.println("Actual: " + Integer.toHexString(dstRGB)); in test()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/awt/Graphics/DrawImageBG/
H A DSystemBgColorTest.java123 int dstRGB = dst.getRGB(0, 0); in test() local
128 if (dstRGB != bgRGB) { in test()
129 System.err.println("Actual: " + Integer.toHexString(dstRGB)); in test()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/awt/Graphics/DrawImageBG/
H A DSystemBgColorTest.java123 int dstRGB = dst.getRGB(0, 0); in test() local
128 if (dstRGB != bgRGB) { in test()
129 System.err.println("Actual: " + Integer.toHexString(dstRGB)); in test()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/Graphics/DrawImageBG/
H A DSystemBgColorTest.java123 int dstRGB = dst.getRGB(0, 0); in test() local
128 if (dstRGB != bgRGB) { in test()
129 System.err.println("Actual: " + Integer.toHexString(dstRGB)); in test()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/Graphics/DrawImageBG/
H A DSystemBgColorTest.java123 int dstRGB = dst.getRGB(0, 0); in test() local
128 if (dstRGB != bgRGB) { in test()
129 System.err.println("Actual: " + Integer.toHexString(dstRGB)); in test()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/Graphics/DrawImageBG/
H A DSystemBgColorTest.java123 int dstRGB = dst.getRGB(0, 0); in test() local
128 if (dstRGB != bgRGB) { in test()
129 System.err.println("Actual: " + Integer.toHexString(dstRGB)); in test()
/dports/astro/opencpn/OpenCPN-5.2.4/libs/glshim/src/gl/wrap/
H A Dstub.h6 void glBlendFuncSeparate(GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);
7 void glBlendFuncSeparatei(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlph…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webgl/
H A Does_draw_buffers_indexed.cc68 GLenum dstRGB, in blendFuncSeparateiOES() argument
74 scoped.Context()->ContextGL()->BlendFuncSeparateiOES(buf, srcRGB, dstRGB, in blendFuncSeparateiOES()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/
H A DvalidationESEXT.cpp327 GLenum dstRGB, in ValidateBlendFuncSeparateiEXT() argument
337 return ValidateBlendFuncSeparatei(context, buf, srcRGB, dstRGB, srcAlpha, dstAlpha); in ValidateBlendFuncSeparateiEXT()
428 GLenum dstRGB, in ValidateBlendFuncSeparateiOES() argument
438 return ValidateBlendFuncSeparatei(context, buf, srcRGB, dstRGB, srcAlpha, dstAlpha); in ValidateBlendFuncSeparateiOES()

12345678910>>...56