Lines Matching defs:param
66 * @param context CTS context.
82 * @param target Buffer target
83 * @param usage Buffer usage enum
84 * @param size <size> parameter
85 * @param data <data> parameter
121 * @param index <index> parameter
130 * @param gl GL functions
131 * @param id Id of buffer
132 * @param target Buffer target
142 * @param gl GL functions
143 * @param id Id of buffer
144 * @param target Buffer target
145 * @param index <index> parameter
155 * @param gl GL functions
156 * @param target Buffer target
157 * @param usage Buffer usage enum
158 * @param size <size> parameter
159 * @param data <data> parameter
170 * @param gl GL functions
171 * @param out_id Id of buffer
190 * @param gl GL functions
191 * @param target Buffer target
192 * @param offset Offset in buffer
193 * @param size <size> parameter
194 * @param data <data> parameter
208 * @param context CTS context.
237 * @param gl GL functions
238 * @param target Framebuffer target
239 * @param attachment Attachment
240 * @param texture_id Texture id
241 * @param level Level of mipmap
242 * @param width Texture width
243 * @param height Texture height
257 * @param gl GL functions
258 * @param target Framebuffer target
259 * @param id ID of framebuffer
290 * @param context CTS context.
315 * @param compute_shader Compute shader source code
316 * @param fragment_shader Fragment shader source code
317 * @param geometry_shader Geometry shader source code
318 * @param tesselation_control_shader Tesselation control shader source code
319 * @param tesselation_evaluation_shader Tesselation evaluation shader source code
320 * @param vertex_shader Vertex shader source code
381 * @param gl GL functions
382 * @param program_id Id of program
383 * @param shader_id Id of shader
399 * @param gl GL functions
400 * @param out_id Id of program
417 * @param gl GL functions
418 * @param id Id of program
453 * @param gl GL functions
454 * @param id Id of program
467 * @param context CTS context.
484 * @param stage Shader stage
485 * @param source Source code
518 * @param gl GL functions
519 * @param id Shader id
556 * @param gl GL functions
557 * @param stage Shader stage
558 * @param out_id Shader id
575 * @param gl GL functions
576 * @param id Shader id
577 * @param source Shader source code
592 * @param context CTS context.
621 * @param gl GL functions
622 * @param id Id of texture
623 * @param tex_type Type of texture
633 * @param gl GL functions
634 * @param target Texture target
635 * @param level Mipmap level
636 * @param internal_format Format of data
637 * @param width Width of texture
638 * @param height Height of texture
639 * @param depth Depth of texture
640 * @param image_size Size of data
641 * @param data Buffer with image data
686 * @param gl GL functions
687 * @param out_id Id of texture
706 * @param gl GL functions
707 * @param target Texture target
708 * @param format Format of data
709 * @param type Type of data
710 * @param out_data Buffer for data
721 * @param gl GL functions
722 * @param id Texture id
723 * @param level Mipmap level
724 * @param width Texture width
725 * @param height Texture height
726 * @param format Format of data
727 * @param type Type of data
728 * @param out_data Buffer for data
749 * @param gl GL functions
750 * @param target Texture target
751 * @param level Mipmap level
752 * @param pname Parameter to query
753 * @param param Result of query
756 glw::GLint* param)
758 gl.getTexLevelParameteriv(target, level, pname, param);
764 * @param gl GL functions
765 * @param target Texture target
766 * @param level Mipmap level
767 * @param internal_format Format of data
768 * @param width Width of texture
769 * @param height Height of texture
770 * @param depth Depth of texture
771 * @param format Format of data
772 * @param type Type of data
773 * @param data Buffer with image data
818 * @param gl GL functions
819 * @param target Texture target
820 * @param levels Number of levels
821 * @param internal_format Internal format of texture
822 * @param width Width of texture
823 * @param height Height of texture
824 * @param depth Depth of texture
858 * @param gl GL functions
859 * @param target Texture target
860 * @param level Mipmap level
861 * @param x X offset
862 * @param y Y offset
863 * @param z Z offset
864 * @param width Width of texture
865 * @param height Height of texture
866 * @param depth Depth of texture
867 * @param format Format of data
868 * @param type Type of data
869 * @param pixels Buffer with image data
911 * @param context CTS context.
942 * @param gl GL functions
943 * @param id ID of vertex array object
953 * @param gl GL functions
954 * @param out_id ID of vertex array object
1053 * @param testCtx Test context
1229 * @param texture_id Id of texture
1253 * @param texture_id Id of texture
1267 * @param texture_id Id of texture
1278 * @param texture_id Id of texture
1306 * @param testCtx Test context
1317 * @param testCtx Test context
1318 * @param name Test name
1319 * @param description Test description
1320 * @param apiType Api type
1539 * @param is_case_valid Selects if valid or invalid case is tested
1675 * @param is_source Selects if texutre will be used as source or destination
1676 * @param texture_id Id of texutre
1853 * @param texture_id Id of texture
2109 * @param texture_id Id of texture
2359 * @param testCtx Test context
2360 * @param apiType Api type
2541 * @param version Specify which version should be prepared
2638 * @param id_destination Id of texture used as destination
2639 * @param id_source Id of texture used as source
2687 * @param texture_id Id of texture
2938 * @param texture_id Id of texture
3190 * @param testCtx Test context
3191 * @param apiType Api type
3328 * @param buffer_data Buffer data to verify
3458 * @param context Test context
3597 * @param buffer_data Buffer data to verify
3678 * @param context Rendering context.