Searched defs:format (Results 201 - 225 of 2207) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/state_trackers/vega/
H A Dimage.h40 VGImageFormat format; member in struct:vg_image
52 struct vg_image *image_create(VGImageFormat format,
/external/mesa3d/src/glx/
H A Dcompsize.c35 ** Return the number of elements per group of a specified format
38 __glElementsPerGroup(GLenum format, GLenum type) argument
65 switch (format) {
137 ** and format.
141 GLenum format, GLenum type, GLenum target)
167 ** Zero is returned if either format or type are invalid.
169 components = __glElementsPerGroup(format, type);
171 if (format == GL_COLOR_INDEX || format == GL_STENCIL_INDEX) {
140 __glImageSize(GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLenum target) argument
/external/mesa3d/src/mesa/drivers/dri/i915/
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/i965/
H A Dbrw_vtbl.c218 gl_format format)
223 switch (format) {
217 brw_is_hiz_depth_format(struct intel_context *intel, gl_format format) argument
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/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.java32 * Most websites serve cookies in the blessed format. Eagerly create the parser to ensure such
44 /** If we fail to parse a date in a non-standard format, try each of these formats in sequence. */
60 /* RI bug 6641315 claims a cookie of this format was once served by www.yahoo.com */
75 DateFormat format = BROWSER_COMPATIBLE_DATE_FORMATS[i];
76 if (format == null) {
77 format = new SimpleDateFormat(BROWSER_COMPATIBLE_DATE_FORMAT_STRINGS[i], Locale.US);
78 BROWSER_COMPATIBLE_DATE_FORMATS[i] = format;
81 return format.parse(value);
90 public static String format(Date value) { method in class:HttpDate
91 return STANDARD_DATE_FORMAT.get().format(valu
[all...]
/external/qemu/android/base/
H A DStringFormat.cpp19 String StringFormat(const char* format, ...) { argument
21 va_start(args, format);
22 String result = StringFormatWithArgs(format, args);
27 String StringFormatWithArgs(const char* format, va_list args) { argument
29 StringAppendFormatWithArgs(&result, format, args);
33 void StringAppendFormat(String* string, const char* format, ...) { argument
35 va_start(args, format);
36 StringAppendFormatWithArgs(string, format, args);
41 const char* format,
48 int ret = vsnprintf(&(*string)[cur_size], extra, format, args
40 StringAppendFormatWithArgs(String* string, const char* format, va_list args) argument
[all...]
/external/qemu/android/
H A Dmultitouch-port.h29 * Codes that define transmitted framebuffer format:
68 /* Defines format in which framebuffer is transmitted to the device. */
69 int format; member in struct:MTFrameHeader
99 * this value is negative, lines are arranged in bottom-up format (i.e. the
/external/qemu/android/utils/
H A Ddebug.c20 dprint( const char* format, ... ) argument
23 va_start( args, format );
25 vfprintf( stdout, format, args );
31 dprintn( const char* format, ... ) argument
34 va_start( args, format );
35 vfprintf( stdout, format, args );
40 dprintnv( const char* format, va_list args ) argument
42 vfprintf( stdout, format, args );
47 dwarning( const char* format, ... ) argument
50 va_start( args, format );
59 derror( const char* format, ... ) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
H A DSDL_macgl.c35 AGLPixelFormat format; local
106 format = aglChoosePixelFormat(NULL, 0, attributes);
107 if ( format == NULL ) {
108 SDL_SetError("Couldn't match OpenGL desired format");
112 glContext = aglCreateContext(format, NULL);
117 aglDestroyPixelFormat(format);
/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/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/core/
H A DSkMask.cpp58 static int maskFormatToShift(SkMask::Format format) { argument
59 SkASSERT((unsigned)format < SK_ARRAY_COUNT(gMaskFormatToShift));
60 SkASSERT(SkMask::kBW_Format != format);
61 return gMaskFormatToShift[format];
/external/skia/src/gpu/gl/
H A DSkGLContextHelper.cpp77 // in binding a packed format an FBO. However, we can't rely on packed
92 GrGLenum format = kGLES_GrGLStandard == this->gl()->fStandard ? local
96 format,
103 GrGLenum format = kGLES_GrGLStandard == this->gl()->fStandard ? GR_GL_STENCIL_INDEX8 : local
106 format,
/external/skia/tests/
H A DStringTest.cpp17 #define VSNPRINTF(buffer, size, format, args) \
18 vsnprintf_s(buffer, size, _TRUNCATE, format, args)
23 #define ARGS_TO_BUFFER(format, buffer, size) \
26 va_start(args, format); \
27 VSNPRINTF(buffer, size, format, args); \
31 static void printfAnalog(char* buffer, int size, const char format[], ...) { argument
32 ARGS_TO_BUFFER(format, buffer, size);

Completed in 2329 milliseconds

1234567891011>>