HomeSort by relevance Sort by last modified time
    Searched refs:format (Results 926 - 950 of 8082) sorted by null

<<31323334353637383940>>

  /external/linux-tools-perf/util/ui/
helpline.c 54 int ui_helpline__show_help(const char *format, va_list ap)
61 sizeof(ui_helpline__last_msg) - backlog, format, ap);
  /external/mesa3d/src/gallium/auxiliary/util/
u_caps.h 55 #define UTIL_CHECK_FORMAT(format) \
56 UTIL_CAPS_CHECK_FORMAT, PIPE_FORMAT_##format
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tile_soa.h 79 lp_tile_swizzle_4ub(enum pipe_format format,
86 lp_tile_unswizzle_4ub(enum pipe_format format,
  /external/mesa3d/src/gallium/drivers/r300/
r300_texture.c 93 /* Translate a pipe_format into a useful texture format for sampling.
101 * R300_EASY_TX_FORMAT(B, G, R, A, FORMAT);
103 * The FORMAT specifies how the texture sampler will treat the texture, and
105 uint32_t r300_translate_texformat(enum pipe_format format,
121 desc = util_format_description(format);
128 switch (format) {
145 switch (format) {
160 switch (format) {
172 if (format != PIPE_FORMAT_RGTC1_SNORM &&
173 format != PIPE_FORMAT_LATC1_SNORM)
    [all...]
  /external/mesa3d/src/gallium/include/state_tracker/
sw_winsys.h 74 enum pipe_format format );
90 enum pipe_format format,
  /external/mesa3d/src/gallium/winsys/sw/dri/
dri_sw_winsys.c 42 enum pipe_format format; member in struct:dri_sw_displaytarget
74 enum pipe_format format )
83 enum pipe_format format,
95 dri_sw_dt->format = format;
99 format_stride = util_format_get_stride(format, width);
102 nblocksy = util_format_get_nblocksy(format, height);
182 width = dri_sw_dt->stride / util_format_get_blocksize(dri_sw_dt->format);
  /external/mesa3d/src/gallium/winsys/sw/gdi/
gdi_sw_winsys.c 51 enum pipe_format format; member in struct:gdi_sw_displaytarget
75 enum pipe_format format )
77 switch(format) {
124 enum pipe_format format,
137 gdt->format = format;
141 bpp = util_format_get_blocksizebits(format);
142 cpp = util_format_get_blocksize(format);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_driver.h 68 #define nouveau_error(format, ...) \
69 fprintf(stderr, "%s: " format, __func__, ## __VA_ARGS__)
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_pixel_read.c 41 static gl_format gl_format_and_type_to_mesa_format(GLenum format, GLenum type)
43 switch (format)
92 GLenum format, GLenum type,
97 const gl_format dst_format = gl_format_and_type_to_mesa_format(format, type);
161 rrb->base.Base.Format,
200 GLenum format, GLenum type,
206 if (do_blit_readpixels(ctx, x, y, width, height, format, type, pack, pixels))
214 "Falling back to sw for ReadPixels (format %s, type %s)\n",
215 _mesa_lookup_enum_by_nr(format), _mesa_lookup_enum_by_nr(type));
220 _mesa_readpixels(ctx, x, y, width, height, format, type, pack, pixels)
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_framebuffer.c 59 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))) {
  /external/openssl/crypto/bio/
b_print.c 137 const char *format, va_list args);
139 /* format read states */
149 /* format flags - Bits */
175 const char *format,
192 ch = *format++;
204 ch = *format++;
210 ch = *format++;
214 ch = *format++;
218 ch = *format++;
222 ch = *format++
    [all...]
  /external/qemu/android/
charmap.c 64 /* Line format was bad. */
335 // Make sure token format was ok and value doesn't exceed unsigned short.
397 * returns BAD_FORMAT if line format was not recognized, SKIP_LINE if line
398 * format was ok, but it didn't contain key information, or KEY_ENTRY
424 derror("Invalid format of charmap file %s. Unknown key %s in line %d",
432 derror("Invalid format of charmap file %s. Invalid display value in line %d",
440 derror("Invalid format of charmap file %s. Invalid number value in line %d",
448 derror("Invalid format of charmap file %s. Invalid base value in line %d",
456 derror("Invalid format of charmap file %s. Invalid caps value in line %d",
464 derror("Invalid format of charmap file %s. Invalid fn value in line %d"
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/nds/
soundcommon.h 57 u8 channel,format; member in struct:__anon26764
66 extern void SoundSystemInit(u32 rate,u32 buffersize,u8 channel,u8 format);
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_yuv_sw_c.h 29 extern SDL_Overlay *SDL_CreateYUV_SW(_THIS, int width, int height, Uint32 format, SDL_Surface *display);
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_yuv.h 29 extern SDL_Overlay *DirectFB_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display);
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fb3dfx.c 56 Uint32 format; local
67 /* Set the destination pixel format */
69 bpp = dst->format->BitsPerPixel;
70 format = dst->pitch | ((bpp+((bpp==8) ? 0 : 8)) << 13);
79 tdfx_out32(DSTFORMAT, format);
114 /* Set the source and destination pixel format */
116 bpp = src->format->BitsPerPixel;
119 bpp = dst->format->BitsPerPixel;
142 tdfx_out32(SRCCOLORKEYMIN, src->format->colorkey);
143 tdfx_out32(SRCCOLORKEYMAX, src->format->colorkey)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxmodes.c 31 SDL_Rect ** NX_ListModes (_THIS, SDL_PixelFormat * format, Uint32 flags)
36 if (SDL_Visual.bpp == format -> BitsPerPixel) {
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_phyuv_c.h 42 long format; member in struct:private_yuvhwdata
56 extern SDL_Overlay* ph_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface* display);
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsyuv_c.h 29 extern SDL_Overlay *GS_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display);
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5yuv_c.h 30 extern SDL_Overlay *DX5_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display);
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11yuv_c.h 31 extern SDL_Overlay *X11_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowPasswordTransformationMethod.java 20 return String.format(String.format("%%0%dd", charSequence.length()), 0).replace("0", "\u2022");
  /external/skia/tools/
reformat-json.py 11 Rewrites a JSON file to use Python's standard JSON pretty-print format,
14 by format differences).
  /external/smack/asmack-master/static-src/custom/de/measite/smack/
AndroidDebugger.java 59 dateFormatter.format(new Date()) + " RCV (" + connection.hashCode() +
71 dateFormatter.format(new Date()) + " SENT (" + connection.hashCode() +
90 dateFormatter.format(new Date()) + " RCV PKT (" +
101 dateFormatter.format(new Date()) + " Connection closed (" +
108 dateFormatter.format(new Date()) +
116 dateFormatter.format(new Date()) +
124 dateFormatter.format(new Date()) + " Connection reconnected (" +
130 dateFormatter.format(new Date()) + " Connection (" +
  /external/smack/src/de/measite/smack/
AndroidDebugger.java 59 dateFormatter.format(new Date()) + " RCV (" + connection.hashCode() +
71 dateFormatter.format(new Date()) + " SENT (" + connection.hashCode() +
90 dateFormatter.format(new Date()) + " RCV PKT (" +
101 dateFormatter.format(new Date()) + " Connection closed (" +
108 dateFormatter.format(new Date()) +
116 dateFormatter.format(new Date()) +
124 dateFormatter.format(new Date()) + " Connection reconnected (" +
130 dateFormatter.format(new Date()) + " Connection (" +

Completed in 2664 milliseconds

<<31323334353637383940>>