/third_party/alsa-lib/src/control/ |
D | control_ext.c | 173 ret = ext->callback->get_enumerated_info(ext, key, &info->value.enumerated.items); in snd_ctl_ext_elem_info() 174 ext->callback->get_enumerated_name(ext, key, info->value.enumerated.item, in snd_ctl_ext_elem_info() 175 info->value.enumerated.name, in snd_ctl_ext_elem_info() 176 sizeof(info->value.enumerated.name)); in snd_ctl_ext_elem_info() 238 ret = ext->callback->read_enumerated(ext, key, control->value.enumerated.item); in snd_ctl_ext_elem_read() 291 ret = ext->callback->write_enumerated(ext, key, control->value.enumerated.item); in snd_ctl_ext_elem_write()
|
D | control.c | 780 info->value.enumerated.items = items; in snd_ctl_add_enumerated_elem_set() 790 info->value.enumerated.names_ptr = (uintptr_t)buf; in snd_ctl_add_enumerated_elem_set() 791 info->value.enumerated.names_length = bytes; in snd_ctl_add_enumerated_elem_set() 2804 return obj->value.enumerated.items; in snd_ctl_elem_info_get_items() 2815 obj->value.enumerated.item = val; in snd_ctl_elem_info_set_item() 2827 return obj->value.enumerated.name; in snd_ctl_elem_info_get_item_name() 3463 assert(idx < ARRAY_SIZE(obj->value.enumerated.item)); in snd_ctl_elem_value_get_enumerated() 3464 return obj->value.enumerated.item[idx]; in snd_ctl_elem_value_get_enumerated() 3553 assert(idx < ARRAY_SIZE(obj->value.enumerated.item)); in snd_ctl_elem_value_set_enumerated() 3554 obj->value.enumerated.item[idx] = val; in snd_ctl_elem_value_set_enumerated()
|
/third_party/skia/tools/skqp/ |
D | README_GENERATING_MODELS.md | 63 enumerated in that file. Tests which pass the jitter test are enumerated in 68 enumerated in the `good.txt` and `bad.txt` files. If the render test is found
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-enum-mixed-types/ |
D | arkts-no-enum-mixed-types-5-ok.ets | 28 In all other cases, enumerated members are considered computational.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_program_interface_query.txt | 245 first will not be enumerated. 250 shader stage other than the last will not be enumerated. 307 each enumerated array element as a separate active variable. 312 applied recursively for the single enumerated array element. 760 would exactly match the enumerated name of the array if the decimal 811 vertex shader input variables are enumerated, including the special 1413 RESOLVED: Yes; built-ins should be enumerated when present. 1459 elements and 3 structure members will result in 24 entries enumerated 1522 multi-dimensional arrays that could be enumerated by this API? How 1523 should arrays of arrays be enumerated? [all …]
|
D | WGL_ARB_make_current_read.txt | 131 operations enumerated above, but the pixels values used will be 137 Error conditions set by ReadBuffer and by the operations enumerated
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_program_interface_query.txt | 255 first will not be enumerated. 260 shader stage other than the last will not be enumerated. 317 each enumerated array element as a separate active variable. 322 applied recursively for the single enumerated array element. 777 would exactly match the enumerated name of the array if the decimal 828 vertex shader input variables are enumerated, including the special 1430 RESOLVED: Yes; built-ins should be enumerated when present. 1476 elements and 3 structure members will result in 24 entries enumerated 1539 multi-dimensional arrays that could be enumerated by this API? How 1540 should arrays of arrays be enumerated? [all …]
|
D | WGL_ARB_make_current_read.txt | 141 operations enumerated above, but the pixels values used will be 147 Error conditions set by ReadBuffer and by the operations enumerated
|
/third_party/openGLES/extensions/EXT/ |
D | GLX_EXT_visual_info.txt | 202 the specified minimum values. The enumerated GLX attributes are 206 The enumerated attribute GLX_X_VISUAL_TYPE_EXT specifies which X 246 if an unacceptable enumerated attribute value is encountered.
|
D | WGL_EXT_make_current_read.txt | 111 generated by subsequent calls to any of the operations enumerated 119 glPopAttrib) and by the operations enumerated above are with respect
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | GLX_EXT_visual_info.txt | 202 the specified minimum values. The enumerated GLX attributes are 206 The enumerated attribute GLX_X_VISUAL_TYPE_EXT specifies which X 246 if an unacceptable enumerated attribute value is encountered.
|
D | WGL_EXT_make_current_read.txt | 111 generated by subsequent calls to any of the operations enumerated 119 glPopAttrib) and by the operations enumerated above are with respect
|
/third_party/EGL/extensions/NV/ |
D | EGL_NV_stream_fifo_next.txt | 102 - Assigned enumerated values for constants.
|
/third_party/skia/third_party/externals/egl-registry/extensions/NV/ |
D | EGL_NV_stream_fifo_next.txt | 102 - Assigned enumerated values for constants.
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | asn1.rs | 30 pub enumerated: *mut ASN1_ENUMERATED,
|
/third_party/openGLES/extensions/SGI/ |
D | GLX_SGI_make_current_read.txt | 78 generated by subsequent calls to any of the operations enumerated above, 90 glPopAttrib) and by the operations enumerated above are with respect to
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGI/ |
D | GLX_SGI_make_current_read.txt | 78 generated by subsequent calls to any of the operations enumerated above, 90 glPopAttrib) and by the operations enumerated above are with respect to
|
/third_party/spirv-tools/docs/ |
D | syntax.md | 48 * a named enumerated value, specific to that operand position. For example, 51 Named enumerated values are only meaningful in specific positions, and will 223 * Named enumerated value `CmdExecTime` from section 3.30 Kernel
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/docs/ |
D | syntax.md | 48 * a named enumerated value, specific to that operand position. For example, 51 Named enumerated values are only meaningful in specific positions, and will 223 * Named enumerated value `CmdExecTime` from section 3.30 Kernel
|
/third_party/skia/third_party/externals/spirv-tools/docs/ |
D | syntax.md | 48 * a named enumerated value, specific to that operand position. For example, 51 Named enumerated values are only meaningful in specific positions, and will 223 * Named enumerated value `CmdExecTime` from section 3.30 Kernel
|
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/ |
D | EGL_EXT_device_base.txt | 121 be enumerated? What about other hybrid rendering solutions? 130 enumerated separately. This extension is intended to be used
|
/third_party/EGL/extensions/EXT/ |
D | EGL_EXT_device_base.txt | 121 be enumerated? What about other hybrid rendering solutions? 130 enumerated separately. This extension is intended to be used
|
/third_party/vk-gl-cts/external/vulkan-docs/src/style/ |
D | writing.txt | 312 handles or pointers to Vulkan objects or arrays of objects; enumerated types 380 This constraint does not apply to enumerated types. 679 related structures and enumerated types in enough detail to see the 966 Begin an enumerated type description with an open block delimiting the 997 Each enumerant in the enumerated type is described in a separate bullet list 1142 Sometimes an enumerated type has all values defined by extensions, and each 1143 enumerated value defined by the type will be surrounded by an asciidoctor 1147 In this case, the enumerated value descriptions must be followed by one 1241 enumerants in an enumerated type, etc. 1267 interfaces such as enumerated types, which do not have implicit valid
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | GLX_SGIX_fbconfig_float.txt | 84 integer, boolean, enumerated, bitmask, XID, or floating point.
|
/third_party/openGLES/extensions/SGIX/ |
D | GLX_SGIX_fbconfig_float.txt | 84 integer, boolean, enumerated, bitmask, XID, or floating point.
|