Lines Matching full:param
46 * @param context CTS context.
68 * @param target <target> parameter
69 * @param index <index> parameter
70 * @param offset <offset> parameter
71 * @param size <size> parameter
94 * @param target <target> parameter
95 * @param size <size> parameter
96 * @param data <data> parameter
97 * @param usage <usage> parameter
112 * @param context CTS context
135 * @param attachment Attachment
136 * @param texture_id Texture id
137 * @param width Texture width
138 * @param height Texture height
171 * @param mask <mask> parameter of glClear. Decides which shall be cleared
183 * @param red Red channel
184 * @param green Green channel
185 * @param blue Blue channel
186 * @param alpha Alpha channel
211 * @param context CTS context.
236 * @param compute_shader_code Compute shader source code
237 * @param fragment_shader_code Fragment shader source code
238 * @param geometry_shader_code Geometry shader source code
239 * @param tesselation_control_shader_code Tesselation control shader source code
240 * @param tesselation_evaluation_shader_code Tesselation evaluation shader source code
241 * @param vertex_shader_code Vertex shader source code
242 * @param varying_names Array of strings containing names of varyings to be captured with transfrom feedback
243 * @param n_varying_names Number of varyings to be captured with transfrom feedback
244 * @param is_separable Selects if monolithis or separable program should be built. Defaults to false
327 * @param shader_id Shader object id
328 * @param shader_code Shader source code
397 * @param binary Buffer with binary form of program
398 * @param binary_format Format of <binary> data
415 * @param binary Buffer for binary data
416 * @param binary_format Format of binary data
438 * @param subroutine_name Subroutine name
463 * @param uniform_name Subroutine uniform name
488 * @param uniform_name Subroutine uniform name
660 * @param context CTS context.
694 * @param width Width of texture
695 * @param height Height of texture
696 * @param internal_format Internal format of texture
713 * @param format Format of image
714 * @param type Type of image
715 * @param out_data Buffer for image
729 * @param width Width of texture
730 * @param height Height of texture
731 * @param format Format of data
732 * @param type Type of data
733 * @param data Buffer with image
748 * @param context CTS context.
801 * @param gl OpenGL functions from the active rendering context.
802 * @param vs_body Body to use for the vertex shader. Can be an empty string.
803 * @param tc_body Body to use for the tessellation control shader. Can be
805 * @param te_body Body to use for the tessellation evaluation shader. Can be
807 * @param gs_body Body to use for the geometry shader. Can be an empty string.
808 * @param fs_body Body to use for the fragment shader. Can be an empty string.
809 * @param xfb_varyings An array of names of varyings to use for XFB. Can be NULL.
810 * @param n_xfb_varyings Amount of XFB varyings defined in @param xfb_varyings.Can be 0.
811 * @param out_vs_id Deref will be used to store GL id of a generated vertex shader.
814 * @param out_tc_id Deref will be used to store GL id of a generated tess control shader.
817 * @param out_te_id Deref will be used to store GL id of a generated tess evaluation shader.
820 * @param out_gs_id Deref will be used to store GL id of a generated geometry shader.
823 * @param out_fs_id Deref will be used to store GL id of a generated fragment shader.
826 * @param out_po_id Deref will be used to store GL id of a generated program object.
971 * @param variable_type Variable type to use for the query.
1052 * @param variable_type Variable type to use for the query.
1091 * @param shader_stage Shader stage to user for the query.
1128 * @param variable_type GLSL variable type to use for the query.
1230 * @param shader_stage Shader stage to use for the query.
1267 * @param shader_stage_glenum Shader stage to use for the query.
1304 * @param program_interface Program interface
1329 * @param pname pname
1408 * @param base_variable_type Base variable type to use for the query.
1409 * @param n_components Number of components to consider for the query.
1561 * @param variable_type Variable type to use for the query.
1563 * @return As per description or [?] if @param variable_type was not
1671 * @param context Rendering context.
1812 * @param context Rendering context.
2114 * @param context Rendering context.
2179 * @param test-case Test case descriptor.
2289 * @param variable_type GLSL type that should be used for argument and
2292 * @param array_size 1 if non-arrayed arguments/return types should be tested;
2620 * @param xfb_data Buffer holding the data.
2621 * @param variable_type GLSL type used for the test iteration
2622 * that generated the data at @param xfb_data.
2762 * @param context CTS context
3035 * @param program_id Program object id
3036 * @param pname <pname> parameter for getProgramStageiv
3037 * @param expected Expected value
3067 * @param program_id Program object id
3068 * @param program_interface Program interface
3069 * @param pname <pname> parameter for getProgramStageiv
3070 * @param resource_name Resource name
3071 * @param expected Expected value
3110 * @param program_id Program object id
3111 * @param program_interface Program interface
3112 * @param pname <pname> parameter for getProgramStageiv
3113 * @param expected Expected value
3145 * @param program_id Program object id
3146 * @param index <index> parameter for getActiveSubroutineUniformiv
3147 * @param pname <pname> parameter for getActiveSubroutineUniformiv
3148 * @param expected Expected value
3180 * @param program_id Program object id
3181 * @param program_interface Program interface
3182 * @param resource_name Name of resource
3207 * @param program_id Program object id
3208 * @param subroutine_name Subroutine name
3209 * @param use_program_query If true getProgramResourceIndex is used, otherwise getSubroutineIndex
3240 * @param program_id Program object id
3241 * @param uniform_name Subroutine uniform name
3242 * @param use_program_query If true getProgramResourceLocation is used, otherwise getSubroutineUniformLocation
3273 * @param program_id Program object id
3303 * @param program_id Program object id
3334 * @param program_id Program object id
3335 * @param subroutine_names Array of subroutine names
3336 * @param uniform_names Array of uniform names
3433 * @param program_id Program object id
3434 * @param uniform_names Array of subroutine uniform names available in program
3510 * @param program_id Program object id
3511 * @param uniform_names Array of subroutine uniform names available in program
3561 * @param program_id Program object id
3562 * @param subroutine_names Array of subroutine names available in program
3612 * @param program_id Program object id
3613 * @param subroutine_names Array of subroutine names available in program
3614 * @param uniform_names Array of subroutine uniform names available in program
3671 * @param program_id Program object id
3672 * @param first_routine_name Name of subroutine that shall be used aas first_routine
3673 * @param second_routine_name Name of subroutine that shall be used aas second_routine
3674 * @param uniform_names Name of uniforms
3675 * @param expected_results Test data. [0] is used as input data. All are used as expected_results
3676 * @param use_program_query If true GetProgram* API will be used
3803 * @param context CTS context
4042 * @param subroutine_names Array of subroutine names
4043 * @param subroutine_combination Combination of subroutines
4044 * @param input_data Input data
4045 * @param first_routine_result Result of first routine
4046 * @param second_routine_result Result of second routine
4047 * @param third_routine_result Result of third routine
4048 * @param fourth_routine_result Result of fourth routine
4049 * @param first_routine_expected_result Expected result of first routine
4050 * @param second_routine_expected_result Expected result of second routine
4051 * @param third_routine_expected_result Expected result of third routine
4052 * @param fourth_routine_expected_result Expected result of fourth routine
4124 * @param subroutine_combination Combination of subroutines
4125 * @param input_data Input data
4126 * @param out_first_routine_result Result of first routine
4127 * @param out_second_routine_result Result of second routine
4128 * @param out_third_routine_result Result of third routine
4129 * @param out_fourth_routine_result Result of fourth routine
4210 * @param first_routine_result Result of first routine
4211 * @param second_routine_result Result of second routine
4212 * @param third_routine_result Result of third routine
4213 * @param fourth_routine_result Result of fourth routine
4214 * @param first_routine_expected_result Expected result of first routine
4215 * @param second_routine_expected_result Expected result of second routine
4216 * @param third_routine_expected_result Expected result of third routine
4217 * @param fourth_routine_expected_result Expected result of fourth routine
4240 * @param context CTS context
4382 * @param context CTS context
4584 * @param function Function id, 0 is sum, 1 is multiplication
4585 * @param left Left operand
4586 * @param right Right operand
4587 * @param out Function result
4610 * @param combination Function combination, first applied function is at index [0]
4611 * @param left Left operand
4612 * @param right Right operand
4613 * @param indices Indices used by dynamic calls
4614 * @param out_combined Expected result of "combined" operation
4615 * @param out_combined_inverted Expected result of "combined_inverted" operation
4616 * @param out_constant Expected result of "constant" operation
4617 * @param out_constant_inverted Expected result of "constant_inverted" operation
4618 * @param out_dynamic Expected result of "dynamic" operation
4619 * @param out_dynamic_inverted Expected result of "out_dynamic_inverted" operation
4620 * @param out_loop Expected result of "loop" operation
4676 * @param combination Operations combination
4677 * @param left Left operand
4678 * @param right Right operand
4679 * @param indices Inidices used by "dynamic" calls
4680 * @param vec4_expected Expected results
4681 * @param vec4_result Results
4682 * @param array_length Length of array
4683 * @param result Comparison results
4826 * @param combination Function combination, first applied function is at index [0]
4827 * @param left Left operand
4828 * @param right Right operand
4829 * @param indices Indices used by dynamic calls
4922 * @param context Rendering context.
5109 * @param data_ptr XFB data.
5150 * @param context CTS context
5315 * @param routine_indices Configuration of subroutine uniforms
5366 * @param context CTS context
5731 * @param texture Texture instance
5732 * @param color Color
5761 * @param routine_configuration Configurations of routines to be used
5762 * @param sampler_configuration Configuration of textures to be bound to samplers
5763 * @param expected_color Expected color of result image
5847 * @param context CTS context
5914 * @param texture Texture instance
5915 * @param color Color
6095 * @param subroutine_index Index of subroutine that shall be used during draw call
6096 * @param expected_results Expected results
6296 * @param subroutine_index Index of subroutine that shall be used during draw call
6297 * @param left "Left" texture
6298 * @param right "Right" texture
6299 * @param expected_left_color Expected color of "left" texture
6300 * @param expected_right_color Expected color of "right" texture
6501 * @param subroutine_index Index of subroutine that shall be used by draw call
6502 * @param expected_results Expected results
6545 * @param texture Texture instance
6546 * @param expected_color Expected color
6583 * @param context Rendering context.
6699 * @param n_id Index of the shader.
6754 * @param n_id Index of the shader.
6831 * @param n_id Index of the shader.
6898 * @param n_id Index of the shader.
6958 * @param n_id Index of the shader.
7336 * @param n_fs_id Index of the fragment shader used for the iteration;
7337 * @param n_fs_subroutine Index of the subroutine used in the fragment shader
7339 * @param n_gs_id Index of the geometry shader used for the iteration;
7340 * @param n_gs_subroutine Index of the subroutine used in the geometry shader
7342 * @param n_tc_id Index of the tessellation control shader used for the iteration;
7343 * @param n_tc_subroutine Index of the subroutine used in the tessellation control
7345 * @param n_te_id Index of the tessellation evaluation shader used for the iteration;
7346 * @param n_te_subroutine Index of the subroutine used in the tessellation evaluation
7348 * @param n_vs_id Index of the vertex shader used for the iteration;
7349 * @param n_vs_subroutine Index of the subroutine used in the vertex shader for
7465 * @param context CTS context
7735 * @param uni_input Input data
7736 * @param expected_routine_1_result Set of expected results of "routine_1"
7737 * @param expected_routine_2_result Set of expected results of "routine_2"
7815 * @param routine_configuration Subroutine "type" ordinal
7816 * @param uni_input Input data
7817 * @param expected_routine_1_result Expected results of "routine_1"
7818 * @param expected_routine_2_result Expected results of "routine_2"
7940 * @param context Rendering context.
8062 * @param shader_stage Stage the shader body is to be returned for.
8063 * @param n_id Index of the shader (as per description).
8398 * @param retrieve_program_object_shader_ids true if the caller wishes to retrieve shader object IDs,
8400 * @param n_id Index of the program/pipeline object the shaders
8402 * @param out_shader_stages Deref will be used to store exactly five IDs. Must not
8768 * @param test_case Test case the verification is to be performed for.
8769 * @param n_id Index of the program/pipeline object to use for the verification
8770 * @param verification Verification method.
8798 * @param shader_stage Descriptor of a shader stage that should be used for the process.
8799 * @param verification Type of verification that should be performed.
8892 * @param context Rendering context.
9372 * @param context Rendering context.
9436 * @param bool_operator1_subroutine_location Location of a subroutine to be assigned to
9438 * @param bool_operator2_subroutine_location Location of a subroutine to be assigned to
9440 * @param vec4_operator1_subroutine_location Location of a subroutine to be assigned to
9442 * @param vec4_operator2_subroutine_location Location of a subroutine to be assigned to
9712 * @param data Input value.
9724 * @param data Input value.
9738 * @param data XFBed data.
9739 * @param bool_operator1_subroutine_location Location of a subroutine to be assigned to
9741 * @param bool_operator2_subroutine_location Location of a subroutine to be assigned to
9743 * @param vec4_operator1_subroutine_location Location of a subroutine to be assigned to
9745 * @param vec4_operator2_subroutine_location Location of a subroutine to be assigned to
9842 * @param context Rendering context.
10308 * @param context Rendering context.
10384 * @param referencing_stage Shader stage which defines a subroutine uniform that
10424 * @param referencing_stage Shader stage which defines the subroutine uniform that
10464 * @param referencing_stage Shader stage which defines the subroutine uniform that
10508 * @param stage Shader stage to retrieve the subroutine uniform name for.
10564 * @param referencing_stage Shader stage which defines the subroutine uniform that
10603 * @param referencing_stage Shader stage which defines the subroutine uniform that
10642 * @param referencing_stage Shader stage which defines the subroutine uniform that
10711 * @param context Rendering context.
10738 * @param shader_stage Shader stage to use for the test.
10989 * @param context Rendering context.
11025 * @param shader_stage Shader stage to use for the query.
11026 * @param n_subroutine_types Overall number of subroutine types that will be
11273 * @param context Rendering context.
11352 * @param shader_stage Shader stage, for which a subroutine uniform should be
11398 * @param include_invalid_subroutine_uniform_declaration true if the shader should declare
11442 * @param include_invalid_subroutine_uniform_declaration true if the shader should declare
11488 * @param include_invalid_subroutine_uniform_declaration true if the shader should declare
11532 * @param include_invalid_subroutine_uniform_declaration true if the shader should declare
11577 * @param include_invalid_subroutine_uniform_declaration true if the shader should declare
11655 * @param context Rendering context.
11734 * @param shader_stage Shader stage, for which two duplicate functions
11781 * @param include_invalid_declaration true if the shader should include duplicate function
11834 * @param include_invalid_declaration true if the shader should include duplicate function
11889 * @param include_invalid_declaration true if the shader should include duplicate function
11942 * @param include_invalid_declaration true if the shader should include duplicate function
11995 * @param include_invalid_declaration true if the shader should include duplicate function
12083 * @param context CTS context
12275 * @param vertex_shader_code Source code of vertex shader
12276 * @param name_of_recursive_routine Name of subroutine that should cause link failure due to recursion
12332 * @param context Rendering context.
12409 * @param shader_stage Shader stage, for which two duplicate functions
12454 * @param include_invalid_declaration true if a subroutine prototype should be included in
12499 * @param include_invalid_declaration true if a subroutine prototype should be included in
12546 * @param include_invalid_declaration true if a subroutine prototype should be included in
12591 * @param include_invalid_declaration true if a subroutine prototype should be included in
12636 * @param include_invalid_declaration true if a subroutine prototype should be included in
12715 * @param context Rendering context.
12752 * @param test_case As per description.
12780 * @param test_case As per description.
12917 * @param context Rendering context.
12988 * @param include_duplicate_function flag is set to true.
12990 * @param include_duplicate_function As per description.
13032 * @param include_duplicate_function flag is set to true.
13034 * @param include_duplicate_function As per description.
13080 * @param include_duplicate_function flag is set to true.
13082 * @param include_duplicate_function As per description.
13135 * @param include_duplicate_function flag is set to true.
13137 * @param include_duplicate_function As per description.
13184 * @param include_duplicate_function flag is set to true.
13186 * @param include_duplicate_function As per description.
13311 * @param context Rendering context.
13349 * @param test_case As per description.
13377 * @param test_case As per description.
13517 * @param context Rendering context.
13554 * @param test_case As per description.
13588 * @param test_case As per description.
13757 * @param context Rendering context.