Home
last modified time | relevance | path

Searched refs:GL_RGBA_INTEGER_EXT (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/fbo/
H A Dfbo-integer.c56 { GL_RGBA8I_EXT, GL_RGBA_INTEGER_EXT, 8, GL_TRUE },
57 { GL_RGBA8UI_EXT , GL_RGBA_INTEGER_EXT, 8, GL_FALSE },
58 { GL_RGBA16I_EXT, GL_RGBA_INTEGER_EXT, 16, GL_TRUE },
59 { GL_RGBA16UI_EXT, GL_RGBA_INTEGER_EXT, 16, GL_FALSE },
60 { GL_RGBA32I_EXT, GL_RGBA_INTEGER_EXT, 32, GL_TRUE },
61 { GL_RGBA32UI_EXT, GL_RGBA_INTEGER_EXT, 32, GL_FALSE },
138 case GL_RGBA_INTEGER_EXT: in num_components()
258 glReadPixels(5, 5, 1, 1, GL_RGBA_INTEGER_EXT, GL_INT, pix); in test_fbo()
298 glDrawPixels(W, H, GL_RGBA_INTEGER_EXT, GL_INT, image); in test_fbo()
303 glReadPixels(1, 1, W, H, GL_RGBA_INTEGER_EXT, GL_INT, readback); in test_fbo()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gl-3.0/
H A Dtexture-integer.c54 { GL_RGBA8I_EXT, GL_RGBA_INTEGER_EXT, 8, GL_TRUE },
55 { GL_RGBA8UI_EXT, GL_RGBA_INTEGER_EXT, 8, GL_FALSE },
56 { GL_RGBA16I_EXT, GL_RGBA_INTEGER_EXT, 16, GL_TRUE },
57 { GL_RGBA16UI_EXT, GL_RGBA_INTEGER_EXT, 16, GL_FALSE },
58 { GL_RGBA32I_EXT, GL_RGBA_INTEGER_EXT, 32, GL_TRUE },
59 { GL_RGBA32UI_EXT, GL_RGBA_INTEGER_EXT, 32, GL_FALSE },
161 case GL_RGBA_INTEGER_EXT: in num_components()
286 case GL_RGBA_INTEGER_EXT: in test_format()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/ext_texture_integer/
H A Dtexture-integer-glsl130.c58 { GL_RGBA8I_EXT, GL_RGBA_INTEGER_EXT, 8, GL_TRUE },
59 { GL_RGBA8UI_EXT , GL_RGBA_INTEGER_EXT, 8, GL_FALSE },
60 { GL_RGBA16I_EXT, GL_RGBA_INTEGER_EXT, 16, GL_TRUE },
61 { GL_RGBA16UI_EXT, GL_RGBA_INTEGER_EXT, 16, GL_FALSE },
62 { GL_RGBA32I_EXT, GL_RGBA_INTEGER_EXT, 32, GL_TRUE },
63 { GL_RGBA32UI_EXT, GL_RGBA_INTEGER_EXT, 32, GL_FALSE },
128 { GL_RGB10_A2UI, GL_RGBA_INTEGER_EXT, 10, GL_FALSE },
130 { GL_RGB10_A2UI, GL_RGBA_INTEGER_EXT, 10, GL_TRUE },
198 case GL_RGBA_INTEGER_EXT: in num_components()
400 case GL_RGBA_INTEGER_EXT: in test_format()
H A Dfbo-integer-readpixels-sint-uint.c59 { GL_RGBA32I_EXT, GL_RGBA_INTEGER_EXT, 32, GL_TRUE },
60 { GL_RGBA32UI_EXT, GL_RGBA_INTEGER_EXT, 32, GL_FALSE },
102 case GL_RGBA_INTEGER_EXT: in num_components()
232 glReadPixels(5, 5, 1, 1, GL_RGBA_INTEGER_EXT, GL_UNSIGNED_INT, pix_ui); in test_fbo()
234 glReadPixels(5, 5, 1, 1, GL_RGBA_INTEGER_EXT, GL_INT, pix); in test_fbo()
H A Dfbo-integer-precision-clear.c59 { GL_RGBA32I_EXT, GL_RGBA_INTEGER_EXT, 32, GL_TRUE },
60 { GL_RGBA32UI_EXT, GL_RGBA_INTEGER_EXT, 32, GL_FALSE },
73 case GL_RGBA_INTEGER_EXT: in num_components()
197 glReadPixels(5, 5, 1, 1, GL_RGBA_INTEGER_EXT, GL_INT, pix); in test_fbo()
H A Dapi-drawpixels.c86 glDrawPixels(1, 1, GL_RGBA_INTEGER_EXT, GL_UNSIGNED_INT, black); in piglit_display()
100 glDrawPixels(1, 1, GL_RGBA_INTEGER_EXT, GL_FLOAT, black); in piglit_display()
/dports/lang/clover/mesa-21.3.6/src/mesa/main/
H A Dglformats.c405 case GL_RGBA_INTEGER_EXT: in _mesa_components_in_format()
464 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) in _mesa_bytes_per_pixel()
471 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) in _mesa_bytes_per_pixel()
478 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT || in _mesa_bytes_per_pixel()
486 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT || in _mesa_bytes_per_pixel()
791 case GL_RGBA_INTEGER_EXT: in _mesa_is_enum_format_signed_int()
1156 case GL_RGBA_INTEGER_EXT: in _mesa_is_color_format()
1838 if ((format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) && in _mesa_error_check_format_and_type()
1852 if ((format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) && in _mesa_error_check_format_and_type()
2133 case GL_RGBA_INTEGER_EXT: in _mesa_error_check_format_and_type()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/main/
H A Dglformats.c405 case GL_RGBA_INTEGER_EXT: in _mesa_components_in_format()
464 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) in _mesa_bytes_per_pixel()
471 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) in _mesa_bytes_per_pixel()
478 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT || in _mesa_bytes_per_pixel()
486 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT || in _mesa_bytes_per_pixel()
791 case GL_RGBA_INTEGER_EXT: in _mesa_is_enum_format_signed_int()
1156 case GL_RGBA_INTEGER_EXT: in _mesa_is_color_format()
1838 if ((format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) && in _mesa_error_check_format_and_type()
1852 if ((format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) && in _mesa_error_check_format_and_type()
2133 case GL_RGBA_INTEGER_EXT: in _mesa_error_check_format_and_type()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/main/
H A Dglformats.c405 case GL_RGBA_INTEGER_EXT: in _mesa_components_in_format()
464 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) in _mesa_bytes_per_pixel()
471 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) in _mesa_bytes_per_pixel()
478 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT || in _mesa_bytes_per_pixel()
486 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT || in _mesa_bytes_per_pixel()
791 case GL_RGBA_INTEGER_EXT: in _mesa_is_enum_format_signed_int()
1156 case GL_RGBA_INTEGER_EXT: in _mesa_is_color_format()
1838 if ((format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) && in _mesa_error_check_format_and_type()
1852 if ((format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) && in _mesa_error_check_format_and_type()
2133 case GL_RGBA_INTEGER_EXT: in _mesa_error_check_format_and_type()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/main/
H A Dglformats.c405 case GL_RGBA_INTEGER_EXT: in _mesa_components_in_format()
464 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) in _mesa_bytes_per_pixel()
471 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) in _mesa_bytes_per_pixel()
478 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT || in _mesa_bytes_per_pixel()
486 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT || in _mesa_bytes_per_pixel()
791 case GL_RGBA_INTEGER_EXT: in _mesa_is_enum_format_signed_int()
1156 case GL_RGBA_INTEGER_EXT: in _mesa_is_color_format()
1838 if ((format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) && in _mesa_error_check_format_and_type()
1852 if ((format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) && in _mesa_error_check_format_and_type()
2133 case GL_RGBA_INTEGER_EXT: in _mesa_error_check_format_and_type()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/main/
H A Dglformats.c405 case GL_RGBA_INTEGER_EXT: in _mesa_components_in_format()
464 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) in _mesa_bytes_per_pixel()
471 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) in _mesa_bytes_per_pixel()
478 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT || in _mesa_bytes_per_pixel()
486 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT || in _mesa_bytes_per_pixel()
791 case GL_RGBA_INTEGER_EXT: in _mesa_is_enum_format_signed_int()
1154 case GL_RGBA_INTEGER_EXT: in _mesa_is_color_format()
1834 if ((format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) && in _mesa_error_check_format_and_type()
1848 if ((format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) && in _mesa_error_check_format_and_type()
2129 case GL_RGBA_INTEGER_EXT: in _mesa_error_check_format_and_type()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/main/
H A Dglformats.c405 case GL_RGBA_INTEGER_EXT: in _mesa_components_in_format()
464 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) in _mesa_bytes_per_pixel()
471 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) in _mesa_bytes_per_pixel()
478 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT || in _mesa_bytes_per_pixel()
486 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT || in _mesa_bytes_per_pixel()
791 case GL_RGBA_INTEGER_EXT: in _mesa_is_enum_format_signed_int()
1156 case GL_RGBA_INTEGER_EXT: in _mesa_is_color_format()
1838 if ((format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) && in _mesa_error_check_format_and_type()
1852 if ((format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) && in _mesa_error_check_format_and_type()
2133 case GL_RGBA_INTEGER_EXT: in _mesa_error_check_format_and_type()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/main/
H A Dglformats.c405 case GL_RGBA_INTEGER_EXT: in _mesa_components_in_format()
464 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) in _mesa_bytes_per_pixel()
471 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) in _mesa_bytes_per_pixel()
478 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT || in _mesa_bytes_per_pixel()
486 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT || in _mesa_bytes_per_pixel()
791 case GL_RGBA_INTEGER_EXT: in _mesa_is_enum_format_signed_int()
1156 case GL_RGBA_INTEGER_EXT: in _mesa_is_color_format()
1838 if ((format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) && in _mesa_error_check_format_and_type()
1852 if ((format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) && in _mesa_error_check_format_and_type()
2133 case GL_RGBA_INTEGER_EXT: in _mesa_error_check_format_and_type()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/main/
H A Dglformats.c405 case GL_RGBA_INTEGER_EXT: in _mesa_components_in_format()
464 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) in _mesa_bytes_per_pixel()
471 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) in _mesa_bytes_per_pixel()
478 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT || in _mesa_bytes_per_pixel()
486 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT || in _mesa_bytes_per_pixel()
791 case GL_RGBA_INTEGER_EXT: in _mesa_is_enum_format_signed_int()
1156 case GL_RGBA_INTEGER_EXT: in _mesa_is_color_format()
1838 if ((format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) && in _mesa_error_check_format_and_type()
1852 if ((format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) && in _mesa_error_check_format_and_type()
2133 case GL_RGBA_INTEGER_EXT: in _mesa_error_check_format_and_type()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/main/
H A Dglformats.c405 case GL_RGBA_INTEGER_EXT: in _mesa_components_in_format()
464 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) in _mesa_bytes_per_pixel()
471 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) in _mesa_bytes_per_pixel()
478 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT || in _mesa_bytes_per_pixel()
486 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT || in _mesa_bytes_per_pixel()
791 case GL_RGBA_INTEGER_EXT: in _mesa_is_enum_format_signed_int()
1156 case GL_RGBA_INTEGER_EXT: in _mesa_is_color_format()
1838 if ((format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) && in _mesa_error_check_format_and_type()
1852 if ((format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) && in _mesa_error_check_format_and_type()
2133 case GL_RGBA_INTEGER_EXT: in _mesa_error_check_format_and_type()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/main/
H A Dglformats.c405 case GL_RGBA_INTEGER_EXT: in _mesa_components_in_format()
464 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) in _mesa_bytes_per_pixel()
471 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) in _mesa_bytes_per_pixel()
478 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT || in _mesa_bytes_per_pixel()
486 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT || in _mesa_bytes_per_pixel()
791 case GL_RGBA_INTEGER_EXT: in _mesa_is_enum_format_signed_int()
1156 case GL_RGBA_INTEGER_EXT: in _mesa_is_color_format()
1838 if ((format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) && in _mesa_error_check_format_and_type()
1852 if ((format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) && in _mesa_error_check_format_and_type()
2133 case GL_RGBA_INTEGER_EXT: in _mesa_error_check_format_and_type()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/main/
H A Dglformats.c405 case GL_RGBA_INTEGER_EXT: in _mesa_components_in_format()
464 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) in _mesa_bytes_per_pixel()
471 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) in _mesa_bytes_per_pixel()
478 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT || in _mesa_bytes_per_pixel()
486 format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT || in _mesa_bytes_per_pixel()
791 case GL_RGBA_INTEGER_EXT: in _mesa_is_enum_format_signed_int()
1156 case GL_RGBA_INTEGER_EXT: in _mesa_is_color_format()
1838 if ((format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) && in _mesa_error_check_format_and_type()
1852 if ((format == GL_RGBA_INTEGER_EXT || format == GL_BGRA_INTEGER_EXT) && in _mesa_error_check_format_and_type()
2133 case GL_RGBA_INTEGER_EXT: in _mesa_error_check_format_and_type()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/glx/
H A Dcompsize.c84 case GL_RGBA_INTEGER_EXT: in __glElementsPerGroup()
/dports/lang/clover/mesa-21.3.6/src/glx/
H A Dcompsize.c84 case GL_RGBA_INTEGER_EXT: in __glElementsPerGroup()
/dports/graphics/libosmesa/mesa-21.3.6/src/glx/
H A Dcompsize.c84 case GL_RGBA_INTEGER_EXT: in __glElementsPerGroup()
/dports/graphics/mesa-libs/mesa-21.3.6/src/glx/
H A Dcompsize.c84 case GL_RGBA_INTEGER_EXT: in __glElementsPerGroup()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/glx/
H A Dcompsize.c84 case GL_RGBA_INTEGER_EXT: in __glElementsPerGroup()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/glx/
H A Dcompsize.c84 case GL_RGBA_INTEGER_EXT: in __glElementsPerGroup()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/glx/
H A Dcompsize.c84 case GL_RGBA_INTEGER_EXT: in __glElementsPerGroup()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/glx/
H A Dcompsize.c84 case GL_RGBA_INTEGER_EXT: in __glElementsPerGroup()

12345678910>>...14