Home
last modified time | relevance | path

Searched refs:GL_UNIFORM (Results 1 – 25 of 550) sorted by relevance

12345678910>>...22

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gles31/
H A Des31cProgramInterfaceQueryTests.cpp310 GL_UNIFORM,
1043 VerifyGetProgramInterfaceiv(program, GL_UNIFORM, GL_ACTIVE_RESOURCES, in Run()
1162 VerifyGetProgramInterfaceiv(program, GL_UNIFORM, GL_ACTIVE_RESOURCES, in Run()
1345 VerifyGetProgramInterfaceiv(program, GL_UNIFORM, GL_ACTIVE_RESOURCES, in Run()
1386 VerifyGetProgramResourceLocation(program, GL_UNIFORM, "a", -1, error); in Run()
1387 VerifyGetProgramResourceLocation(program, GL_UNIFORM, "b", -1, error); in Run()
2838 VerifyGetProgramResourceIndex(vs, GL_UNIFORM, indicesU, "u", error); in Run()
2839 VerifyGetProgramResourceIndex(vs, GL_UNIFORM, indicesU, "v", error); in Run()
2947 VerifyGetProgramResourceLocation(tcs, GL_UNIFORM, "x", 1, error); in Run()
3167 glGetProgramResourceName(program, GL_UNIFORM, index, 0, NULL, NULL); in Run()
[all …]
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_program_interface_query/
H A Dresource-location.c70 GL_UNIFORM,
310 case GL_UNIFORM: in validate_location()
348 glGetProgramResourceLocation(42, GL_UNIFORM, "name"); in piglit_init()
356 glGetProgramResourceLocation(shader, GL_UNIFORM, "name"); in piglit_init()
368 glGetProgramResourceLocation(prog, GL_UNIFORM, "name"); in piglit_init()
400 if (glGetProgramResourceLocation(prog, GL_UNIFORM, "array[+1]") != -1) { in piglit_init()
405 if (glGetProgramResourceLocation(prog, GL_UNIFORM, "array[01]") != -1) { in piglit_init()
419 validate_location(prog, GL_UNIFORM, "color", 9); in piglit_init()
426 validate_location(prog, GL_UNIFORM, "array", 1); in piglit_init()
427 validate_location(prog, GL_UNIFORM, "array[0]", 1); in piglit_init()
[all …]
H A Dgetprogramresourcename.c107 glGetProgramResourceName(1337, GL_UNIFORM, 0, 100, &length, name); in piglit_display()
115 glGetProgramResourceName(shader, GL_UNIFORM, 0, 100, &length, name); in piglit_display()
133 glGetProgramResourceName(prog, GL_UNIFORM, -1, 100, &length, name); in piglit_display()
139 glGetProgramResourceName(prog, GL_UNIFORM, 1337, 100, &length, name); in piglit_display()
145 pos = glGetProgramResourceIndex(prog, GL_UNIFORM, "sa[0].world"); in piglit_display()
147 glGetProgramResourceName(prog, GL_UNIFORM, pos, -1, &length, name); in piglit_display()
153 glGetProgramResourceName(prog, GL_UNIFORM, pos, 0, &length, name); in piglit_display()
159 glGetProgramResourceName(prog, GL_UNIFORM, pos, 0, &length, NULL); in piglit_display()
177 glGetProgramResourceName(prog, GL_UNIFORM, pos, 0, NULL, name); in piglit_display()
H A Dgetprogramresourceindex.c156 { vs_empty, GL_UNIFORM, NULL, false, -1, GL_NO_ERROR },
157 { vs_empty, GL_UNIFORM, "dummy", false, -1, GL_NO_ERROR },
162 { vs_array, GL_UNIFORM, "hello", false, -1, GL_NO_ERROR },
163 { vs_array, GL_UNIFORM, "sa[0].hello", true, -1, GL_NO_ERROR },
164 { vs_array, GL_UNIFORM, "sa[0].world", true, -1, GL_NO_ERROR },
165 { vs_array, GL_UNIFORM, "sa[0].world[0]", true, -1, GL_NO_ERROR },
166 { vs_array, GL_UNIFORM, "sa[1].hello", false, -1, GL_NO_ERROR },
224 case GL_UNIFORM: in consistency_check()
322 glGetProgramResourceIndex(1337, GL_UNIFORM, "resource"); in piglit_display()
330 glGetProgramResourceIndex(shader, GL_UNIFORM, "resource"); in piglit_display()
H A Dgetprograminterfaceiv.c104 { GL_UNIFORM, GL_TRUE, GL_INVALID_OPERATION },
107 { GL_UNIFORM, GL_MAX_NUM_ACTIVE_VARIABLES, GL_INVALID_OPERATION },
167 glGetProgramInterfaceiv(1337, GL_UNIFORM, GL_MAX_NUM_ACTIVE_VARIABLES, in piglit_display()
176 glGetProgramInterfaceiv(shader, GL_UNIFORM, GL_MAX_NUM_ACTIVE_VARIABLES, in piglit_display()
H A Dgetprogramresourceiv.c347 { &prog_std, GL_UNIFORM, "vs_test", "vs_uniform_block", {
395 { &prog_loc, GL_UNIFORM, "color", NULL, {
429 { &prog_std, GL_UNIFORM, "fs_array", "fs_uniform_block", {
726 case GL_UNIFORM: in check_prop()
792 pif = GL_UNIFORM; in check_prop()
1123 glGetProgramResourceiv(1337, GL_UNIFORM, 0, 1, props, 10, NULL, values); in test_error_cases()
1131 glGetProgramResourceIndex(shader, GL_UNIFORM, "resource"); in test_error_cases()
1140 glGetProgramResourceiv(prog_std, GL_UNIFORM, 1337, 0, props, 10, NULL, in test_error_cases()
1148 glGetProgramResourceiv(prog_std, GL_UNIFORM, 0, 0, props, 10, NULL, in test_error_cases()
1156 glGetProgramResourceiv(prog_std, GL_UNIFORM, 0, -1, props, 10, NULL, in test_error_cases()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gl/
H A Dgl4cProgramInterfaceQueryTests.cpp375 GL_UNIFORM,
1282 VerifyGetProgramInterfaceiv(program, GL_UNIFORM, GL_ACTIVE_RESOURCES, in Run()
1412 VerifyGetProgramInterfaceiv(program, GL_UNIFORM, GL_ACTIVE_RESOURCES, in Run()
1627 VerifyGetProgramInterfaceiv(program, GL_UNIFORM, GL_ACTIVE_RESOURCES, in Run()
1668 VerifyGetProgramResourceLocation(program, GL_UNIFORM, "a", -1, error); in Run()
1669 VerifyGetProgramResourceLocation(program, GL_UNIFORM, "b", -1, error); in Run()
3697 VerifyGetProgramResourceIndex(vs, GL_UNIFORM, indicesU, "u", error); in Run()
3698 VerifyGetProgramResourceIndex(vs, GL_UNIFORM, indicesU, "v", error); in Run()
4117 VerifyGetProgramResourceLocation(tcs, GL_UNIFORM, "x", 1, error); in Run()
4381 glGetProgramResourceName(program, GL_UNIFORM, index, 0, NULL, NULL); in Run()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderProgramResource.cpp354 checkIfResourceIsReferenced(m_program_object_id, GL_UNIFORM, "uni_model_view_projection"); in iterate()
356 checkIfResourceIsReferenced(m_program_object_id, GL_UNIFORM, "uni_colors_white"); in iterate()
398 gl.getProgramResourceIndex(m_program_object_id, GL_UNIFORM, "uni_atom_horizontal"); in iterate()
400 gl.getProgramResourceIndex(m_program_object_id, GL_UNIFORM, "uni_atom_vertical"); in iterate()
411 …gl.getProgramResourceiv(m_program_object_id, GL_UNIFORM, atom_horizontal_uniform_indx, 1, /* propC… in iterate()
417 …gl.getProgramResourceiv(m_program_object_id, GL_UNIFORM, atom_vertical_uniform_indx, 1, /* propCou… in iterate()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/main/
H A Dshader_query.cpp470 case GL_UNIFORM: in _mesa_program_resource_name()
505 case GL_UNIFORM: in _mesa_program_resource_name_length()
544 case GL_UNIFORM: in _mesa_program_get_resource_name()
582 case GL_UNIFORM: in _mesa_program_resource_array_size()
805 case GL_UNIFORM: in program_resource_find_binding_offset()
983 case GL_UNIFORM: in _mesa_program_resource_find_index()
1137 case GL_UNIFORM: in program_resource_location()
1466 case GL_UNIFORM: in _mesa_program_resource_prop()
1485 case GL_UNIFORM: in _mesa_program_resource_prop()
1515 case GL_UNIFORM: in _mesa_program_resource_prop()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/main/
H A Dshader_query.cpp446 case GL_UNIFORM: in _mesa_program_resource_name()
480 case GL_UNIFORM: in _mesa_program_resource_array_size()
663 case GL_UNIFORM: in _mesa_program_resource_find_name()
716 case GL_UNIFORM: in program_resource_find_binding_offset()
894 case GL_UNIFORM: in _mesa_program_resource_find_index()
1046 case GL_UNIFORM: in program_resource_location()
1373 case GL_UNIFORM: in _mesa_program_resource_prop()
1389 case GL_UNIFORM: in _mesa_program_resource_prop()
1419 case GL_UNIFORM: in _mesa_program_resource_prop()
1464 case GL_UNIFORM: in _mesa_program_resource_prop()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/
H A DProgramInterfaceTest.cpp323 glGetProgramInterfaceiv(program, GL_UNIFORM, GL_ACTIVE_RESOURCES, &num); in TEST_P()
327 glGetProgramInterfaceiv(program, GL_UNIFORM, GL_MAX_NAME_LENGTH, &num); in TEST_P()
331 glGetProgramInterfaceiv(program, GL_UNIFORM, GL_MAX_NUM_ACTIVE_VARIABLES, &num); in TEST_P()
378 GLuint index = glGetProgramResourceIndex(program, GL_UNIFORM, "color"); in TEST_P()
384 glGetProgramResourceName(program, GL_UNIFORM, index, sizeof(name), &length, name); in TEST_P()
389 GLint location = glGetProgramResourceLocation(program, GL_UNIFORM, "color"); in TEST_P()
408 glGetProgramResourceiv(program, GL_UNIFORM, index, propCount, props, propCount, &length, in TEST_P()
426 index = glGetProgramResourceIndex(program, GL_UNIFORM, "foo"); in TEST_P()
430 glGetProgramResourceName(program, GL_UNIFORM, index, sizeof(name), &length, name); in TEST_P()
435 location = glGetProgramResourceLocation(program, GL_UNIFORM, "foo"); in TEST_P()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/main/
H A Dshader_query.cpp469 case GL_UNIFORM: in _mesa_program_resource_name()
503 case GL_UNIFORM: in _mesa_program_resource_array_size()
680 case GL_UNIFORM: in _mesa_program_resource_find_name()
733 case GL_UNIFORM: in program_resource_find_binding_offset()
911 case GL_UNIFORM: in _mesa_program_resource_find_index()
1066 case GL_UNIFORM: in program_resource_location()
1395 case GL_UNIFORM: in _mesa_program_resource_prop()
1414 case GL_UNIFORM: in _mesa_program_resource_prop()
1444 case GL_UNIFORM: in _mesa_program_resource_prop()
1489 case GL_UNIFORM: in _mesa_program_resource_prop()
[all …]
H A Dprogram_resource.c39 case GL_UNIFORM: in supported_interface_enum()
194 case GL_UNIFORM: in _mesa_GetProgramResourceIndex()
300 case GL_UNIFORM: in _mesa_GetProgramResourceLocation()
/dports/lang/clover/mesa-21.3.6/src/mesa/main/
H A Dshader_query.cpp469 case GL_UNIFORM: in _mesa_program_resource_name()
503 case GL_UNIFORM: in _mesa_program_resource_array_size()
680 case GL_UNIFORM: in _mesa_program_resource_find_name()
733 case GL_UNIFORM: in program_resource_find_binding_offset()
911 case GL_UNIFORM: in _mesa_program_resource_find_index()
1066 case GL_UNIFORM: in program_resource_location()
1395 case GL_UNIFORM: in _mesa_program_resource_prop()
1414 case GL_UNIFORM: in _mesa_program_resource_prop()
1444 case GL_UNIFORM: in _mesa_program_resource_prop()
1489 case GL_UNIFORM: in _mesa_program_resource_prop()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/main/
H A Dshader_query.cpp469 case GL_UNIFORM: in _mesa_program_resource_name()
503 case GL_UNIFORM: in _mesa_program_resource_array_size()
680 case GL_UNIFORM: in _mesa_program_resource_find_name()
733 case GL_UNIFORM: in program_resource_find_binding_offset()
911 case GL_UNIFORM: in _mesa_program_resource_find_index()
1066 case GL_UNIFORM: in program_resource_location()
1395 case GL_UNIFORM: in _mesa_program_resource_prop()
1414 case GL_UNIFORM: in _mesa_program_resource_prop()
1444 case GL_UNIFORM: in _mesa_program_resource_prop()
1489 case GL_UNIFORM: in _mesa_program_resource_prop()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/main/
H A Dshader_query.cpp469 case GL_UNIFORM: in _mesa_program_resource_name()
503 case GL_UNIFORM: in _mesa_program_resource_array_size()
680 case GL_UNIFORM: in _mesa_program_resource_find_name()
733 case GL_UNIFORM: in program_resource_find_binding_offset()
911 case GL_UNIFORM: in _mesa_program_resource_find_index()
1066 case GL_UNIFORM: in program_resource_location()
1395 case GL_UNIFORM: in _mesa_program_resource_prop()
1414 case GL_UNIFORM: in _mesa_program_resource_prop()
1444 case GL_UNIFORM: in _mesa_program_resource_prop()
1489 case GL_UNIFORM: in _mesa_program_resource_prop()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/main/
H A Dshader_query.cpp469 case GL_UNIFORM: in _mesa_program_resource_name()
503 case GL_UNIFORM: in _mesa_program_resource_array_size()
680 case GL_UNIFORM: in _mesa_program_resource_find_name()
733 case GL_UNIFORM: in program_resource_find_binding_offset()
911 case GL_UNIFORM: in _mesa_program_resource_find_index()
1066 case GL_UNIFORM: in program_resource_location()
1395 case GL_UNIFORM: in _mesa_program_resource_prop()
1414 case GL_UNIFORM: in _mesa_program_resource_prop()
1444 case GL_UNIFORM: in _mesa_program_resource_prop()
1489 case GL_UNIFORM: in _mesa_program_resource_prop()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/main/
H A Dshader_query.cpp469 case GL_UNIFORM: in _mesa_program_resource_name()
503 case GL_UNIFORM: in _mesa_program_resource_array_size()
680 case GL_UNIFORM: in _mesa_program_resource_find_name()
733 case GL_UNIFORM: in program_resource_find_binding_offset()
911 case GL_UNIFORM: in _mesa_program_resource_find_index()
1066 case GL_UNIFORM: in program_resource_location()
1395 case GL_UNIFORM: in _mesa_program_resource_prop()
1414 case GL_UNIFORM: in _mesa_program_resource_prop()
1444 case GL_UNIFORM: in _mesa_program_resource_prop()
1489 case GL_UNIFORM: in _mesa_program_resource_prop()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/main/
H A Dshader_query.cpp469 case GL_UNIFORM: in _mesa_program_resource_name()
503 case GL_UNIFORM: in _mesa_program_resource_array_size()
680 case GL_UNIFORM: in _mesa_program_resource_find_name()
733 case GL_UNIFORM: in program_resource_find_binding_offset()
911 case GL_UNIFORM: in _mesa_program_resource_find_index()
1066 case GL_UNIFORM: in program_resource_location()
1395 case GL_UNIFORM: in _mesa_program_resource_prop()
1414 case GL_UNIFORM: in _mesa_program_resource_prop()
1444 case GL_UNIFORM: in _mesa_program_resource_prop()
1489 case GL_UNIFORM: in _mesa_program_resource_prop()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/main/
H A Dshader_query.cpp469 case GL_UNIFORM: in _mesa_program_resource_name()
503 case GL_UNIFORM: in _mesa_program_resource_array_size()
680 case GL_UNIFORM: in _mesa_program_resource_find_name()
733 case GL_UNIFORM: in program_resource_find_binding_offset()
911 case GL_UNIFORM: in _mesa_program_resource_find_index()
1066 case GL_UNIFORM: in program_resource_location()
1395 case GL_UNIFORM: in _mesa_program_resource_prop()
1414 case GL_UNIFORM: in _mesa_program_resource_prop()
1444 case GL_UNIFORM: in _mesa_program_resource_prop()
1489 case GL_UNIFORM: in _mesa_program_resource_prop()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/main/
H A Dshader_query.cpp469 case GL_UNIFORM: in _mesa_program_resource_name()
503 case GL_UNIFORM: in _mesa_program_resource_array_size()
680 case GL_UNIFORM: in _mesa_program_resource_find_name()
733 case GL_UNIFORM: in program_resource_find_binding_offset()
911 case GL_UNIFORM: in _mesa_program_resource_find_index()
1066 case GL_UNIFORM: in program_resource_location()
1395 case GL_UNIFORM: in _mesa_program_resource_prop()
1414 case GL_UNIFORM: in _mesa_program_resource_prop()
1444 case GL_UNIFORM: in _mesa_program_resource_prop()
1489 case GL_UNIFORM: in _mesa_program_resource_prop()
[all …]
/dports/games/ufoai/ufoai-2.5-source/src/client/renderer/
H A Dr_program.cpp94 if (type == GL_UNIFORM) in R_ProgramVariable()
115 if (!(v = R_ProgramVariable(GL_UNIFORM, name))) in R_ProgramParameter1i()
125 if (!(v = R_ProgramVariable(GL_UNIFORM, name))) in R_ProgramParameter1f()
135 if (!(v = R_ProgramVariable(GL_UNIFORM, name))) in R_ProgramParameter1fvs()
145 if (!(v = R_ProgramVariable(GL_UNIFORM, name))) in R_ProgramParameter2fv()
155 if (!(v = R_ProgramVariable(GL_UNIFORM, name))) in R_ProgramParameter2fvs()
165 if (!(v = R_ProgramVariable(GL_UNIFORM, name))) in R_ProgramParameter3fv()
175 if (!(v = R_ProgramVariable(GL_UNIFORM, name))) in R_ProgramParameter3fvs()
185 if (!(v = R_ProgramVariable(GL_UNIFORM, name))) in R_ProgramParameter4fv()
195 if (!(v = R_ProgramVariable(GL_UNIFORM, name))) in R_ProgramParameter4fvs()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webgl/
H A Dwebgl2_compute_rendering_context_base.cc507 case GL_UNIFORM: in ValidateProgramInterface()
564 program_interface != GL_UNIFORM) in ValidateAndExtendProgramResourceProperties()
572 program_interface != GL_UNIFORM) in ValidateAndExtendProgramResourceProperties()
576 if (program_interface != GL_UNIFORM) in ValidateAndExtendProgramResourceProperties()
588 program_interface != GL_UNIFORM) in ValidateAndExtendProgramResourceProperties()
597 program_interface != GL_UNIFORM) in ValidateAndExtendProgramResourceProperties()
608 program_interface != GL_UNIFORM && in ValidateAndExtendProgramResourceProperties()
622 program_interface != GL_UNIFORM) in ValidateAndExtendProgramResourceProperties()
673 case GL_UNIFORM: { in WrapLocation()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quickshapes/
H A Dqquickshapenvprrenderer.cpp509 mtl.uniLoc[0] = f->glGetProgramResourceLocation(mtl.prg, GL_UNIFORM, "color"); in activateMaterial()
511 mtl.uniLoc[1] = f->glGetProgramResourceLocation(mtl.prg, GL_UNIFORM, "opacity"); in activateMaterial()
533 mtl.uniLoc[1] = f->glGetProgramResourceLocation(mtl.prg, GL_UNIFORM, "opacity"); in activateMaterial()
535 mtl.uniLoc[2] = f->glGetProgramResourceLocation(mtl.prg, GL_UNIFORM, "gradStart"); in activateMaterial()
537 mtl.uniLoc[3] = f->glGetProgramResourceLocation(mtl.prg, GL_UNIFORM, "gradEnd"); in activateMaterial()
572 mtl.uniLoc[1] = f->glGetProgramResourceLocation(mtl.prg, GL_UNIFORM, "opacity"); in activateMaterial()
574 mtl.uniLoc[2] = f->glGetProgramResourceLocation(mtl.prg, GL_UNIFORM, "focalToCenter"); in activateMaterial()
576 mtl.uniLoc[3] = f->glGetProgramResourceLocation(mtl.prg, GL_UNIFORM, "centerRadius"); in activateMaterial()
578 mtl.uniLoc[4] = f->glGetProgramResourceLocation(mtl.prg, GL_UNIFORM, "focalRadius"); in activateMaterial()
607 mtl.uniLoc[1] = f->glGetProgramResourceLocation(mtl.prg, GL_UNIFORM, "opacity"); in activateMaterial()
[all …]
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quickshapes/
H A Dqquickshapenvprrenderer.cpp509 mtl.uniLoc[0] = f->glGetProgramResourceLocation(mtl.prg, GL_UNIFORM, "color"); in activateMaterial()
511 mtl.uniLoc[1] = f->glGetProgramResourceLocation(mtl.prg, GL_UNIFORM, "opacity"); in activateMaterial()
533 mtl.uniLoc[1] = f->glGetProgramResourceLocation(mtl.prg, GL_UNIFORM, "opacity"); in activateMaterial()
535 mtl.uniLoc[2] = f->glGetProgramResourceLocation(mtl.prg, GL_UNIFORM, "gradStart"); in activateMaterial()
537 mtl.uniLoc[3] = f->glGetProgramResourceLocation(mtl.prg, GL_UNIFORM, "gradEnd"); in activateMaterial()
572 mtl.uniLoc[1] = f->glGetProgramResourceLocation(mtl.prg, GL_UNIFORM, "opacity"); in activateMaterial()
574 mtl.uniLoc[2] = f->glGetProgramResourceLocation(mtl.prg, GL_UNIFORM, "focalToCenter"); in activateMaterial()
576 mtl.uniLoc[3] = f->glGetProgramResourceLocation(mtl.prg, GL_UNIFORM, "centerRadius"); in activateMaterial()
578 mtl.uniLoc[4] = f->glGetProgramResourceLocation(mtl.prg, GL_UNIFORM, "focalRadius"); in activateMaterial()
607 mtl.uniLoc[1] = f->glGetProgramResourceLocation(mtl.prg, GL_UNIFORM, "opacity"); in activateMaterial()
[all …]

12345678910>>...22