Searched defs:format (Results 226 - 250 of 1912) sorted by relevance

1234567891011>>

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_pixel.c127 * format of the pixels in the region. For now this code assumes that
131 * know the buffer's pixel format.
133 * \param format as given to glDraw/ReadPixels
138 GLenum format, GLenum type)
142 type == GL_UNSIGNED_BYTE) && format == GL_BGRA) {
147 type == GL_UNSIGNED_SHORT_5_6_5_REV && format == GL_BGR) {
151 DBG("%s: bad format for blit (cpp %d, type %s format %s)\n",
153 _mesa_lookup_enum_by_nr(type), _mesa_lookup_enum_by_nr(format));
137 intel_check_blit_format(struct intel_region * region, GLenum format, GLenum type) argument
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_pixel.c127 * format of the pixels in the region. For now this code assumes that
131 * know the buffer's pixel format.
133 * \param format as given to glDraw/ReadPixels
138 GLenum format, GLenum type)
142 type == GL_UNSIGNED_BYTE) && format == GL_BGRA) {
147 type == GL_UNSIGNED_SHORT_5_6_5_REV && format == GL_BGR) {
151 DBG("%s: bad format for blit (cpp %d, type %s format %s)\n",
153 _mesa_lookup_enum_by_nr(type), _mesa_lookup_enum_by_nr(format));
137 intel_check_blit_format(struct intel_region * region, GLenum format, GLenum type) argument
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_surface.c36 unsigned flags, unsigned format,
40 int ret, cpp = _mesa_get_format_bytes(format);
46 .format = format,
50 .pitch = _mesa_format_row_stride(format, width),
62 if (_mesa_get_format_bits(format, GL_DEPTH_BITS))
70 get_format_blocksy(format, height) * s->pitch,
82 dst->format = src->format;
34 nouveau_surface_alloc(struct gl_context *ctx, struct nouveau_surface *s, enum nouveau_surface_layout layout, unsigned flags, unsigned format, unsigned width, unsigned height) argument
H A Dnouveau_surface.h42 gl_format format; member in struct:nouveau_surface
51 unsigned flags, unsigned format,
H A Dnv04_state_tex.c66 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/main/
H A Dcolortab.h40 GLsizei width, GLenum format, GLenum type,
45 GLsizei count, GLenum format, GLenum type,
55 GLsizei width, GLenum format, GLenum type,
63 GLsizei count, GLenum format, GLenum type,
54 _mesa_ColorTable( GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table ) argument
62 _mesa_ColorSubTable( GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *table ) argument
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_framebuffer.c59 enum pipe_format format = st->ctx->Color.sRGBEnabled ? resource->format : util_format_linear(resource->format); local
62 strb->surface->format != format ||
73 surf_tmpl.format = format;
125 (strb->texture && util_format_is_srgb(strb->texture->format))) {
H A Dst_cb_readpixels.c46 GLenum format, GLenum type,
54 _mesa_readpixels(ctx, x, y, width, height, format, type, pack, dest);
44 st_readpixels(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, const struct gl_pixelstore_attrib *pack, GLvoid *dest) argument
/external/mesa3d/src/mesa/swrast/
H A Ds_texrender.c59 * 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/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixDirectoryListingFormatter.java50 public String format(FileSystemEntry fileSystemEntry) { method in class:UnixDirectoryListingFormatter
52 String dateStr = dateFormat.format(fileSystemEntry.getLastModified());
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixDirectoryListingFormatter.java50 public String format(FileSystemEntry fileSystemEntry) { method in class:UnixDirectoryListingFormatter
52 String dateStr = dateFormat.format(fileSystemEntry.getLastModified());
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixDirectoryListingFormatter.java50 public String format(FileSystemEntry fileSystemEntry) { method in class:UnixDirectoryListingFormatter
52 String dateStr = dateFormat.format(fileSystemEntry.getLastModified());
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixDirectoryListingFormatter.java50 public String format(FileSystemEntry fileSystemEntry) { method in class:UnixDirectoryListingFormatter
52 String dateStr = dateFormat.format(fileSystemEntry.getLastModified());
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixDirectoryListingFormatter.java50 public String format(FileSystemEntry fileSystemEntry) { method in class:UnixDirectoryListingFormatter
52 String dateStr = dateFormat.format(fileSystemEntry.getLastModified());
/external/mockito/src/main/java/org/mockito/internal/junit/
H A DStubbingArgMismatches.java16 * Contains stubbing arg mismatches, knows how to format them
31 public void format(String testName, MockitoLogger logger) { method in class:StubbingArgMismatches
H A DUnusedStubbings.java17 * Contains unused stubbings, knows how to format them
27 void format(String testName, MockitoLogger logger) { method in class:UnusedStubbings
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/
H A DDebug.java68 public static void trace(String format, Object... args) { argument
69 // System.out.printf("> " + format + "\n", args);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHttpDate.java34 * Most websites serve cookies in the blessed format. Eagerly create the parser to ensure such
40 // RFC 2616 specified: RFC 822, updated by RFC 1123 format with fixed GMT.
48 /** If we fail to parse a date in a non-standard format, try each of these formats in sequence. */
53 "EEE MMM d HH:mm:ss yyyy", // ANSI C's asctime() format
67 /* RI bug 6641315 claims a cookie of this format was once served by www.yahoo.com */
89 DateFormat format = BROWSER_COMPATIBLE_DATE_FORMATS[i];
90 if (format == null) {
91 format = new SimpleDateFormat(BROWSER_COMPATIBLE_DATE_FORMAT_STRINGS[i], Locale.US);
94 format.setTimeZone(GMT);
95 BROWSER_COMPATIBLE_DATE_FORMATS[i] = format;
113 public static String format(Date value) { method in class:HttpDate
[all...]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
H A DHttpDateTest.java59 @Test public void format() throws Exception { method in class:HttpDateTest
60 assertEquals("Thu, 01 Jan 1970 00:00:00 GMT", HttpDate.format(new Date(0)));
61 assertEquals("Fri, 06 Jun 2014 12:30:30 GMT", HttpDate.format(new Date(1402057830000L)));
85 // ANSI C's asctime() format
86 // This format ignores the timezone entirely even if it is present and uses GMT.
/external/regex-re2/util/
H A Dstringprintf.cc9 static void StringAppendV(string* dst, const char* format, va_list ap) { argument
18 int result = vsnprintf(space, sizeof(space), format, backup_ap);
41 result = vsnprintf(buf, length, format, backup_ap);
54 string StringPrintf(const char* format, ...) { argument
56 va_start(ap, format);
58 StringAppendV(&result, format, ap);
63 void SStringPrintf(string* dst, const char* format, ...) { argument
65 va_start(ap, format);
67 StringAppendV(dst, format, ap);
71 void StringAppendF(string* dst, const char* format, argument
[all...]
/external/selinux/libsemanage/src/
H A Ddebug.c52 __attribute__ ((format(printf, 3, 4)))
92 __attribute__ ((format(printf, 3, 4)))
118 __attribute__ ((format(printf, 3, 4)))
116 semanage_msg_set_callback(semanage_handle_t * handle, __attribute__ ((format(printf, 3, 4))) void (*msg_callback) (void *varg, semanage_handle_t * handle, const char *fmt, ...), void *msg_callback_arg) argument
/external/selinux/libsepol/src/
H A Ddebug.c42 __attribute__ ((format(printf, 3, 4)))
76 __attribute__ ((format(printf, 3, 4)))
74 sepol_msg_set_callback(sepol_handle_t * handle, __attribute__ ((format(printf, 3, 4))) void (*msg_callback) (void *varg, sepol_handle_t * handle, const char *fmt, ...), void *msg_callback_arg) argument
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbitmap_glyph_info.cc25 int32_t format)
31 format_(format) {
37 int32_t format)
43 format_(format) {
57 return (format_ == rhs->format() &&
21 BitmapGlyphInfo(int32_t glyph_id, int32_t block_offset, int32_t start_offset, int32_t length, int32_t format) argument
34 BitmapGlyphInfo(int32_t glyph_id, int32_t start_offset, int32_t length, int32_t format) argument
H A Dsimple_bitmap_glyph.cc21 SimpleBitmapGlyph::SimpleBitmapGlyph(ReadableFontData* data, int32_t format) argument
22 : BitmapGlyph(data, format) {
28 SimpleBitmapGlyph::Builder::Builder(ReadableFontData* data, int32_t format) argument
29 : BitmapGlyph::Builder(data, format) {
32 SimpleBitmapGlyph::Builder::Builder(WritableFontData* data, int32_t format) argument
33 : BitmapGlyph::Builder(data, format) {
41 Ptr<SimpleBitmapGlyph> glyph = new SimpleBitmapGlyph(data, format());
/external/skia/src/gpu/
H A DGrShaderVar.cpp24 void GrShaderVar::setImageStorageFormat(GrImageStorageFormat format) { argument
26 switch (format) {

Completed in 591 milliseconds

1234567891011>>