HomeSort by relevance Sort by last modified time
    Searched refs:format (Results 51 - 75 of 11129) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
glformats.h 47 _mesa_components_in_format( GLenum format );
50 _mesa_bytes_per_pixel( GLenum format, GLenum type );
59 _mesa_is_enum_format_integer(GLenum format);
62 _mesa_is_enum_format_or_type_integer(GLenum format, GLenum type);
65 _mesa_is_color_format(GLenum format);
68 _mesa_is_depth_format(GLenum format);
71 _mesa_is_stencil_format(GLenum format);
74 _mesa_is_ycbcr_format(GLenum format);
77 _mesa_is_depthstencil_format(GLenum format);
80 _mesa_is_depth_or_stencil_format(GLenum format);
    [all...]
format_pack.h 51 _mesa_get_pack_ubyte_rgba_function(gl_format format);
55 _mesa_get_pack_float_rgba_function(gl_format format);
59 _mesa_get_pack_float_z_func(gl_format format);
63 _mesa_get_pack_uint_z_func(gl_format format);
67 _mesa_get_pack_ubyte_stencil_func(gl_format format);
72 _mesa_pack_float_rgba_row(gl_format format, GLuint n,
76 _mesa_pack_ubyte_rgba_row(gl_format format, GLuint n,
81 _mesa_pack_ubyte_rgba_rect(gl_format format, GLuint width, GLuint height,
86 _mesa_pack_float_z_row(gl_format format, GLuint n,
90 _mesa_pack_uint_z_row(gl_format format, GLuint n
    [all...]
  /external/mesa3d/src/mesa/main/
glformats.h 47 _mesa_components_in_format( GLenum format );
50 _mesa_bytes_per_pixel( GLenum format, GLenum type );
59 _mesa_is_enum_format_integer(GLenum format);
62 _mesa_is_enum_format_or_type_integer(GLenum format, GLenum type);
65 _mesa_is_color_format(GLenum format);
68 _mesa_is_depth_format(GLenum format);
71 _mesa_is_stencil_format(GLenum format);
74 _mesa_is_ycbcr_format(GLenum format);
77 _mesa_is_depthstencil_format(GLenum format);
80 _mesa_is_depth_or_stencil_format(GLenum format);
    [all...]
format_pack.h 51 _mesa_get_pack_ubyte_rgba_function(gl_format format);
55 _mesa_get_pack_float_rgba_function(gl_format format);
59 _mesa_get_pack_float_z_func(gl_format format);
63 _mesa_get_pack_uint_z_func(gl_format format);
67 _mesa_get_pack_ubyte_stencil_func(gl_format format);
72 _mesa_pack_float_rgba_row(gl_format format, GLuint n,
76 _mesa_pack_ubyte_rgba_row(gl_format format, GLuint n,
81 _mesa_pack_ubyte_rgba_rect(gl_format format, GLuint width, GLuint height,
86 _mesa_pack_float_z_row(gl_format format, GLuint n,
90 _mesa_pack_uint_z_row(gl_format format, GLuint n
    [all...]
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderTrace.h 33 extern void TraceVideoDecoder(const char* cat, const char* fun, int line, const char* format, ...);
34 #define VIDEO_DECODER_TRACE(cat, format, ...) \
35 TraceVideoDecoder(cat, __FUNCTION__, __LINE__, format, ##__VA_ARGS__)
37 #define ETRACE(format, ...) VIDEO_DECODER_TRACE("ERROR: ", format, ##__VA_ARGS__)
38 #define WTRACE(format, ...) VIDEO_DECODER_TRACE("WARNING: ", format, ##__VA_ARGS__)
39 #define ITRACE(format, ...) VIDEO_DECODER_TRACE("INFO: ", format, ##__VA_ARGS__)
40 #define VTRACE(format, ...) VIDEO_DECODER_TRACE("VERBOSE: ", format, ##__VA_ARGS__
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_tile_soa.py 33 * Pixel format accessor functions.
48 def is_format_supported(format):
50 to read/write to/from this format.'''
52 # FIXME: Ideally we would support any format combination here.
54 if format.name == 'PIPE_FORMAT_R11G11B10_FLOAT':
57 if format.name == 'PIPE_FORMAT_R9G9B9E5_FLOAT':
60 if format.layout != PLAIN:
64 channel = format.channels[i]
70 if format.colorspace not in ('rgb', 'srgb'):
76 def generate_format_read(format, dst_channel, dst_native_type, dst_suffix)
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tile_soa.py 33 * Pixel format accessor functions.
48 def is_format_supported(format):
50 to read/write to/from this format.'''
52 # FIXME: Ideally we would support any format combination here.
54 if format.name == 'PIPE_FORMAT_R11G11B10_FLOAT':
57 if format.name == 'PIPE_FORMAT_R9G9B9E5_FLOAT':
60 if format.layout != PLAIN:
64 channel = format.channels[i]
70 if format.colorspace not in ('rgb', 'srgb'):
76 def generate_format_read(format, dst_channel, dst_native_type, dst_suffix)
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.h 43 #define printf(format, p...) bios_printf(BIOS_PRINTF_SCREEN, format, ##p)
49 # define BX_DEBUG(format, p...) bios_printf(BIOS_PRINTF_INFO, format, ##p)
51 # define BX_DEBUG(format, p...)
53 #define BX_INFO(format, p...) bios_printf(BIOS_PRINTF_INFO, format, ##p)
54 #define BX_PANIC(format, p...) bios_printf(BIOS_PRINTF_DEBHALT, format, ##p)
  /packages/providers/MediaProvider/tools/genfiles/
genfiles.sh 45 sqlite3 $1 "select format, media_type, mime_type, case when substr(_data,-1) is '\' then substr(_data,1,length(_data)-1) else _data end from files where _data like '"$EXTERNAL"/%';" | {
54 while read format mediatype mimetype data;
56 if [ "$format" == "14337" ]
60 elif [ "$format" == "14347" ]
64 elif [ "$format" == "14343" -a "$mediatype" == "0" ]
68 elif [ "$format" == "12292" -a "$mediatype" == "0" ]
72 elif [ "$format" == "12293" -a "$mediatype" == "0" ]
76 elif [ "$format" == "12297" ]
80 elif [ "$format" == "12296" ]
84 elif [ "$format" == "12299" -a "$mediatype" == "0"
    [all...]
  /development/ndk/sources/android/libportable/arch-mips64/
va_funcs.c 23 int WRAP(vfprintf)(FILE *stream, const char *format, va_list_portable *arg) {
24 return REAL(vfprintf)(stream, format, arg);
27 int WRAP(vfscanf)(FILE *stream, const char *format, va_list_portable *arg) {
28 return REAL(vfscanf)(stream, format, arg);
31 int WRAP(vprintf)(const char *format, va_list_portable *arg) {
32 return REAL(vprintf)(format, arg);
35 int WRAP(vscanf)(const char *format, va_list_portable *arg) {
36 return REAL(vscanf)(format, arg);
39 int WRAP(vsnprintf)(char *s, size_t n, const char *format, va_list_portable *arg) {
40 return REAL(vsnprintf)(s, n, format, arg)
    [all...]
  /development/ndk/sources/android/libportable/arch-x86_64/
va_funcs.c 23 int WRAP(vfprintf)(FILE *stream, const char *format, va_list_portable *arg) {
24 return REAL(vfprintf)(stream, format, arg);
27 int WRAP(vfscanf)(FILE *stream, const char *format, va_list_portable *arg) {
28 return REAL(vfscanf)(stream, format, arg);
31 int WRAP(vprintf)(const char *format, va_list_portable *arg) {
32 return REAL(vprintf)(format, arg);
35 int WRAP(vscanf)(const char *format, va_list_portable *arg) {
36 return REAL(vscanf)(format, arg);
39 int WRAP(vsnprintf)(char *s, size_t n, const char *format, va_list_portable *arg) {
40 return REAL(vsnprintf)(s, n, format, arg)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
NumberFormatTest.java 32 * @tests java.text.NumberFormat#format(java.lang.Object,
38 DecimalFormat format = (DecimalFormat) NumberFormat local
42 out = format.format(new Long(Long.MAX_VALUE), new StringBuffer(), pos);
47 out = format.format(new Long(Long.MIN_VALUE), new StringBuffer(), pos);
52 out = format.format(new java.math.BigInteger(String
58 out = format.format(new java.math.BigInteger(Strin
125 DecimalFormat format = (DecimalFormat) NumberFormat local
153 DecimalFormat format = (DecimalFormat) NumberFormat local
204 NumberFormat format = NumberFormat.getInstance(new Locale("hu", "HU")); local
221 NumberFormat format = NumberFormat.getInstance(); local
233 NumberFormat format = NumberFormat.getInstance(new Locale("hu", "HU")); local
    [all...]
DecimalFormatTest.java 50 df.format(Double.NaN);
79 DecimalFormat format = new DecimalFormat(); local
80 assertFalse("Default value of isParseIntegerOnly is true", format.isParseIntegerOnly());
82 format.setParseIntegerOnly(true);
83 assertTrue(format.isParseIntegerOnly());
84 Number result = format.parse("123.123");
87 format.setParseIntegerOnly(false);
88 assertFalse(format.isParseIntegerOnly());
89 result = format.parse("123.123");
399 form.format(12.3)
559 DecimalFormat format = (DecimalFormat) NumberFormat.getInstance(Locale.US); local
646 DecimalFormat format = (DecimalFormat) NumberFormat.getInstance(Locale.US); local
682 DecimalFormat format = new DecimalFormat(); local
697 DecimalFormat format = new DecimalFormat(); local
712 DecimalFormat format = new DecimalFormat(); local
726 DecimalFormat format = new DecimalFormat(); local
741 DecimalFormat format = new DecimalFormat(); local
795 DecimalFormat format = new DecimalFormat("'$'0000.0000"); local
871 DecimalFormat format = new DecimalFormat("#.#"); local
939 DecimalFormat format = new DecimalFormat(); local
967 DecimalFormat format = new DecimalFormat(); local
979 DecimalFormat format = new DecimalFormat(); local
998 DecimalFormat format = (DecimalFormat) NumberFormat.getInstance(Locale.US); local
1472 DecimalFormat format = new DecimalFormat("#0.#", dfs); local
1634 DecimalFormat format = new DecimalFormat("#0.#", dfs); local
1771 DecimalFormat format = (DecimalFormat) NumberFormat.getNumberInstance(Locale.ENGLISH); local
1830 DecimalFormat format = (DecimalFormat) NumberFormat.getNumberInstance(Locale.ENGLISH); local
1866 DecimalFormat format = new DecimalFormat(); local
1972 DecimalFormat format = (DecimalFormat) NumberFormat.getInstance(); local
1982 DecimalFormat format = (DecimalFormat) NumberFormat.getInstance(); local
1992 DecimalFormat format = (DecimalFormat) NumberFormat.getInstance(); local
2562 public void format(DecimalFormat format, String expected, double value) { method in class:DecimalFormatTest.FormatTester
2571 public void format(DecimalFormat format, String expected, int value) { method in class:DecimalFormatTest.FormatTester
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_tile.h 32 gl_format format, unsigned width, unsigned height);
36 gl_format format, unsigned width, unsigned height);
38 void get_tile_size(gl_format format, unsigned *block_width, unsigned *block_height);
  /external/deqp/framework/common/
tcuDefs.cpp 34 void die (const char* format, ...)
37 va_start(args, format);
38 qpDiev(format, args);
42 void print (const char* format, ...)
45 va_start(args, format);
46 qpPrintv(format, args);
  /external/fio/t/
log.c 5 int log_err(const char *format, ...)
11 va_start(args, format);
12 len = vsnprintf(buffer, sizeof(buffer), format, args);
19 int log_info(const char *format, ...)
25 va_start(args, format);
26 len = vsnprintf(buffer, sizeof(buffer), format, args);
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tile.h 32 gl_format format, unsigned width, unsigned height);
36 gl_format format, unsigned width, unsigned height);
38 void get_tile_size(gl_format format, unsigned *block_width, unsigned *block_height);
  /frameworks/support/v17/leanback/
generatev4.py 26 print "copy {}Fragment to {}SupportFragment".format(w, w)
28 file = open('src/android/support/v17/leanback/app/{}Fragment.java'.format(w), 'r')
29 outfile = open('src/android/support/v17/leanback/app/{}SupportFragment.java'.format(w), 'w')
31 outfile.write("/* This file is auto-generated from {}Fragment.java. DO NOT MODIFY. */\n\n".format(w))
35 line = line.replace('{}Fragment'.format(w), '{}SupportFragment'.format(w))
  /external/mdnsresponder/mDNSShared/
mDNSDebug.c 53 mDNSexport void verbosedebugf_(const char *format, ...)
57 va_start(ptr,format);
58 buffer[mDNS_vsnprintf(buffer, sizeof(buffer), format, ptr)] = 0;
65 mDNSlocal void LogMsgWithLevelv(mDNSLogLevel_t logLevel, const char *format, va_list ptr)
68 buffer[mDNS_vsnprintf((char *)buffer, sizeof(buffer), format, ptr)] = 0;
75 va_start(ptr,format); \
76 LogMsgWithLevelv(L, format, ptr); \
82 void LogMsg_(const char *format, ...) LOG_HELPER_BODY(MDNS_LOG_MSG)
83 void LogOperation_(const char *format, ...) LOG_HELPER_BODY(MDNS_LOG_OPERATION)
84 void LogSPS_(const char *format, ...) LOG_HELPER_BODY(MDNS_LOG_SPS
    [all...]
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
Log.java 30 public void debug(String format, Object... args) {
32 info(format, args);
37 public void debugNoln(String format, Object... args) {
39 String s = String.format(format, args);
44 public void info(String format, Object... args) {
45 String s = String.format(format, args);
49 public void error(String format, Object... args) {
50 String s = String.format(format, args)
    [all...]
  /external/clang/test/Sema/
attr-format.c 5 void a(const char *a, ...) __attribute__((format(printf, 1,2))); // no-error
6 void b(const char *a, ...) __attribute__((format(printf, 1,1))); // expected-error {{'format' attribute parameter 3 is out of bounds}}
7 void c(const char *a, ...) __attribute__((format(printf, 0,2))); // expected-error {{'format' attribute parameter 2 is out of bounds}}
8 void d(const char *a, int c) __attribute__((format(printf, 1,2))); // expected-error {{format attribute requires variadic function}}
9 void e(char *str, int c, ...) __attribute__((format(printf, 2,3))); // expected-error {{format argument not a string type}}
12 void f(xpto c, va_list list) __attribute__((format(printf, 1, 0))); // no-erro
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_pixels.c 35 * Allocate a pixel format structure and fill it according to the given info.
40 SDL_PixelFormat *format; local
43 /* Allocate an empty pixel format structure */
44 format = SDL_malloc(sizeof(*format));
45 if ( format == NULL ) {
49 SDL_memset(format, 0, sizeof(*format));
50 format->alpha = SDL_ALPHA_OPAQUE;
52 /* Set up the format */
    [all...]
  /bionic/libc/bionic/
strftime_l.cpp 31 size_t strftime_l(char *s, size_t max, const char *format, const struct tm *tm,
33 return strftime(s, max, format, tm);
  /external/chromium_org/cc/resources/
resource.h 18 Resource(unsigned id, const gfx::Size& size, ResourceFormat format)
21 format_(format) {}
25 ResourceFormat format() const { return format_; } function in class:cc::Resource
29 ResourceFormat format) {
30 DCHECK_EQ(0u, (BitsPerPixel(format) * size.width() * size.height()) % 8);
31 return (BitsPerPixel(format) * size.width() * size.height()) / 8;
36 void set_dimensions(const gfx::Size& size, ResourceFormat format) {
38 format_ = format;
resource_format.cc 9 SkColorType ResourceFormatToSkColorType(ResourceFormat format) {
10 switch (format) {

Completed in 988 milliseconds

1 23 4 5 6 7 8 91011>>