Home
last modified time | relevance | path

Searched refs:GL_TEXTURE_1D_ARRAY (Results 1 – 25 of 710) sorted by relevance

12345678910>>...29

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_texture_view/
H A Dparams.c146 if (target == GL_TEXTURE_1D_ARRAY) { in invalid_layer_param()
217 glTextureView(tex[1], GL_TEXTURE_1D_ARRAY, tex[0], GL_RG16I, in levels_clamping()
223 glBindTexture(GL_TEXTURE_1D_ARRAY, tex[1]); in levels_clamping()
224 glGetTexParameteriv(GL_TEXTURE_1D_ARRAY, in levels_clamping()
232 glGetTexParameteriv(GL_TEXTURE_1D_ARRAY, in levels_clamping()
267 glBindTexture(GL_TEXTURE_1D_ARRAY, tex[0]); in layers_clamping()
268 glTexStorage2D(GL_TEXTURE_1D_ARRAY, 5, GL_RGBA16F, 16, 4); in layers_clamping()
277 glBindTexture(GL_TEXTURE_1D_ARRAY, tex[1]); in layers_clamping()
278 glGetTexParameteriv(GL_TEXTURE_1D_ARRAY, in layers_clamping()
286 glGetTexParameteriv(GL_TEXTURE_1D_ARRAY, in layers_clamping()
[all …]
H A Dtargets.c106 GL_TEXTURE_1D_ARRAY, in test_target_errors()
130 GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY, 0); in test_target_errors()
132 case GL_TEXTURE_1D_ARRAY: in test_target_errors()
136 GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY, 0); in test_target_errors()
266 X(test_target_errors(GL_TEXTURE_1D_ARRAY), in piglit_init()
H A Drendering-layers-image.c52 {GL_TEXTURE_1D_ARRAY, "image1DArray", "y", "ivec2(0, tex_layer)", -1},
73 if (test->target == GL_TEXTURE_1D_ARRAY) { in test_render_layers()
84 if (test->target == GL_TEXTURE_1D_ARRAY) { in test_render_layers()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/ext_texture_array/
H A Derrors.c47 glBindTexture(GL_TEXTURE_1D_ARRAY, tex); in test_1d_dimensions()
52 glTexImage2D(GL_TEXTURE_1D_ARRAY, 0, GL_RGBA, in test_1d_dimensions()
59 glTexImage2D(GL_TEXTURE_1D_ARRAY, 0, GL_RGBA, in test_1d_dimensions()
66 glTexImage2D(GL_TEXTURE_1D_ARRAY, 0, GL_RGBA, in test_1d_dimensions()
74 glTexImage2D(GL_TEXTURE_1D_ARRAY, 0, GL_RGBA, in test_1d_dimensions()
144 glTexImage3D(GL_TEXTURE_1D_ARRAY, 0, GL_RGBA, in test_2d_dimensions()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_texture_stencil8/
H A Dstencil-texture.c88 glBindTexture(GL_TEXTURE_1D_ARRAY, tex[4]); in try_TexImage()
89 glTexImage2D(GL_TEXTURE_1D_ARRAY, 0, internalFormat, in try_TexImage()
112 glBindTexture(GL_TEXTURE_1D_ARRAY, 0); in try_TexImage()
153 glBindTexture(GL_TEXTURE_1D_ARRAY, tex[4]); in try_TexStorage()
154 glTexStorage2D(GL_TEXTURE_1D_ARRAY, 1, internalFormat, 16, 16); in try_TexStorage()
171 glBindTexture(GL_TEXTURE_1D_ARRAY, 0); in try_TexStorage()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/texturing/shaders/
H A Dcommon.c84 case GL_TEXTURE_1D_ARRAY: in upload_miplevel_data()
85 glTexImage2D(GL_TEXTURE_1D_ARRAY, level, internal_format, in upload_miplevel_data()
216 return sampler.target == GL_TEXTURE_1D_ARRAY || in is_array_sampler()
249 { "sampler1DArray", GL_SAMPLER_1D_ARRAY, GL_TEXTURE_1D_ARRAY }, in select_sampler()
260 { "sampler1DArrayShadow", GL_SAMPLER_1D_ARRAY_SHADOW, GL_TEXTURE_1D_ARRAY }, in select_sampler()
269 { "isampler1DArray", GL_INT_SAMPLER_1D_ARRAY, GL_TEXTURE_1D_ARRAY }, in select_sampler()
281 { "usampler1DArray", GL_UNSIGNED_INT_SAMPLER_1D_ARRAY, GL_TEXTURE_1D_ARRAY }, in select_sampler()
370 case GL_TEXTURE_1D_ARRAY: in require_GL_features()
H A DtexelFetch.c204 bool array_1D = sampler.target == GL_TEXTURE_1D_ARRAY; in generate_VBOs()
253 if (sampler.target != GL_TEXTURE_1D_ARRAY) in generate_VBOs()
558 case GL_TEXTURE_1D_ARRAY: in coordinate_size()
589 case GL_TEXTURE_1D_ARRAY: in generate_GLSL()
778 case GL_TEXTURE_1D_ARRAY: in supported_sampler()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/texturing/
H A Dgetteximage-depth.c60 GL_TEXTURE_1D_ARRAY,
68 case GL_TEXTURE_1D_ARRAY: in get_test_height()
80 case GL_TEXTURE_1D_ARRAY: in get_test_depth()
192 case GL_TEXTURE_1D_ARRAY: in create_depth_texture()
230 target != GL_TEXTURE_1D_ARRAY && in create_depth_texture()
297 case GL_TEXTURE_1D_ARRAY: in create_stencil_texture()
335 target != GL_TEXTURE_1D_ARRAY && in create_stencil_texture()
422 target != GL_TEXTURE_1D_ARRAY && in verify_depth_data()
483 target != GL_TEXTURE_1D_ARRAY && in verify_stencil_data()
615 case GL_TEXTURE_1D_ARRAY: in piglit_init()
H A Dcopyteximage.c105 {GL_TEXTURE_1D_ARRAY, "1D_ARRAY", 30, "GL_EXT_texture_array"},
218 if ((target[i].target == GL_TEXTURE_1D_ARRAY in supported_target()
483 case GL_TEXTURE_1D_ARRAY: in test_target_and_format()
484 glTexImage2D(GL_TEXTURE_1D_ARRAY, 0, format, IMAGE_SIZE, 16, in test_target_and_format()
489 glCopyTexSubImage2D(GL_TEXTURE_1D_ARRAY, 0, 0, 4*k, in test_target_and_format()
601 if (target[j].target == GL_TEXTURE_1D_ARRAY) { in piglit_display()
634 case GL_TEXTURE_1D_ARRAY: in piglit_display()
H A Dgetteximage-targets.c149 case GL_TEXTURE_1D_ARRAY: in getTexImage()
151 glTexImage2D(GL_TEXTURE_1D_ARRAY, 0, internalformat, in getTexImage()
280 target = GL_TEXTURE_1D_ARRAY; in piglit_init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/opengl/
H A DgluStateReset.cpp842 gl.bindTexture (GL_TEXTURE_1D_ARRAY, 0); in resetStateGLCore()
847 gl.texParameteri (GL_TEXTURE_1D_ARRAY, GL_TEXTURE_WRAP_S, GL_REPEAT); in resetStateGLCore()
848 gl.texParameterf (GL_TEXTURE_1D_ARRAY, GL_TEXTURE_MIN_LOD, -1000.0f); in resetStateGLCore()
849 gl.texParameterf (GL_TEXTURE_1D_ARRAY, GL_TEXTURE_MAX_LOD, 1000.0f); in resetStateGLCore()
850 gl.texParameteri (GL_TEXTURE_1D_ARRAY, GL_TEXTURE_BASE_LEVEL, 0); in resetStateGLCore()
851 gl.texParameteri (GL_TEXTURE_1D_ARRAY, GL_TEXTURE_MAX_LEVEL, 1000); in resetStateGLCore()
852 gl.texParameterf (GL_TEXTURE_1D_ARRAY, GL_TEXTURE_LOD_BIAS, 0.0f); in resetStateGLCore()
858 gl.texParameteri(GL_TEXTURE_1D_ARRAY, GL_TEXTURE_SWIZZLE_R, GL_RED); in resetStateGLCore()
859 gl.texParameteri(GL_TEXTURE_1D_ARRAY, GL_TEXTURE_SWIZZLE_G, GL_GREEN); in resetStateGLCore()
860 gl.texParameteri(GL_TEXTURE_1D_ARRAY, GL_TEXTURE_SWIZZLE_B, GL_BLUE); in resetStateGLCore()
[all …]
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_internalformat_query2/
H A Dmax-dimensions.c119 case GL_TEXTURE_1D_ARRAY: in equivalentPname()
149 case GL_TEXTURE_1D_ARRAY: in has_layers()
198 case GL_TEXTURE_1D_ARRAY: in num_dimensions()
365 case GL_TEXTURE_1D_ARRAY: in is_array()
379 case GL_TEXTURE_1D_ARRAY: in is_1d_array()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_stencil_texturing/
H A Dblit_corrupts_state.c91 case GL_TEXTURE_1D_ARRAY: in setup_texture()
172 case GL_TEXTURE_1D_ARRAY: in setup_fbo()
211 { GL_TEXTURE_1D_ARRAY, NULL },
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_copy_image/
H A Dtargets.c81 case GL_TEXTURE_1D_ARRAY: in image_init()
169 case GL_TEXTURE_1D_ARRAY: in image_fill()
211 case GL_TEXTURE_1D_ARRAY: in image_bind_layer()
313 TARGET(GL_TEXTURE_1D_ARRAY),
345 case GL_TEXTURE_1D_ARRAY: in parse_target()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gl-3.2/layered-rendering/
H A Dframebuffertexture.c55 GL_TEXTURE_1D_ARRAY,
114 case GL_TEXTURE_1D_ARRAY: in create_bind_texture()
249 textureType == GL_TEXTURE_1D_ARRAY) { in test_framebuffertexture()
H A Dgl-layer-render-storage.c49 GL_TEXTURE_1D_ARRAY,
101 case GL_TEXTURE_1D_ARRAY: in create_bind_texture()
279 if(textureType[i] == GL_TEXTURE_1D_ARRAY) { in piglit_init()
H A Dgl-layer-render.c49 GL_TEXTURE_1D_ARRAY,
102 case GL_TEXTURE_1D_ARRAY: in create_bind_texture()
285 if(textureType[i] == GL_TEXTURE_1D_ARRAY) { in piglit_init()
H A Dframebuffer-layered-attachments.c61 GL_TEXTURE_1D_ARRAY,
77 case GL_TEXTURE_1D_ARRAY: in create_bind_texture()
H A Dclear-color-all-types.c179 case GL_TEXTURE_1D_ARRAY: in init_texture()
204 case GL_TEXTURE_1D_ARRAY: in bind_layer()
299 texture_type = GL_TEXTURE_1D_ARRAY; in piglit_init()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/util/
H A Dpiglit_ktx.c34 #define GL_TEXTURE_1D_ARRAY 0x8C18 macro
127 info->target = GL_TEXTURE_1D_ARRAY; in piglit_ktx_calc_target()
253 case GL_TEXTURE_1D_ARRAY: in piglit_ktx_calc_base_image_size()
383 case GL_TEXTURE_1D_ARRAY: in piglit_ktx_parse_images()
658 case GL_TEXTURE_1D_ARRAY: in piglit_ktx_load_noncubeface()
745 case GL_TEXTURE_1D_ARRAY: in target_to_texture_binding()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_get_texture_sub_image/
H A Dget.c53 case GL_TEXTURE_1D_ARRAY: in minify()
147 case GL_TEXTURE_1D_ARRAY: in test_getsubimage()
252 case GL_TEXTURE_1D_ARRAY: in test_getsubimage()
427 pass = test_getsubimage(GL_TEXTURE_1D_ARRAY, 64, 9, 1, GL_ALPHA) in piglit_init()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_direct_state_access/
H A Dgettextureimage-targets.c149 case GL_TEXTURE_1D_ARRAY: in getTexImage()
241 {GL_TEXTURE_1D_ARRAY, 1},
266 clear_target_mask(GL_TEXTURE_1D_ARRAY); in piglit_init()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_shader_image_load_store/
H A Dimage.c369 { "1DArray", GL_TEXTURE_1D_ARRAY, "ivec2" }, in image_targets()
444 case GL_TEXTURE_1D_ARRAY: in image_target_limits()
522 case GL_TEXTURE_1D_ARRAY: { in image_extent_for_target()
553 case GL_TEXTURE_1D_ARRAY: in image_layer_target()
589 case GL_TEXTURE_1D_ARRAY: in image_target_mipmapping_dimensions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/common/
H A DglcLayoutLocationTests.cpp300 ResultData create<GL_TEXTURE_1D_ARRAY, GL_RGBA8>(const Functions& gl) in create()
302 …return createTexture2D<unsigned char>(gl, 4, GL_TEXTURE_1D_ARRAY, GL_RGBA8, GL_RGBA, GL_UNSIGNED_B… in create()
306 ResultData create<GL_TEXTURE_1D_ARRAY, GL_DEPTH_COMPONENT16>(const Functions& gl) in create()
308 return createTexture2D<short>(gl, 1, GL_TEXTURE_1D_ARRAY, GL_DEPTH_COMPONENT16, GL_DEPTH_COMPONENT, in create()
643 …{ &create<GL_TEXTURE_1D_ARRAY, GL_RGBA8>, "sampler_1d_array", "sampler1DArray", "texture(sam… in init()
644 …{ &create<GL_TEXTURE_1D_ARRAY, GL_DEPTH_COMPONENT16>, "sampler_1d_array_shadow", "sampler1DArraySh… in init()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/main/
H A Dtexformat.c255 if (target != GL_TEXTURE_1D && target != GL_TEXTURE_1D_ARRAY) { in _mesa_choose_tex_format()
264 if (target != GL_TEXTURE_1D && target != GL_TEXTURE_1D_ARRAY) { in _mesa_choose_tex_format()
672 if (target != GL_TEXTURE_1D && target != GL_TEXTURE_1D_ARRAY) in _mesa_choose_tex_format()
687 if (target != GL_TEXTURE_1D && target != GL_TEXTURE_1D_ARRAY) in _mesa_choose_tex_format()

12345678910>>...29