/external/mesa3d/src/mesa/main/ |
blit.c | 133 * Mesa format for two reasons: 141 * format. For example the driver might be simulating GL_RGB textures 146 * both cases we want to be looking at the application-level format, which 281 if (!compatible_color_datatypes(colorReadRb->Format, 282 colorDrawRb->Format)) { 294 * ?Relax BlitFramebuffer in section 18.3.1 so that format 311 GLenum type = _mesa_get_format_datatype(colorReadRb->Format); 346 if (_mesa_get_format_bits(readRb->Format, GL_STENCIL_BITS) != 347 _mesa_get_format_bits(drawRb->Format, GL_STENCIL_BITS)) { 352 "%s(stencil attachment format mismatch)", func) [all...] |
/external/mesa3d/src/gallium/state_trackers/nine/ |
volumetexture9.c | 35 D3DFORMAT Format, 47 "Usage=%d Format=%d Pool=%d pSharedHandle=%p\n", 49 Usage, Format, Pool, pSharedHandle); 61 pf = d3d9_to_pipe_format_checked(screen, Format, PIPE_TEXTURE_3D, 0, 69 if (Format == D3DFMT_ATI1 || Format == D3DFMT_ATI2) 72 if (compressed_format(Format)) { 81 info->format = pf; 108 D3DRTYPE_VOLUMETEXTURE, Format, Pool, Usage); 112 voldesc.Format = Format [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_depth.c | 220 if (rb->Format == MESA_FORMAT_Z_UNORM32) { 229 const GLint bpp = _mesa_get_format_bytes(rb->Format); 234 _mesa_unpack_uint_z_row(rb->Format, 1, src, &zbuffer[i]); 255 if (rb->Format == MESA_FORMAT_Z_UNORM32) { 265 gl_pack_uint_z_func packZ = _mesa_get_pack_uint_z_func(rb->Format); 266 const GLint bpp = _mesa_get_format_bytes(rb->Format); 287 const GLint bpp = _mesa_get_format_bytes(rb->Format); 295 GLuint zBits = _mesa_get_format_bits(rb->Format, GL_DEPTH_BITS); 303 if (rb->Format == MESA_FORMAT_Z_UNORM16 && !(span->arrayMask & SPAN_XY)) { 308 else if (rb->Format == MESA_FORMAT_Z_UNORM32 && !(span->arrayMask & SPAN_XY)) [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/ |
EfiSmmDriverLib.h | 108 IN CHAR8 *Format,
122 Format - String to use for the print, followed by Print arguments.
136 IN CHAR8 *Format,
150 Format - String to use for the print, followed by Print arguments.
152 ... - VAR args for Format
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
wchar.h | 33 const wchar_t * __restrict format, ...);
35 const wchar_t * __restrict format, ...);
37 const wchar_t * __restrict format, ...);
39 const wchar_t * __restrict format, ...);
41 const wchar_t * __restrict format, va_list arg);
43 const wchar_t * __restrict format, va_list arg);
45 const wchar_t * __restrict format, va_list arg);
47 const wchar_t * __restrict format, va_list arg);
48 int vwprintf (const wchar_t * __restrict format, va_list arg);
49 int vwscanf (const wchar_t * __restrict format, va_list arg); [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/ |
FastQueue.cs | 78 throw new ArgumentException(string.Format("queue index {0} > last index {1}", absIndex, _data.Count - 1)); 80 throw new ArgumentException(string.Format("queue index {0} < 0", absIndex));
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/ |
FastQueue.cs | 85 throw new ArgumentException(string.Format("queue index {0} > last index {1}", absIndex, _data.Count - 1)); 87 throw new ArgumentException(string.Format("queue index {0} < 0", absIndex));
|
/external/libvorbis/doc/ |
a2-encapsulation-rtp.tex | 8 Please consult RFC 5215 \textit{``RTP Payload Format for Vorbis Encoded
|
/external/piex/src/ |
piex_types.h | 37 enum Format { 46 Format format = kJpegCompressed; member in struct:piex::Image 77 std::string date_stamp; // Giving as "YYYY:MM:DD" format.
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/ |
BuilderArrayPayload.java | 35 import org.jf.dexlib2.Format; 61 @Override public Format getFormat() { return OPCODE.format; }
|
BuilderPackedSwitchPayload.java | 36 import org.jf.dexlib2.Format; 68 @Override public Format getFormat() { return OPCODE.format; }
|
BuilderSparseSwitchPayload.java | 37 import org.jf.dexlib2.Format; 69 @Override public Format getFormat() { return OPCODE.format; }
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/ |
ImmutableArrayPayload.java | 35 import org.jf.dexlib2.Format; 80 @Override public Format getFormat() { return OPCODE.format; }
|
ImmutablePackedSwitchPayload.java | 35 import org.jf.dexlib2.Format; 74 @Override public Format getFormat() { return OPCODE.format; }
|
ImmutableSparseSwitchPayload.java | 35 import org.jf.dexlib2.Format; 73 @Override public Format getFormat() { return OPCODE.format; }
|
/external/v8/tools/clang/rewrite_to_chrome_style/tests/ |
fields-expected.cc | 156 template <int Format> 160 static const int value = (Format == 123) ? 456 : 789;
|
fields-original.cc | 153 template <int Format> 157 static const int value = (Format == 123) ? 456 : 789;
|
/prebuilts/go/darwin-x86/test/bench/go1/ |
time_test.go | 23 t.Format("Mon Jan 2 15:04:05 2006")
|
/prebuilts/go/linux-x86/test/bench/go1/ |
time_test.go | 23 t.Format("Mon Jan 2 15:04:05 2006")
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/descriptors/ |
ValuesDescriptors.java | 32 import com.android.ide.common.api.IAttributeInfo.Format; 83 AttributeInfo nameAttrInfo = new AttributeInfo(ATTR_NAME, Format.STRING_SET); 132 EnumSet.of(Format.STRING, Format.ENUM) 135 new FlagAttributeDescriptor("format", //$NON-NLS-1$ 137 new AttributeInfo("format", 138 EnumSet.of(Format.STRING, Format.FLAG) 150 ).setTooltip("The optional format of this resource."), 205 Format.STRING_SET) [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/ |
EfiDebug.h | 50 IN CHAR8 *Format,
57 IN CHAR8 *Format,
65 #define EFI_DEBUG_VPRINT(ErrorLevel, Format, Marker) \
66 EfiDebugVPrint(ErrorLevel, Format, Marker)
85 // DEBUG((DebugLevel, "format string", ...)) - if DebugLevel is active do
121 #define EFI_DEBUG_VPRINT(ErrorLevel, Format, Marker)
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/ |
Print.c | 24 VSPrint, Print, SPrint format specification has the follwoing form
147 fmt - Format string
403 Fmt - Format string
467 IN CONST CHAR_W *Format,
474 SPrint function to process format and place the results in Buffer.
478 Buffer - Wide char buffer to print the results of the parsing of Format into.
483 Format - Format string see file header for more details.
485 ... - Vararg list consumed by processing Format.
496 VA_START (Marker, Format);
[all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/ |
ReportStatusCode.c | 62 IN CHAR8 *Format,
74 The Format string might be truncated to fit into the status code struture
83 Format - String to use for the print, followed by Print arguments.
126 // That is followed by the format string.
133 // Place Ascii Format string at the end
136 FormatStrLen = EfiAsciiStrLen (Format);
144 EfiCommonLibCopyMem (Ptr, Format, FormatStrLen);
298 OUT CHAR8 **Format
311 Format - Format string extracted from Data [all...] |
/external/icu/icu4c/source/i18n/ |
selfmt.cpp | 51 SelectFormat::SelectFormat(const SelectFormat& other) : Format(other), 71 SelectFormat::format(const Formattable& obj, function in class:SelectFormat 80 return format(obj.getString(status), appendTo, pos, status); 88 SelectFormat::format(const UnicodeString& keyword, function in class:SelectFormat 154 Format* SelectFormat::clone() const 168 SelectFormat::operator==(const Format& other) const { 172 if (!Format::operator==(other)) { 180 SelectFormat::operator!=(const Format& other) const {
|
/external/icu/icu4c/source/i18n/unicode/ |
measfmt.h | 20 #include "unicode/format.h" 58 * Completely omit measure units when possible. For example, format 93 * @see Format 97 class U_I18N_API MeasureFormat : public Format { 99 using Format::parseObject; 100 using Format::format; 138 * Return true if given Format objects are semantically equal. 141 virtual UBool operator==(const Format &other) const; 147 virtual Format *clone() const [all...] |