HomeSort by relevance Sort by last modified time
    Searched refs:Format (Results 401 - 425 of 1259) sorted by null

<<11121314151617181920>>

  /external/swiftshader/src/OpenGL/libEGL/
Display.cpp 139 const sw::Format renderTargetFormats[] =
146 // sw::FORMAT_X1R5G5B5, // Has no compatible OpenGL ES renderbuffer format
151 const sw::Format depthStencilFormats[] =
165 sw::Format currentDisplayFormat = getDisplayFormat();
170 for(unsigned int formatIndex = 0; formatIndex < sizeof(renderTargetFormats) / sizeof(sw::Format); formatIndex++)
172 sw::Format renderTargetFormat = renderTargetFormats[formatIndex];
174 for(unsigned int depthStencilIndex = 0; depthStencilIndex < sizeof(depthStencilFormats) / sizeof(sw::Format); depthStencilIndex++)
176 sw::Format depthStencilFormat = depthStencilFormats[depthStencilIndex];
602 sw::Format Display::getDisplayFormat() const
Display.h 74 sw::Format getDisplayFormat() const;
Surface.h 48 virtual sw::Format getInternalFormat() const;
92 EGLenum textureFormat; // Format of texture: RGB, RGBA, or no texture
94 // EGLenum vgAlphaFormat; // Alpha format for OpenVG
  /prebuilts/go/darwin-x86/src/sync/
example_pool_test.go 33 b.WriteString(timeNow().UTC().Format(time.RFC3339))
  /prebuilts/go/linux-x86/src/sync/
example_pool_test.go 33 b.WriteString(timeNow().UTC().Format(time.RFC3339))
  /system/vold/
