Home | History | Annotate | Download | only in api

Lines Matching refs:attrib_list

95    * @param[out] attrib_list specifies a list of attributes for the context.
99 * The <code>attrib_list<code> may be 0 or empty (first attribute is
101 * specified in <code>attrib_list</code>, then the default value is used
106 * the value specified in <code>attrib_list</code>.
108 * the value specified in <code>attrib_list</code>.
110 * Attributes that can be specified in <code>attrib_list</code> include:
140 [in] int32_t[] attrib_list);
157 * <code>attrib_list</code>.
160 * @param[in,out] attrib_list The list of attributes that are queried.
161 * <code>attrib_list</code> has the same structure as described for
168 * - <code>PP_ERROR_BADARGUMENT</code> if attrib_list is 0 or any attribute
169 * in the <code>attrib_list</code> is not a valid attribute.
174 * int attrib_list[] = {PP_GRAPHICS3DATTRIB_RED_SIZE, 0,
178 * GetAttribs(context, attrib_list);
179 * int red_bits = attrib_list[1];
180 * int green_bits = attrib_list[3];
181 * int blue_bits = attrib_list[5];
186 [inout] int32_t[] attrib_list);
190 * <code>attrib_list</code>.
193 * @param[in] attrib_list The list of attributes whose values need to be set.
194 * <code>attrib_list</code> has the same structure as described for
201 * - <code>PP_ERROR_BADARGUMENT</code> if <code>attrib_list</code> is 0 or
202 * any attribute in the <code>attrib_list</code> is not a valid attribute.
206 [in] int32_t[] attrib_list);