Searched refs:Format (Results 1 - 25 of 912) sorted by relevance

1234567891011>>

/external/deqp/framework/egl/
H A DegluStrUtilPrototypes.inl24 tcu::Format::Bitfield<16> getAPIBitsStr (int value);
25 tcu::Format::Bitfield<16> getSurfaceBitsStr (int value);
27 inline tcu::Format::Enum getBooleanStr (int value) { return tcu::Format::Enum(getBooleanName, value); }
28 inline tcu::Format::Enum getBoolDontCareStr (int value) { return tcu::Format::Enum(getBoolDontCareName, value); }
29 inline tcu::Format::Enum getAPIStr (int value) { return tcu::Format::Enum(getAPIName, value); }
30 inline tcu::Format::Enum getErrorStr (int value) { return tcu::Format
[all...]
/external/deqp/framework/opengl/
H A DgluStrUtilPrototypes.inl71 tcu::Format::Bitfield<16> getBufferMaskStr (int value);
72 tcu::Format::Bitfield<16> getBufferMapFlagsStr (int value);
73 tcu::Format::Bitfield<16> getMemoryBarrierFlagsStr (int value);
75 inline tcu::Format::Enum getErrorStr (int value) { return tcu::Format::Enum(getErrorName, value); }
76 inline tcu::Format::Enum getTypeStr (int value) { return tcu::Format::Enum(getTypeName, value); }
77 inline tcu::Format::Enum getParamQueryStr (int value) { return tcu::Format::Enum(getParamQueryName, value); }
78 inline tcu::Format
[all...]
/external/chromium_org/third_party/skia/src/opts/
H A DSkTextureCompression_opts.h15 SkTextureCompressorGetPlatformProc(SkColorType colorType, SkTextureCompressor::Format fmt);
19 bool SkTextureCompressorGetPlatformDims(SkTextureCompressor::Format fmt, int* dimX, int* dimY);
H A DSkTextureCompression_opts_none.cpp11 SkTextureCompressorGetPlatformProc(SkColorType colorType, SkTextureCompressor::Format fmt) {
15 bool SkTextureCompressorGetPlatformDims(SkTextureCompressor::Format fmt, int* dimX, int* dimY) {
H A DSkBlitMask_opts_none.cpp11 SkMask::Format maskFormat,
21 SkMask::Format maskFormat,
/external/skia/src/utils/
H A DSkTextureCompressor.h18 enum Format { enum in namespace:SkTextureCompressor
30 SkData* CompressBitmapToFormat(const SkBitmap& bitmap, Format format);
36 int width, int height, int rowBytes, Format format);
/external/chromium_org/third_party/icu/source/i18n/
H A Dformat.cpp19 // This file was generated from the java source file Format.java
43 /* Format class implementation ---------------------------------------------- */
53 // class Format
70 Format::Format() function in class:Format
78 Format::~Format()
85 Format::Format(const Format function in class:Format
[all...]
/external/icu/icu4c/source/i18n/
H A Dformat.cpp19 // This file was generated from the java source file Format.java
43 /* Format class implementation ---------------------------------------------- */
53 // class Format
70 Format::Format() function in class:Format
78 Format::~Format()
85 Format::Format(const Format function in class:Format
[all...]
/external/icu/icu4c/source/data/brkitr/
H A Dsent.txt20 $Format = [\p{Sentence_Break = Format}];
33 # incorporate trailing Extend or Format chars.
36 $SpEx = $Sp ($Extend | $Format)*;
37 $LowerEx = $Lower ($Extend | $Format)*;
38 $UpperEx = $Upper ($Extend | $Format)*;
39 $OLetterEx = $OLetter ($Extend | $Format)*;
40 $NumericEx = $Numeric ($Extend | $Format)*;
41 $ATermEx = $ATerm ($Extend | $Format)*;
42 $SContinueEx= $SContinue ($Extend | $Format)*;
[all...]
H A Dsent_el.txt20 $Format = [\p{Sentence_Break = Format}];
33 # incorporate trailing Extend or Format chars.
36 $SpEx = $Sp ($Extend | $Format)*;
37 $LowerEx = $Lower ($Extend | $Format)*;
38 $UpperEx = $Upper ($Extend | $Format)*;
39 $OLetterEx = $OLetter ($Extend | $Format)*;
40 $NumericEx = $Numeric ($Extend | $Format)*;
41 $ATermEx = $ATerm ($Extend | $Format)*;
42 $SContinueEx= $SContinue ($Extend | $Format)*;
[all...]
H A Dword.txt32 $Format = [\p{Word_Break = Format}];
65 # Rules 4 Ignore Format and Extend characters,
69 $KatakanaEx = $Katakana ($Extend | $Format)*;
70 $Hebrew_LetterEx = $Hebrew_Letter ($Extend | $Format)*;
71 $ALetterEx = $ALetterPlus ($Extend | $Format)*;
72 $Single_QuoteEx = $Single_Quote ($Extend | $Format)*;
73 $Double_QuoteEx = $Double_Quote ($Extend | $Format)*;
74 $MidNumLetEx = $MidNumLet ($Extend | $Format)*;
75 $MidLetterEx = $MidLetter ($Extend | $Format)*;
[all...]
H A Dword_POSIX.txt32 $Format = [\p{Word_Break = Format}];
65 # Rules 4 Ignore Format and Extend characters,
69 $KatakanaEx = $Katakana ($Extend | $Format)*;
70 $Hebrew_LetterEx = $Hebrew_Letter ($Extend | $Format)*;
71 $ALetterEx = $ALetterPlus ($Extend | $Format)*;
72 $Single_QuoteEx = $Single_Quote ($Extend | $Format)*;
73 $Double_QuoteEx = $Double_Quote ($Extend | $Format)*;
74 $MidNumLetEx = $MidNumLet ($Extend | $Format)*;
75 $MidLetterEx = $MidLetter ($Extend | $Format)*;
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dformat.h18 // This file was generated from the java source file Format.java
56 * Many of the concrete subclasses of Format employ the notion of
66 * is not inherent to Format classes in general, and is not part of
74 * MessageFormat is a formatter which utilizes other Format objects to
82 * the Format cannot format the type of object, otherwise if there is
94 class U_I18N_API Format : public UObject { class in inherits:UObject
100 virtual ~Format();
103 * Return true if the given Format objects are semantically equal.
106 * @return Return true if the given Format objects are semantically equal.
110 virtual UBool operator==(const Format
[all...]
/external/deqp/framework/common/
H A DtcuCompressedTexture.hpp43 enum Format enum in class:tcu::CompressedTexture
97 CompressedTexture (Format format, int width, int height, int depth = 1);
101 void setStorage (Format format, int width, int height, int depth = 1);
105 Format getFormat (void) const { return m_format; }
114 Format m_format;
121 bool isEtcFormat (CompressedTexture::Format fmt);
122 bool isASTCFormat (CompressedTexture::Format fmt);
123 bool isASTCSRGBFormat (CompressedTexture::Format fmt);
125 IVec3 getASTCBlockSize (CompressedTexture::Format fmt);
126 CompressedTexture::Format getASTCFormatByBlockSiz
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dformat.h18 // This file was generated from the java source file Format.java
56 * Many of the concrete subclasses of Format employ the notion of
66 * is not inherent to Format classes in general, and is not part of
74 * MessageFormat is a formatter which utilizes other Format objects to
82 * the Format cannot format the type of object, otherwise if there is
94 class U_I18N_API Format : public UObject { class in inherits:UObject
100 virtual ~Format();
103 * Return true if the given Format objects are semantically equal.
106 * @return Return true if the given Format objects are semantically equal.
110 virtual UBool operator==(const Format
[all...]
/external/lldb/include/lldb/Interpreter/
H A DOptionValueFormat.h24 OptionValueFormat (lldb::Format value) :
31 OptionValueFormat (lldb::Format current_value,
32 lldb::Format default_value) :
76 lldb::Format
82 lldb::Format
89 SetCurrentValue (lldb::Format value)
95 SetDefaultValue (lldb::Format value)
101 lldb::Format m_current_value;
102 lldb::Format m_default_value;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
H A DOpcode.java36 NOP((short)0x00, "nop", ReferenceType.NONE, Format.Format10x, Opcode.CAN_CONTINUE),
37 MOVE((short)0x01, "move", ReferenceType.NONE, Format.Format12x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
38 MOVE_FROM16((short)0x02, "move/from16", ReferenceType.NONE, Format.Format22x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
39 MOVE_16((short)0x03, "move/16", ReferenceType.NONE, Format.Format32x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
40 MOVE_WIDE((short)0x04, "move-wide", ReferenceType.NONE, Format.Format12x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER),
41 MOVE_WIDE_FROM16((short)0x05, "move-wide/from16", ReferenceType.NONE, Format.Format22x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER),
42 MOVE_WIDE_16((short)0x06, "move-wide/16", ReferenceType.NONE, Format.Format32x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER),
43 MOVE_OBJECT((short)0x07, "move-object", ReferenceType.NONE, Format.Format12x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
44 MOVE_OBJECT_FROM16((short)0x08, "move-object/from16", ReferenceType.NONE, Format.Format22x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
45 MOVE_OBJECT_16((short)0x09, "move-object/16", ReferenceType.NONE, Format
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
H A DBuilderInstruction10t.java34 import org.jf.dexlib2.Format;
43 public static final Format FORMAT = Format.Format10t;
50 @Override public Format getFormat() { return FORMAT; }
H A DBuilderInstruction10x.java34 import org.jf.dexlib2.Format;
42 public static final Format FORMAT = Format.Format10x;
48 @Override public Format getFormat() { return FORMAT; }
H A DBuilderInstruction20t.java34 import org.jf.dexlib2.Format;
43 public static final Format FORMAT = Format.Format20t;
50 @Override public Format getFormat() { return FORMAT; }
H A DBuilderInstruction30t.java34 import org.jf.dexlib2.Format;
43 public static final Format FORMAT = Format.Format30t;
50 @Override public Format getFormat() { return FORMAT; }
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
H A DImmutableInstruction10x.java34 import org.jf.dexlib2.Format;
41 public static final Format FORMAT = Format.Format10x;
54 @Override public Format getFormat() { return FORMAT; }
H A DImmutableUnknownInstruction.java34 import org.jf.dexlib2.Format;
39 public static final Format FORMAT = Format.Format10x;
55 @Override public Format getFormat() { return FORMAT; }
/external/chromium_org/third_party/skia/src/utils/
H A DSkTextureCompressor.h20 enum Format { enum in namespace:SkTextureCompressor
55 int GetCompressedDataSize(Format fmt, int width, int height);
61 SkData* CompressBitmapToFormat(const SkBitmap& bitmap, Format format);
67 int width, int height, int rowBytes, Format format,
82 int width, int height, Format format);
91 inline bool ExistsBlitterForFormat(Format format) {
107 SkTBlitterAllocator *allocator, Format format);
115 void GetBlockDimensions(Format format, int* dimX, int* dimY, bool matchSpec = false);
/external/skia/src/opts/
H A DSkBlitMask_opts_none.cpp11 SkMask::Format maskFormat,
21 SkMask::Format maskFormat,

Completed in 314 milliseconds

1234567891011>>