Lines Matching defs:param
322 glw::GLint* param);
384 * @param context CTS context
416 * @param gl Functions
417 * @param required_major Minimum required MAJOR_VERSION
418 * @param required_minor Minimum required MINOR_VERSION
480 * @param context CTS context.
496 * @param target Buffer target
497 * @param usage Buffer usage enum
498 * @param size <size> parameter
499 * @param data <data> parameter
517 * @param target Buffer target
518 * @param usage Buffer usage enum
519 * @param size <size> parameter
520 * @param data <data> parameter
562 * @param index <index> parameter
573 * @param index <index> parameter
574 * @param offset <offset> parameter
575 * @param size <size> parameter
586 * @param access Requested access
615 * @param context CTS context
636 * @param gl GL functions
637 * @param id Id of buffer
638 * @param target Buffer target
648 * @param gl GL functions
649 * @param id Id of buffer
650 * @param target Buffer target
651 * @param index <index> parameter
661 * @param gl GL functions
662 * @param id Id of buffer
663 * @param target Buffer target
664 * @param index <index> parameter
665 * @param offset <offset> parameter
666 * @param size <size> parameter
677 * @param gl GL functions
678 * @param target Buffer target
679 * @param usage Buffer usage enum
680 * @param size <size> parameter
681 * @param data <data> parameter
692 * @param gl GL functions
693 * @param out_id Id of buffer
712 * @param gl GL functions
713 * @param buffer Buffer name
714 * @param pname Parameter name
715 * @param data Storage for queried results
725 * @param gl GL functions
726 * @param Target Buffer target
727 * @param pname Parameter name
728 * @param data Storage for queried results
738 * @param gl GL functions
739 * @param target Buffer target
740 * @param offset Offset in buffer
741 * @param size <size> parameter
742 * @param data <data> parameter
753 * @param gl GL functions
754 * @param target Buffer target
755 * @param access Access rights for mapped region
769 * @param gl GL functions
770 * @param target Buffer target
771 * @param access Access rights for mapped region
786 * @param gl GL functions
787 * @param target Buffer target
788 * @param flags Buffer flags
789 * @param size <size> parameter
790 * @param data <data> parameter
801 * @param gl GL functions
802 * @param target Buffer target
803 * @param offset Offset in buffer
804 * @param size <size> parameter
805 * @param data <data> parameter
816 * @param gl GL functions
817 * @param target Buffer target
828 * @param buffer Mapped buffer
829 * @param data Mapped data
843 * @param map_owner Map owner
870 * @param context CTS context.
901 * @param gl GL functions
902 * @param target Framebuffer target
903 * @param attachment Attachment
904 * @param texture_id Texture id
905 * @param width Texture width
906 * @param height Texture height
920 * @param gl GL functions
921 * @param target Framebuffer target
922 * @param id ID of framebuffer
953 * @param context CTS context.
978 * @param compute_shader Compute shader source code
979 * @param fragment_shader Fragment shader source code
980 * @param geometry_shader Geometry shader source code
981 * @param tesselation_control_shader Tesselation control shader source code
982 * @param tesselation_evaluation_shader Tesselation evaluation shader source code
983 * @param vertex_shader Vertex shader source code
1041 * @param gl GL functions
1042 * @param program_id Id of program
1043 * @param shader_id Id of shader
1059 * @param gl GL functions
1060 * @param out_id Id of program
1077 * @param gl GL functions
1078 * @param id Id of program
1113 * @param gl GL functions
1114 * @param id Id of program
1127 * @param context CTS context.
1144 * @param stage Shader stage
1145 * @param source Source code
1183 * @param gl GL functions
1184 * @param id Shader id
1221 * @param gl GL functions
1222 * @param stage Shader stage
1223 * @param out_id Shader id
1240 * @param gl GL functions
1241 * @param id Shader id
1242 * @param source Shader source code
1261 * @param context CTS context.
1292 * @param context CTS context
1313 * @param gl GL functions
1314 * @param id Id of texture
1315 * @param tex_type Type of texture
1325 * @param gl GL functions
1326 * @param target Texture target
1327 * @param level Mipmap level
1328 * @param internal_format Format of data
1329 * @param width Width of texture
1330 * @param height Height of texture
1331 * @param depth Depth of texture
1332 * @param image_size Size of data
1333 * @param data Buffer with image data
1378 * @param gl GL functions
1379 * @param out_id Id of texture
1398 * @param gl GL functions
1399 * @param target Texture target
1400 * @param format Format of data
1401 * @param type Type of data
1402 * @param out_data Buffer for data
1413 * @param gl GL functions
1414 * @param target Texture target
1415 * @param level Mipmap level
1416 * @param pname Parameter to query
1417 * @param param Result of query
1420 glw::GLint* param)
1422 gl.getTexLevelParameteriv(target, level, pname, param);
1428 * @param gl GL functions
1429 * @param target Texture target
1430 * @param level Mipmap level
1431 * @param internal_format Format of data
1432 * @param width Width of texture
1433 * @param height Height of texture
1434 * @param depth Depth of texture
1435 * @param format Format of data
1436 * @param type Type of data
1437 * @param data Buffer with image data
1482 * @param gl GL functions
1483 * @param target Texture target
1484 * @param levels Number of levels
1485 * @param internal_format Internal format of texture
1486 * @param width Width of texture
1487 * @param height Height of texture
1488 * @param depth Depth of texture
1518 * @param gl GL functions
1519 * @param target Texture target
1520 * @param level Mipmap level
1521 * @param x X offset
1522 * @param y Y offset
1523 * @param z Z offset
1524 * @param width Width of texture
1525 * @param height Height of texture
1526 * @param depth Depth of texture
1527 * @param format Format of data
1528 * @param type Type of data
1529 * @param pixels Buffer with image data
1571 * @param context CTS context.
1604 * @param gl GL functions
1605 * @param id ID of vertex array object
1615 * @param gl GL functions
1616 * @param out_id ID of vertex array object
1635 * @param context Test context
1913 * @param expected_error Expected error
1914 * @param error_message Message that will be logged in case of wrong error
1915 * @param out_test_result Set to false if worng error was generated, not modified otherwise
1936 * @param context Test context
2151 * @param context Test context
2159 * @param context Test context
2313 * @param context Test context
2528 * @param context Test context
2636 * @param operation Operation which name will be returned
2691 * @param operation Operation to be tested
2692 * @param buffer Buffer that will be used as GL_PIXEL_UNPACK_BUFFER
2693 * @param expected_error Expected error
2796 * @param context Test context
2934 * @param context Test context
2944 * @param context Test context
2945 * @param test_name Test name
2946 * @param test_description Test description
3122 * @param context Test context
3308 * @param context Test context
3702 * @param context Rendering context.