HomeSort by relevance Sort by last modified time
    Searched refs:format (Results 901 - 925 of 11127) sorted by null

<<31323334353637383940>>

  /external/chromium_org/ui/gl/
gl_context_osmesa.cc 28 GLuint format = compatible_surface->GetFormat(); local
29 DCHECK_NE(format, (unsigned)0);
30 context_ = OSMesaCreateContextExt(format,
112 GLint format; local
114 OSMesaGetColorBuffer(context_, &width, &height, &format, &buffer);
  /external/deqp/framework/opengl/simplereference/
sglrContext.cpp 44 deUint32 format = GL_NONE; local
54 format = internalFormat;
61 format = transferFmt.format;
67 texImage2D(target, level, internalFormat, width, height, 0, format, dataType, DE_NULL);
  /external/freetype/src/base/
ftsynth.c 55 if ( slot->format != FT_GLYPH_FORMAT_OUTLINE )
93 if ( slot->format != FT_GLYPH_FORMAT_OUTLINE &&
94 slot->format != FT_GLYPH_FORMAT_BITMAP )
102 if ( slot->format == FT_GLYPH_FORMAT_OUTLINE )
107 else /* slot->format == FT_GLYPH_FORMAT_BITMAP */
149 if ( slot->format == FT_GLYPH_FORMAT_BITMAP )
  /external/mesa3d/src/gallium/auxiliary/util/
u_surface.c 57 surf->format = texture->format;
82 enum pipe_format format = PIPE_FORMAT_NONE; local
88 /* Choose surface format */
92 format = rgbaFormats[i];
96 if (format == PIPE_FORMAT_NONE)
97 return FALSE; /* unable to get an rgba format!?! */
102 templ.format = format;
169 src_format = src->format;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/va/
va_image.c 74 vlVaCreateImage(VADriverContextP ctx, VAImageFormat *format, int width, int height, VAImage *image)
79 if(!format)
88 switch (format->fourcc) {
96 VA_ERROR("Couldn't create image of type %0x08\n",format->fourcc);
100 VA_INFO("Image %p created successfully\n",format);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_tex.c 66 uint32_t format = 0xa0, filter = 0x1010; local
88 format |= nvgl_wrap_mode(sa->WrapT) << 28 |
104 format |= NV04_TEXTURED_TRIANGLE_FORMAT_ADDRESSU_REPEAT |
114 nv04->format[i] = format;
  /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/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftsynth.c 55 if ( slot->format != FT_GLYPH_FORMAT_OUTLINE )
93 if ( slot->format != FT_GLYPH_FORMAT_OUTLINE &&
94 slot->format != FT_GLYPH_FORMAT_BITMAP )
102 if ( slot->format == FT_GLYPH_FORMAT_OUTLINE )
107 else /* slot->format == FT_GLYPH_FORMAT_BITMAP */
148 if ( slot->format == FT_GLYPH_FORMAT_BITMAP )
  /external/valgrind/main/coregrind/
m_options.c 141 HChar* VG_(expand_file_name)(const HChar* option_name, const HChar* format)
150 if (VG_STREQ(format, "")) {
156 // If 'format' starts with a '~', abort -- the user probably expected the
160 if (format[0] == '~') {
171 len = VG_(strlen)(format) + 1;
180 while (format[i]) {
181 if (format[i] != '%') {
183 out[j++] = format[i++];
188 if ('%' == format[i]) {
191 out[j++] = format[i++]
    [all...]
  /hardware/libhardware_legacy/audio/
AudioHardwareInterface.cpp 113 size_t AudioHardwareBase::getInputBufferSize(uint32_t sampleRate, int format, int channelCount)
119 if (format != AudioSystem::PCM_16_BIT) {
120 ALOGW("getInputBufferSize bad format: %d", format);
154 int *format,
159 return openOutputStream(devices, format, channels, sampleRate, status);
  /libcore/luni/src/test/java/libcore/javax/security/auth/x500/
X500PrincipalTest.java 56 * Confirm DRLCertFactory uses a non-hex format for T61String encoding: http://b/2102191
81 for (String format : formats) {
82 assertEquals(certBC.getSubjectX500Principal().getName(format),
83 certOpenSSL.getSubjectX500Principal().getName(format));
84 assertEquals(certBC.getIssuerX500Principal().getName(format),
85 certOpenSSL.getIssuerX500Principal().getName(format));
  /hardware/qcom/display/msm8084/libgralloc/
alloc_controller.cpp 129 void AdrenoMemInfo::getAlignedWidthAndHeight(int width, int height, int format,
135 if (format <= HAL_PIXEL_FORMAT_sRGB_X_8888) {
148 switch(format)
182 switch (format)
251 width, height, format, 0,raster_mode, padding_threshold,
364 bool isMacroTileEnabled(int format, int usage)
372 // check the format
373 switch(format)
397 size_t getSize(int format, int width, int height, const int alignedw,
401 switch (format) {
    [all...]
  /hardware/qcom/display/msm8226/libgralloc/
alloc_controller.cpp 129 void AdrenoMemInfo::getAlignedWidthAndHeight(int width, int height, int format,
135 if (format <= HAL_PIXEL_FORMAT_sRGB_X_8888) {
148 switch(format)
182 switch (format)
246 width, height, format, 0,raster_mode, padding_threshold,
364 bool isMacroTileEnabled(int format, int usage)
372 // check the format
373 switch(format)
397 unsigned int getSize(int format, int width, int height, const int alignedw,
401 switch (format) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideocapturer_unittest.cc 96 cricket::VideoFormat format(
98 EXPECT_EQ(cricket::CS_STARTING, capturer_->Start(format));
101 EXPECT_EQ(format, *capturer_->GetCaptureFormat());
108 EXPECT_EQ(cricket::CS_FAILED, capturer_->Start(format));
118 VideoFormat format; local
119 EXPECT_TRUE(capturer_->GetBestCaptureFormat(kDefaultVideoFormat, &format));
120 EXPECT_EQ(kDefaultVideoFormat.width, format.width);
121 EXPECT_EQ(kDefaultVideoFormat.height, format.height);
122 EXPECT_EQ(kDefaultVideoFormat.interval, format.interval);
123 EXPECT_EQ(cricket::FOURCC_I420, format.fourcc)
141 cricket::VideoFormat format; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_fragtex.c 49 const struct nv30_texfmt *fmt = nv30_texfmt(pscreen, sv->pipe.format);
54 u32 format = sv->fmt | ss->fmt; local
77 format |= NV40_3D_TEX_FORMAT_FORMAT_A8L8;
80 format |= NV40_3D_TEX_FORMAT_FORMAT_A16L16;
82 format |= fmt->nv40;
84 format |= fmt->nv40;
100 format |= NV30_3D_TEX_FORMAT_FORMAT_A8L8;
102 format |= NV30_3D_TEX_FORMAT_FORMAT_A8L8_RECT;
106 format |= NV30_3D_TEX_FORMAT_FORMAT_HILO16;
108 format |= NV30_3D_TEX_FORMAT_FORMAT_HILO16_RECT
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_fragtex.c 49 const struct nv30_texfmt *fmt = nv30_texfmt(pscreen, sv->pipe.format);
54 u32 format = sv->fmt | ss->fmt; local
77 format |= NV40_3D_TEX_FORMAT_FORMAT_A8L8;
80 format |= NV40_3D_TEX_FORMAT_FORMAT_A16L16;
82 format |= fmt->nv40;
84 format |= fmt->nv40;
100 format |= NV30_3D_TEX_FORMAT_FORMAT_A8L8;
102 format |= NV30_3D_TEX_FORMAT_FORMAT_A8L8_RECT;
106 format |= NV30_3D_TEX_FORMAT_FORMAT_HILO16;
108 format |= NV30_3D_TEX_FORMAT_FORMAT_HILO16_RECT
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
LoggingPrintStream.java 168 public PrintStream format(String format, Object... args) { method in class:LoggingPrintStream
169 return format(Locale.getDefault(), format, args);
173 public PrintStream printf(String format, Object... args) {
174 return format(format, args);
178 public PrintStream printf(Locale l, String format, Object... args) {
179 return format(l, format, args)
185 public synchronized PrintStream format( method in class:LoggingPrintStream
    [all...]
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c 93 It is up to you to define the format of this configuration file and the
148 static MD_INLINE void LogError(const char* format, ...)
151 va_start(ap, format);
154 vsyslog(LOG_ERR, format, ap);
159 vfprintf(stderr, format, ap);
165 static MD_INLINE void LogWarning(const char* format, ...)
168 va_start(ap, format);
171 vsyslog(LOG_WARNING, format, ap);
176 vfprintf(stderr, format, ap);
181 static MD_INLINE void LogInfo(const char* format, ...
    [all...]
  /libcore/luni/src/main/java/java/io/
PrintStream.java 29 * writing common data types in a human readable format. This is not to be
267 * Formats {@code args} according to the format string {@code format}, and writes the result
271 * @param format the format string (see {@link java.util.Formatter#format})
274 * more arguments than required by {@code format},
278 * if the format string is illegal or incompatible with the
280 * error regarding the format string or arguments is detected.
281 * @throws NullPointerException if {@code format == null
283 public PrintStream format(String format, Object... args) { method in class:PrintStream
306 public PrintStream format(Locale l, String format, Object... args) { method in class:PrintStream
    [all...]
PrintWriter.java 27 * readable format. No {@code IOException} is thrown by this class. Instead,
264 * Formats {@code args} according to the format string {@code format}, and writes the result
269 * @param format the format string (see {@link java.util.Formatter#format})
272 * more arguments than required by {@code format},
276 * if the format string is illegal or incompatible with the
278 * error regarding the format string or arguments is detected.
279 * @throws NullPointerException if {@code format == null
281 public PrintWriter format(String format, Object... args) { method in class:PrintWriter
305 public PrintWriter format(Locale l, String format, Object... args) { method in class:PrintWriter
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/picker/
DatePicker.java 60 * @param format String containing a permutation of Y, M and D, indicating the order
63 public static DatePicker newInstance(String format) {
64 return newInstance(format, DEFAULT_START_YEAR);
70 * @param format String containing a permutation of Y, M and D, indicating the order
74 public static DatePicker newInstance(String format, int startYear) {
75 return newInstance(format, startYear, DEFAULT_YEAR_RANGE, true);
81 * @param format String containing a permutation of Y, M and D, indicating the order
87 public static DatePicker newInstance(String format, int startYear, int yearRange,
97 args.putString(EXTRA_FORMAT, format);
108 mYears[i] = String.format("%d", startYear + i)
123 String format = getArguments().getString(EXTRA_FORMAT); local
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 70 * made and reported for each of the known graphic format.
170 uint32_t format; member in class:Rectangle
241 uint32_t format; member in struct:meas
277 uint32_t maxOverlays(uint32_t format, bool allowOverlap);
278 list<uint32_t> supportedTransforms(uint32_t format);
279 list<uint32_t> supportedBlends(uint32_t format);
280 uint32_t dfMinWidth(uint32_t format);
281 uint32_t dfMinHeight(uint32_t format);
282 uint32_t dfMaxWidth(uint32_t format);
283 uint32_t dfMaxHeight(uint32_t format);
434 const struct hwcTestGraphicFormat *format; local
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
xmlwriter.h 72 const char *format, ...)
76 const char *format,
107 const char *format, ...)
112 const char *format,
125 const char *format, ...)
132 const char *format,
150 const char *format, ...)
154 const char *format, va_list argptr)
165 *format, ...)
170 *format,
    [all...]
  /external/libxml2/include/libxml/
xmlwriter.h 71 const char *format, ...)
75 const char *format,
106 const char *format, ...)
111 const char *format,
124 const char *format, ...)
131 const char *format,
149 const char *format, ...)
153 const char *format, va_list argptr)
164 *format, ...)
169 *format,
    [all...]
  /hardware/libhardware/tests/camera2/
CameraStreamFixture.h 39 // Format specifier for picking the best format for CPU reading the given device
64 *os << "Format: 0x" << std::hex << p.mFormat << ", ";
65 *os << "Format name: " << fmt << ", ";
117 int format = HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED; local
119 getResolutionList(format,
141 int64_t getMinFrameDurationFor(int32_t format, int32_t width, int32_t height) {
148 if (format == availableMinDurations.data.i64[i] &&
168 int32_t format = availableStrmConfigs.data.i32[i]; local
173 int index = mOutputResolutions.indexOfKey(format);
255 int format = MapAutoFormat(p.mFormat); local
    [all...]

Completed in 832 milliseconds

<<31323334353637383940>>