Searched refs:native_format (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ui/base/clipboard/
H A Dclipboard.h114 explicit FormatType(UINT native_format);
115 FormatType(UINT native_format, LONG index);
119 explicit FormatType(const std::string& native_format);
123 explicit FormatType(NSString* native_format);
126 explicit FormatType(const std::string& native_format);
H A Dclipboard_android.cc184 Clipboard::FormatType::FormatType(const std::string& native_format) argument
185 : data_(native_format) {
H A Dclipboard_win.cc166 Clipboard::FormatType::FormatType(UINT native_format) : data_() { argument
169 data_.cfFormat = native_format;
175 Clipboard::FormatType::FormatType(UINT native_format, LONG index) : data_() { argument
178 data_.cfFormat = native_format;
H A Dclipboard_aura.cc412 Clipboard::FormatType::FormatType(const std::string& native_format) argument
413 : data_(native_format) {
H A Dclipboard_aurax11.cc199 Clipboard::FormatType::FormatType(const std::string& native_format) argument
200 : data_(native_format) {
/external/kernel-headers/original/uapi/linux/
H A Dfd.h178 int native_format; /* native format of this drive */ member in struct:floppy_drive_params
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_vbuf.c46 /* If (velem[i].src_format != native_format[i]), the vertex buffer
48 * its vertex data must be translated to native_format[i]. */
49 enum pipe_format native_format[PIPE_MAX_ATTRIBS]; member in struct:u_vbuf_elements
53 * - src_format != native_format, as discussed above.
499 assert(translate_is_output_format_supported(mgr->ve->native_format[i]));
512 te->output_format = mgr->ve->native_format[i];
675 ve->native_format[i] = format;
677 util_format_get_blocksize(ve->native_format[i]);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_vbuf.c46 /* If (velem[i].src_format != native_format[i]), the vertex buffer
48 * its vertex data must be translated to native_format[i]. */
49 enum pipe_format native_format[PIPE_MAX_ATTRIBS]; member in struct:u_vbuf_elements
53 * - src_format != native_format, as discussed above.
499 assert(translate_is_output_format_supported(mgr->ve->native_format[i]));
512 te->output_format = mgr->ve->native_format[i];
675 ve->native_format[i] = format;
677 util_format_get_blocksize(ve->native_format[i]);

Completed in 2093 milliseconds