Lines Matching defs:param

1200  * @param source   As specified in GL spec.
1201 * @param type As specified in GL spec.
1202 * @param id As specified in GL spec.
1203 * @param severity As specified in GL spec.
1204 * @param ignored
1205 * @param message As specified in GL spec.
1206 * @param info Pointer to instance of deqp::Context used by test.
1301 * @param format_idx Index of format
1302 * @param out_ch_rgba Storage for values
1604 * @param size Size of storage in bits
1619 * @param out_expected_data Storage for converted value
1620 * @param value Value to be converted
1632 * @param source_format_idx Index of source format
1633 * @param output_format_idx Index of output format
1634 * @param index_of_swizzled_channel Index of swizzled channel
1635 * @param source_size Size of source storage in bits
1636 * @param output_size Size of output storage in bits
1637 * @param out_expected_data_low Lowest acceptable value
1638 * @param out_expected_data_top Highest acceptable value
1639 * @param out_expected_data_size Number of bytes used to store out values
1804 * @param internal_format Internal format to be found
1829 * @param target target to be found
1858 * @param channel_idx Index of channel before "swizzle" is applied
1859 * @param swizzle_set Set of swizzle states
1898 * @param format Format descriptor
1899 * @param channel Index of "swizzled" channel
1948 * @param format Format descriptor
1949 * @param channel Index of "swizzled" channel
1960 * @param context Test context
2002 * @param fragment_shader_code Fragment shader source code
2003 * @param vertex_shader_code Vertex shader source code
2037 * @param shader_id Shader object id
2038 * @param shader_code Shader source code
2144 * @param token Token string
2145 * @param search_position Position at which find will start, it is updated to position at which replaced text ends
2146 * @param text String that will be used as replacement for <token>
2147 * @param string String to work on
2163 * @param context Rendering context.
2204 * TEXTURE_SWIZZLE_A] and <param> is not one of [RED, GREEN, BLUE, ALPHA, ZERO,
2230 * TEXTURE_SWIZZLE_RGBA and any of four values pointed by <param> is not one of
2239 glw::GLint param[4] = { GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA };
2241 param[i] = value;
2243 gl.texParameteriv(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_SWIZZLE_RGBA, param);
2251 glw::GLint param[4] = { GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA };
2253 param[i] = value;
2255 gl.texParameteriv(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_SWIZZLE_RGBA, param);
2269 * @param expected_error
2286 * @param context Rendering context.
2339 * @param expected_error
2350 glw::GLint param[4] = { 0 };
2360 gl.getTexParameterIiv(texture_target, GL_TEXTURE_SWIZZLE_RGBA, param);
2380 if (GL_RED != param[0])
2384 if (GL_GREEN != param[1])
2388 if (GL_BLUE != param[2])
2392 if (GL_ALPHA != param[3])
2407 * @param context Rendering context.
2423 * @param context Rendering context.
2571 * @param test_case Test case instance
2572 * @param output_format_index Index of format used by output texture
2574 * @param index_of_swizzled_channel Index of swizzled channel
2604 * @param target Target of source texture
2605 * @param texture_swizzle Set of texture swizzle values
2606 * @param use_rgba_enum If texture swizzle states should be set with RGBA enum or separe calls
2656 * @param test_case Test case instance
2665 const glw::GLint param[4] = { red, green, blue, alpha };
2666 const size_t channel = get_swizzled_channel_idx(test_case.m_channel_index, param);
2708 * @param format_idx Index of format
2709 * @param target_idx Index of target
2761 * @param test_case Test case instance
2762 * @param output_format_index Index of output format
2763 * @param is_tested_stage Selects if fragment or vertex shader makes texture access
2831 * @param test_case Test case instance
2832 * @param is_tested_stage Selects if vertex or fragment shader makes texture access
2904 * @param target_idx Index of target
2930 * @param access_idx Index of access routine
2931 * @param target_idx Index of target
2985 * @param format_idx Index of format
2986 * @param target_idx Index of target
3048 const glw::GLint param[4] = { red, green, blue, alpha };
3049 const size_t channel = get_swizzled_channel_idx(test_case.m_channel_index, param);
3073 * @param test_case Test case instance
3074 * @param output_format_index Index of format used by output texture
3076 * @param index_of_swizzled_channel Index of swizzled channel
3077 * @param test_vertex_stage Selects if vertex or fragment shader should execute texture access
3088 const glw::GLint param[4] = { red, green, blue, alpha };
3115 draw(source_target.m_target, param, false);
3118 draw(source_target.m_target, param, true);
3124 * @param test_case Test case instance
3193 * @param test_case Test case instance
3285 * @param test_case Test case instance
3342 * @param test_case Test case instance
3392 * @param format_idx Index of texture format
3436 * @param format_idx Index of texture format
3437 * @param target_idx Index of texture target
3438 * @param out_sizes Sizes of storage used for texture channels
3660 * @param test_case Test case instance
3661 * @param ignored
3662 * @param ignored
3663 * @param index_of_swizzled_channel Index of swizzled channel
3664 * @param data Image contents
3699 * @param context Rendering context.
3928 * @param format_idx Index of format
3929 * @param target_idx Index of target
4010 * @param format_idx Index of format
4011 * @param target_idx Index of target
4087 * @param format_idx Index of texture format
4088 * @param program Instance of program that will be prepared
4118 * @param format_idx Index of texture format
4139 * @param value Value to check
4140 * @param low Lowest acceptable value
4141 * @param top Highest acceptable value
4162 * @param test_case Test case instance
4163 * @param output_format_index Index of format used by output texture
4165 * @param index_of_swizzled_channel Index of swizzled channel
4166 * @param data Image contents
4229 * @param context Rendering context.