Searched defs:format_type (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_depth_texture_unittest.cc138 const FormatType& format_type = format_types[ii]; local
139 GLenum format = format_type.format;
140 GLenum type = format_type.type;
/external/ltrace/
H A Dprintf.c122 enum arg_type format_type, enum arg_type elt_type,
138 if (format_type == ARGTYPE_ARRAY || format_type == ARGTYPE_POINTER)
140 else if (format_type == ARGTYPE_INT)
141 format_type = ints[2 + lng - hlf];
142 else if (format_type == ARGTYPE_UINT)
143 format_type = uints[2 + lng - hlf];
146 if (format_type == ARGTYPE_ARRAY) {
193 } else if (format_type == ARGTYPE_POINTER) {
197 *infop = *type_get_simple(format_type);
121 form_next_param(struct param_enum *self, enum arg_type format_type, enum arg_type elt_type, unsigned hlf, unsigned lng, char *len_buf, size_t len_buf_len, struct arg_type_info *infop) argument
209 enum arg_type format_type = ARGTYPE_VOID; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_quad_blend.c61 enum util_format_type format_type[PIPE_MAX_COLOR_BUFS]; member in struct:blend_quad_stage
989 if (bqs->format_type[cbuf] != UTIL_FORMAT_TYPE_FLOAT) {
1263 bqs->format_type[i] = desc->channel[0].type;
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_blend.c61 enum util_format_type format_type[PIPE_MAX_COLOR_BUFS]; member in struct:blend_quad_stage
989 if (bqs->format_type[cbuf] != UTIL_FORMAT_TYPE_FLOAT) {
1263 bqs->format_type[i] = desc->channel[0].type;
/external/strace/
H A Dvsprintf.c250 enum format_type { enum
267 uint8_t type; /* format_type enum */
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_prm.c985 ** format_type patch format type
1009 BOOLEAN HAL_NfcPrmDownloadStart (tNFC_HAL_PRM_FORMAT format_type, argument
1033 nfc_hal_cb.prm.format = format_type;
1038 if (format_type == NFC_HAL_PRM_FORMAT_NCD)

Completed in 1044 milliseconds