PrivateVolume.cpp 190 if (ext4::Format(mDmDevPath, 0, "/data")) {
191 PLOG(ERROR) << getId() << " failed to format";
195 if (f2fs::Format(mDmDevPath)) {
196 PLOG(ERROR) << getId() << " failed to format";
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/EblCmdLib/
EblCmdLib.c 56 Argv[1] - Optional qoted format string
76 CHAR8 *Format;
85 Format = (Argc > 1) ? Argv[1] : "load /a /ni /np %a &0x%x";
87 Format = (Argc > 1) ? Argv[1] : "add-symbol-file %a 0x%x";
112 AsciiPrint (Format, Pdb, ImageBase);
434 "symboltable [\"format string\"] [PECOFF]",
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
EfiCommonLib.h 61 IN CONST CHAR8 *Format,
68 Process format and place the results in Buffer for narrow chars.
72 Buffer - Narrow char buffer to print the results of the parsing of Format into.
74 Format - Format string
75 ... - Vararg list consumed by processing Format.
88 IN CONST CHAR8 *Format,
96 Process format and place the results in Buffer for narrow chars.
100 StartOfBuffer - Narrow char buffer to print the results of the parsing of Format into.
102 FormatString - Format string
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePrintLib/
PrintLibInternal.h 58 based on a Null-terminated format string and a VA_LIST argument list.
60 VSPrint function to process format and place the results in Buffer. Since a
67 parsing of Format into.
73 @param[in] Format A Null-terminated format string.
75 processing Format.
77 by processing Format.
89 IN CONST CHAR8 *Format,
96 based on a Null-terminated format string and variable argument list.
98 VSPrint function to process format and place the results in Buffer. Since a
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/
CpuExceptionCommon.h 88 @param Format Format string for the message to print.
90 based on the format string specified by Format.
96 IN CONST CHAR8 *Format,
241 Get ASCII format string exception name by exception type.
245 @return ASCII format string exception name.
  /external/chromium-trace/catapult/telemetry/telemetry/internal/results/
chart_json_output_formatter.py 14 """Produces a dict for serialization to Chart JSON format from raw values.
16 Chart JSON is a transformation of the basic Telemetry JSON format that
105 def Format(self, page_test_results):
html_output_formatter.py 50 def Format(self, page_test_results):
  /external/fmtlib/test/
time-test.cc 7 For the license information refer to format.h.
13 TEST(TimeTest, Format) {
19 fmt::format("The date is {:%Y-%m-%d}.", tm));
28 fmt::format(s, *std::localtime(&t));
32 EXPECT_EQ("", fmt::format("{}", std::tm()));
  /external/icu/icu4c/source/i18n/unicode/
tzfmt.h 21 #include "unicode/format.h"
27 * Constants for time zone display format style used by format/parse APIs
33 * Generic location format, such as "United States Time (New York)", "Italy Time"
38 * Generic long non-location format, such as "Eastern Time".
43 * Generic short non-location format, such as "ET".
48 * Specific long format, such as "Eastern Standard Time".
53 * Specific short format, such as "EST", "PDT".
58 * Localized GMT offset format, such as "GMT-05:00", "UTC+0100"
63 * Short localized GMT offset format, such as "GMT-5", "UTC+1:30
    [all...]
  /external/llvm/test/MC/MachO/ARM/
long-call-branch-island-relocation.s 40 @ CHECK: Format: Mach-O arm
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_fbo.h 129 return rb->Base.Base.Format;
133 intel_create_renderbuffer(gl_format format, unsigned num_samples);
136 intel_create_private_renderbuffer(gl_format format, unsigned num_samples);
141 gl_format format);
  /external/mesa3d/src/mesa/main/
renderbuffer.c 56 rb->Format = MESA_FORMAT_NONE;
  /external/mesa3d/src/mesa/swrast/
s_texrender.c 59 * update the internal format info, etc.
67 gl_format format; local
75 format = swImage->Base.TexFormat;
87 rb->_BaseFormat = _mesa_get_format_base_format(format);
90 rb->Format = _mesa_get_srgb_format_linear(format);
98 swImage->ImageOffsets[zOffset] * _mesa_get_format_bytes(format);
  /external/pdfium/xfa/fxfa/parser/
cxfa_stroke.cpp 70 wsColor.Format(L"%d,%d,%d", r, g, b);
  /external/skia/include/core/
SkMaskFilter.h 49 /** Returns the format of the resulting mask that this subclass will return
52 virtual SkMask::Format getFormat() const = 0;
  /external/skia/src/opts/
opts_check_x86.cpp 148 SkBlitMask::RowProc SkBlitMask::PlatformRowProcs(SkColorType, SkMask::Format, RowFlags) {
  /external/swiftshader/src/Main/
FrameBufferDD.cpp 253 void FrameBufferDD::flip(void *source, Format sourceFormat, size_t sourceStride)
284 void FrameBufferDD::blit(void *source, const Rect *sourceRect, const Rect *destRect, Format sourceFormat, size_t sourceStride)
323 void FrameBufferDD::flip(HWND windowOverride, void *source, Format sourceFormat, size_t sourceStride)
331 void FrameBufferDD::blit(HWND windowOverride, void *source, const Rect *sourceRect, const Rect *destRect, Format sourceFormat, size_t sourceStride)
  /external/v8/src/arm64/
disasm-arm64.h 32 void Format(Instruction* instr, const char* mnemonic, const char* format);
34 int SubstituteField(Instruction* instr, const char* format);
35 int SubstituteRegisterField(Instruction* instr, const char* format);
36 int SubstituteImmediateField(Instruction* instr, const char* format);
37 int SubstituteLiteralField(Instruction* instr, const char* format);
38 int SubstituteBitfieldImmediateField(Instruction* instr, const char* format);
39 int SubstituteShiftField(Instruction* instr, const char* format);
40 int SubstituteExtendField(Instruction* instr, const char* format);
41 int SubstituteConditionField(Instruction* instr, const char* format);
    [all...]
  /external/webrtc/webrtc/base/
window.h 51 static uint64_t Format(const WindowT& id) {
  /frameworks/av/media/libstagefright/codecs/common/include/
voAudio.h 34 #define VO_PID_AUDIO_FORMAT (VO_PID_AUDIO_BASE | 0X0001) /*!< The format data of audio in track */
90 * General audio format info
104 VO_AUDIO_FORMAT Format; /*!< Sample rate */
135 * \param pOutInfo [OUT] The codec fills audio format and the input data size used in current call.

Completed in 5198 milliseconds

<<11121314151617181920>>