Searched defs:native_type (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format_pack.py150 def native_type(format): function
412 src_native_type = native_type(format)
518 dst_native_type = native_type(format)
683 native_type = 'unsigned'
687 generate_format_unpack(format, channel, native_type, suffix)
688 generate_format_pack(format, channel, native_type, suffix)
689 generate_format_fetch(format, channel, native_type, suffix)
692 native_type = 'int'
694 generate_format_unpack(format, channel, native_type, suffix)
695 generate_format_pack(format, channel, native_type, suffi
[all...]
/external/chromium_org/ui/base/cursor/
H A Dcursor_loader_ozone.cc54 int native_type = cursor->native_type(); local
57 if (cursors_.count(native_type)) {
59 platform = cursors_[native_type];
60 } else if (native_type == kCursorCustom) {
65 platform = CursorFactoryOzone::GetInstance()->GetDefaultCursor(native_type);
H A Dcursor.h108 int native_type() const { return native_type_; } function in class:ui::Cursor
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_pack.py150 def native_type(format): function
412 src_native_type = native_type(format)
518 dst_native_type = native_type(format)
683 native_type = 'unsigned'
687 generate_format_unpack(format, channel, native_type, suffix)
688 generate_format_pack(format, channel, native_type, suffix)
689 generate_format_fetch(format, channel, native_type, suffix)
692 native_type = 'int'
694 generate_format_unpack(format, channel, native_type, suffix)
695 generate_format_pack(format, channel, native_type, suffi
[all...]

Completed in 169 milliseconds