Lines Matching defs:param
55 * @param source As specified in GL spec.
56 * @param type As specified in GL spec.
57 * @param id As specified in GL spec.
58 * @param severity As specified in GL spec.
59 * @param ignored
60 * @param message As specified in GL spec.
61 * @param info Pointer to instance of deqp::Context used by test.
354 glw::GLint* param);
400 * @param context CTS context.
411 * @param context CTS context.
412 * @param target Buffer target
413 * @param usage Buffer usage enum
414 * @param size <size> parameter
415 * @param data <data> parameter
462 * @param index <index> parameter
478 * @param gl GL functions
479 * @param id Id of buffer
480 * @param target Buffer target
490 * @param gl GL functions
491 * @param id Id of buffer
492 * @param target Buffer target
493 * @param index <index> parameter
503 * @param gl GL functions
504 * @param target Buffer target
505 * @param usage Buffer usage enum
506 * @param size <size> parameter
507 * @param data <data> parameter
518 * @param gl GL functions
519 * @param out_id Id of buffer
538 * @param gl GL functions
539 * @param target Buffer target
540 * @param offset Offset in buffer
541 * @param size <size> parameter
542 * @param data <data> parameter
556 * @param context CTS context.
587 * @param gl GL functions
588 * @param target Framebuffer target
589 * @param attachment Attachment
590 * @param texture_id Texture id
591 * @param level Level of mipmap
592 * @param width Texture width
593 * @param height Texture height
607 * @param gl GL functions
608 * @param target Framebuffer target
609 * @param id ID of framebuffer
640 * @param context CTS context.
665 * @param compute_shader Compute shader source code
666 * @param fragment_shader Fragment shader source code
667 * @param geometry_shader Geometry shader source code
668 * @param tesselation_control_shader Tesselation control shader source code
669 * @param tesselation_evaluation_shader Tesselation evaluation shader source code
670 * @param vertex_shader Vertex shader source code
738 * @param gl GL functions
739 * @param program_id Id of program
740 * @param shader_id Id of shader
756 * @param gl GL functions
757 * @param out_id Id of program
774 * @param gl GL functions
775 * @param id Id of program
810 * @param gl GL functions
811 * @param id Id of program
824 * @param context CTS context.
841 * @param stage Shader stage
842 * @param source Source code
880 * @param gl GL functions
881 * @param id Shader id
918 * @param gl GL functions
919 * @param stage Shader stage
920 * @param out_id Shader id
937 * @param gl GL functions
938 * @param id Shader id
939 * @param source Shader source code
970 * @param context Test context
981 * @param context Test context
982 * @param internal_format Internal format of texture
983 * @param buufer_id ID of buffer that will be used as storage
1001 * @param context Test context
1002 * @param target Texture target
1003 * @param levels Number of levels
1004 * @param internal_format Internal format of texture
1005 * @param width Width of texture
1006 * @param height Height of texture
1007 * @param depth Depth of texture
1023 * @param context CTS context.
1038 * @param gl GL functions
1039 * @param id Id of texture
1040 * @param tex_type Type of texture
1050 * @param gl GL functions
1051 * @param target Texture target
1052 * @param level Mipmap level
1053 * @param internal_format Format of data
1054 * @param width Width of texture
1055 * @param height Height of texture
1056 * @param depth Depth of texture
1057 * @param image_size Size of data
1058 * @param data Buffer with image data
1103 * @param gl GL functions
1104 * @param out_id Id of texture
1123 * @param gl GL functions
1124 * @param target Texture target
1125 * @param format Format of data
1126 * @param type Type of data
1127 * @param out_data Buffer for data
1138 * @param gl GL functions
1139 * @param target Texture target
1140 * @param level Mipmap level
1141 * @param pname Parameter to query
1142 * @param param Result of query
1145 glw::GLint* param)
1147 gl.getTexLevelParameteriv(target, level, pname, param);
1153 * @param gl GL functions
1154 * @param target Texture target
1155 * @param level Mipmap level
1156 * @param internal_format Format of data
1157 * @param width Width of texture
1158 * @param height Height of texture
1159 * @param depth Depth of texture
1160 * @param format Format of data
1161 * @param type Type of data
1162 * @param data Buffer with image data
1207 * @param gl GL functions
1208 * @param target Texture target
1209 * @param levels Number of levels
1210 * @param internal_format Internal format of texture
1211 * @param width Width of texture
1212 * @param height Height of texture
1213 * @param depth Depth of texture
1267 * @param gl GL functions
1268 * @param target Texture target
1269 * @param level Mipmap level
1270 * @param x X offset
1271 * @param y Y offset
1272 * @param z Z offset
1273 * @param width Width of texture
1274 * @param height Height of texture
1275 * @param depth Depth of texture
1276 * @param format Format of data
1277 * @param type Type of data
1278 * @param pixels Buffer with image data
1369 * @param expected_error Expected error value
1370 * @param error_message Message logged if generated error is not the expected one
1392 * @param context Test contex
1393 * @param pname Pname of binding
1394 * @param index Index of binding
1395 * @param target_name Name of target
1396 * @param expected_value Expected value of binding
1419 * @param context Test contex
1420 * @param pname Binding pname of <expected_value>
1421 * @param index Index of texture unit
1422 * @param expected_value Expected value of binding at <pname> target
1456 * @param context Test context
1457 * @param index Index of binding
1458 * @param expected_value Expected value of binding
1480 * @param context Test context
1481 * @param texture_id Index of binding
1482 * @param value Value for texture
1483 * @param is_array Selects if array target should be used
1552 * @param index Index of texture target
1570 * @param index Index of texture target
1588 * @param token Token string
1589 * @param search_position Position at which find will start, it is updated to position at which replaced text ends
1590 * @param text String that will be used as replacement for <token>
1591 * @param string String to work on
1606 * @param context Test context
1816 * @param context Test context
1933 * @param context Test context
2051 * @param context Test context
2213 * @param context Test context
2370 * @param context Test context
2536 * @param context Test context
2709 * @param context Test context
2882 * @param context Test context
3030 * @param context Test context
3207 * @param context Test context
3363 * @param context Test context
3519 * @param context Test context
3653 * @param context Test context
3911 * @param context Test context
4167 * @param context Test context
4391 * @param context Test context
4643 * @param context Rendering context.