/external/mesa3d/src/gallium/auxiliary/util/ |
u_tile.h | 86 enum pipe_format format, 99 enum pipe_format format, 116 pipe_tile_raw_to_rgba(enum pipe_format format, 122 pipe_tile_raw_to_unsigned(enum pipe_format format, 128 pipe_tile_raw_to_signed(enum pipe_format format, 137 enum pipe_format format, 144 enum pipe_format format, 151 enum pipe_format format, 158 enum pipe_format format,
|
/external/mesa3d/src/mesa/main/ |
convolve.c | 47 _mesa_ConvolutionFilter1D(GLenum target, GLenum internalFormat, GLsizei width, GLenum format, GLenum type, const GLvoid *image) 55 _mesa_ConvolutionFilter2D(GLenum target, GLenum internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *image) 118 _mesa_GetnConvolutionFilterARB(GLenum target, GLenum format, GLenum type, 128 _mesa_GetConvolutionFilter(GLenum target, GLenum format, GLenum type, 131 _mesa_GetnConvolutionFilterARB(target, format, type, INT_MAX, image); 154 _mesa_GetnSeparableFilterARB(GLenum target, GLenum format, GLenum type, 166 _mesa_GetSeparableFilter(GLenum target, GLenum format, GLenum type, 169 _mesa_GetnSeparableFilterARB(target, format, type, INT_MAX, row, 175 _mesa_SeparableFilter2D(GLenum target, GLenum internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column)
|
/external/pixman/demos/ |
gtk-utils.c | 7 pixman_image_from_file (const char *filename, pixman_format_code_t format) 65 format, width, height, data, width * 4); 103 cairo_format_t format; local 107 format = CAIRO_FORMAT_RGB24; 109 format = CAIRO_FORMAT_ARGB32; 113 format, width, height, stride); 135 pixman_format_code_t format; local 149 format = pixman_image_get_format (image); 153 * has the a8r8g8b8_sRGB format. 155 switch (format) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/esd/ |
SDL_esdaudio.c | 64 static int (*SDL_NAME(esd_play_stream))( esd_format_t format, int rate, 274 esd_format_t format; local 276 /* Convert audio spec to the ESD audio format */ 277 format = (ESD_STREAM | ESD_PLAY); 278 switch ( spec->format & 0xFF ) { 280 format |= ESD_BITS8; 283 format |= ESD_BITS16; 286 SDL_SetError("Unsupported ESD audio format"); 290 format |= ESD_MONO; 292 format |= ESD_STEREO [all...] |
/hardware/libhardware_legacy/audio/ |
AudioDumpInterface.cpp | 60 uint32_t devices, int *format, uint32_t *channels, uint32_t *sampleRate, status_t *status) 68 outFinal = mFinalInterface->openOutputStream(devices, format, channels, sampleRate, status); 70 lFormat = outFinal->format(); 74 if (format != 0) { 75 if (*format != 0) { 76 lFormat = *format; 78 *format = lFormat; 126 AudioStreamIn* AudioDumpInterface::openInputStream(uint32_t devices, int *format, uint32_t *channels, 134 inFinal = mFinalInterface->openInputStream(devices, format, channels, sampleRate, status, acoustics); 136 lFormat = inFinal->format(); 329 int AudioStreamOutDump::format() const function in class:android::AudioStreamOutDump 533 int AudioStreamInDump::format() const function in class:android::AudioStreamInDump [all...] |
/hardware/samsung_slsi/exynos5/gralloc/ |
gralloc.cpp | 134 static int gralloc_alloc_rgb(int ionfd, int w, int h, int format, int usage, 141 if (format == HAL_PIXEL_FORMAT_RGBA_8888) { 148 format = HAL_PIXEL_FORMAT_BGRA_8888; 152 format = HAL_PIXEL_FORMAT_BGRA_8888; 156 switch (format) { 178 if (format != HAL_PIXEL_FORMAT_BLOB) { 196 *hnd = new private_handle_t(fd, size, usage, w, h, format, *stride, 202 static int gralloc_alloc_framework_yuv(int ionfd, int w, int h, int format, 210 switch (format) { 220 ALOGE("invalid yuv format %d\n", format) [all...] |
/libcore/luni/src/test/java/libcore/java/text/ |
OldSimpleDateFormatTest.java | 33 SimpleDateFormat format = null; field in class:OldSimpleDateFormatTest 39 format = new SimpleDateFormat("", Locale.ENGLISH); 45 format = null; 55 format.applyPattern(pattern); 56 format.format(cal.getTime(), buffer, position); 59 System.out.println("Wrong format: \"" + pattern 79 format.setTimeZone(SimpleTimeZone.getTimeZone(timeZoneId)); 80 format.applyPattern("z, zzzz"); 82 format.format(date)) 218 SimpleDateFormat format = (SimpleDateFormat) DateFormat.getInstance(); local [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/ |
Preconditions.java | 40 * String#format(String, Object[])} specifiers. 108 format(errorMessageTemplate, errorMessageArgs)); method 163 format(errorMessageTemplate, errorMessageArgs)); method 221 format(errorMessageTemplate, errorMessageArgs)); method 296 return format("%s (%s) must not be negative", desc, index); 300 return format("%s (%s) must be less than size (%s)", desc, index, size); 345 return format("%s (%s) must not be negative", desc, index); 349 return format("%s (%s) must not be greater than size (%s)", 383 return format("end index (%s) must not be less than start index (%s)", 399 static String format(String template, Object... args) method in class:Preconditions [all...] |
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
Preconditions.java | 40 * String#format(String, Object[])} specifiers. 108 format(errorMessageTemplate, errorMessageArgs)); method 163 format(errorMessageTemplate, errorMessageArgs)); method 221 format(errorMessageTemplate, errorMessageArgs)); method 296 return format("%s (%s) must not be negative", desc, index); 300 return format("%s (%s) must be less than size (%s)", desc, index, size); 345 return format("%s (%s) must not be negative", desc, index); 349 return format("%s (%s) must not be greater than size (%s)", 383 return format("end index (%s) must not be less than start index (%s)", 399 static String format(String template, Object... args) method in class:Preconditions [all...] |
/external/chromium_org/v8/src/ |
v8utils.cc | 40 void PrintF(const char* format, ...) { 42 va_start(arguments, format); 43 OS::VPrint(format, arguments); 48 void PrintF(FILE* out, const char* format, ...) { 50 va_start(arguments, format); 51 OS::VFPrint(out, format, arguments); 56 void PrintPID(const char* format, ...) { 59 va_start(arguments, format); 60 OS::VPrint(format, arguments); 258 void StringBuilder::AddFormatted(const char* format, ...) [all...] |
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_printf.cc | 116 const char *format, va_list args) { 119 RAW_CHECK(format); 122 const char *cur = format; 213 static void SharedPrintfCode(bool append_pid, const char *format, 247 buffer_size - needed_length, format, args); 265 void Printf(const char *format, ...) { 267 va_start(args, format); 268 SharedPrintfCode(false, format, args); 273 void Report(const char *format, ...) { 275 va_start(args, format); [all...] |
/external/guava/guava-tests/test/com/google/common/base/ |
PreconditionsTest.java | 73 Preconditions.checkArgument(false, FORMAT, 5); 120 Preconditions.checkState(false, FORMAT, 5); 164 Preconditions.checkNotNull(null, FORMAT, 5); 325 assertEquals("%s", Preconditions.format("%s")); 326 assertEquals("5", Preconditions.format("%s", 5)); 327 assertEquals("foo [5]", Preconditions.format("foo", 5)); 328 assertEquals("foo [5, 6, 7]", Preconditions.format("foo", 5, 6, 7)); 329 assertEquals("%s 1 2", Preconditions.format("%s %s %s", "%s", 1, 2)); 330 assertEquals(" [5, 6]", Preconditions.format("", 5, 6)); 331 assertEquals("123", Preconditions.format("%s%s%s", 1, 2, 3)) [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/texture/ |
FrameBuffer.java | 37 import com.jme3.texture.Image.Format; 68 * {@link Format#RGBA8}, allowing rendering the color content of the scene. 69 * The depth attachment point requires a depth image format. 92 Image.Format format; field in class:FrameBuffer.RenderBuffer 97 * @return The image format of the render buffer. 99 public Format getFormat() { 100 return format; 149 return "TextureTarget[format=" + format + "]" [all...] |
/external/kernel-headers/original/linux/ |
kernel.h | 98 __attribute__ ((NORET_AND format (printf, 1, 2))); 111 __attribute__ ((format (printf, 2, 3))); 113 __attribute__ ((format (printf, 2, 0))); 115 __attribute__ ((format (printf, 3, 4))); 117 __attribute__ ((format (printf, 3, 0))); 119 __attribute__ ((format (printf, 3, 4))); 121 __attribute__ ((format (printf, 3, 0))); 123 __attribute__ ((format (printf, 2, 3))); 126 __attribute__ ((format (scanf, 2, 3))); 128 __attribute__ ((format (scanf, 2, 0))) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/picogui/ |
SDL_pgvideo.c | 40 static SDL_Rect **PG_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags); 186 SDL_Rect **PG_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags) 203 /* Allocate the new pixel format for the screen */ 205 SDL_SetError("Couldn't allocate new pixel format for requested mode"); 243 /* Set up pixel format */ 244 current->format->BitsPerPixel = this->hidden->shm.bpp; 245 current->format->BytesPerPixel = this->hidden->shm.bpp >> 3; 247 current->format->BytesPerPixel++; 248 current->format->palette = NULL; 249 current->format->Rmask = this->hidden->shm.red_mask [all...] |
/external/bison/lib/ |
stdio.in.h | 65 The __-protected variants of the attributes 'format' and 'printf' are 77 indicates to GCC that the function takes a format string and arguments, 78 where the format string directives are the ones standardized by ISO C99 89 except that it indicates to GCC that the supported format string directives 96 indicates to GCC that the function takes a format string and arguments, 97 where the format string directives are the ones standardized by ISO C99 108 except that it indicates to GCC that the supported format string directives 138 _GL_FUNCDECL_RPL (dprintf, int, (int fd, const char *format, ...) 141 _GL_CXXALIAS_RPL (dprintf, int, (int fd, const char *format, ...)); 144 _GL_FUNCDECL_SYS (dprintf, int, (int fd, const char *format, ... [all...] |
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
SimpleFormatterTest.java | 50 sf.format(null); 54 sf.format(new LogRecord(Level.SEVERE, null)); 64 String str = sf.format(lr); 71 str = sf.format(lr); 77 String str = sf.format(lr); 96 str = sf.format(lr);
|
/external/chromium_org/cc/resources/ |
prioritized_resource.h | 28 Create(PrioritizedResourceManager* manager, gfx::Size size, GLenum format) { 29 return make_scoped_ptr(new PrioritizedResource(manager, size, format)); 41 void SetDimensions(gfx::Size size, GLenum format); 42 GLenum format() const { return format_; } function in class:cc::PrioritizedResource 109 GLenum format); 149 GLenum format);
|
/external/chromium_org/media/audio/win/ |
audio_low_latency_output_win.cc | 39 WAVEFORMATPCMEX format; local 41 eRender, eConsole, &format)) ? 42 static_cast<int>(format.dwChannelMask) : 0; 53 return (a.format() == b.format() && 102 WAVEFORMATPCMEX format; local 104 eRender, eConsole, &format)) ? 105 static_cast<int>(format.Format.nChannels) : 0; 115 WAVEFORMATPCMEX format; local 162 WAVEFORMATEX* format = &format_.Format; local [all...] |
/external/chromium_org/media/base/ |
video_frame.cc | 22 VideoFrame::Format format, 27 DCHECK(IsValidConfig(format, coded_size, visible_rect, natural_size)); 29 format, coded_size, visible_rect, natural_size, timestamp)); 30 switch (format) { 41 LOG(FATAL) << "Unsupported frame format: " << format; 47 std::string VideoFrame::FormatToString(VideoFrame::Format format) { 48 switch (format) { [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_rect.c | 45 enum pipe_format format, 58 int blocksize = util_format_get_blocksize(format); 59 int blockwidth = util_format_get_blockwidth(format); 60 int blockheight = util_format_get_blockheight(format); 92 enum pipe_format format, 100 const struct util_format_description *desc = util_format_description(format);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_blit.c | 142 util_format_description(texture->resource.b.b.format); 190 surf_tmpl.format = texture->resource.b.b.format; 198 surf_tmpl.format = flushed_depth_texture->resource.b.b.format; 280 surf_tmpl.format = rtex->resource.b.b.format; 393 return info->dst.res->format == info->src.res->format && 433 templ.format = info->src.res->format 561 unsigned format; member in struct:texture_orig_info [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/ |
xa_tracker.c | 91 fdesc.format = PIPE_FORMAT_B8G8R8A8_UNORM; 94 fdesc.format = PIPE_FORMAT_B8G8R8X8_UNORM; 97 fdesc.format = PIPE_FORMAT_B5G6R5_UNORM; 100 fdesc.format = PIPE_FORMAT_B5G5R5A1_UNORM; 103 fdesc.format = PIPE_FORMAT_L8_UNORM; 106 fdesc.format = PIPE_FORMAT_Z24X8_UNORM; 109 fdesc.format = PIPE_FORMAT_Z16_UNORM; 112 fdesc.format = PIPE_FORMAT_Z32_UNORM; 115 fdesc.format = PIPE_FORMAT_Z24X8_UNORM; 118 fdesc.format = PIPE_FORMAT_X8Z24_UNORM [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_pixel_read.c | 73 GLenum format, GLenum type, 100 !intel_check_blit_format(src, format, type)) { 101 DBG("%s - bad format for blit\n", __FUNCTION__); 126 format, type, 0, 0, 0); 171 GLenum format, GLenum type, 182 (ctx, x, y, width, height, format, type, pack, pixels)) 201 _mesa_readpixels(ctx, x, y, width, height, format, type, pack, pixels);
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
histogram.c | 47 _mesa_GetnMinmaxARB(GLenum target, GLboolean reset, GLenum format, 57 _mesa_GetMinmax(GLenum target, GLboolean reset, GLenum format, GLenum type, 60 _mesa_GetnMinmaxARB(target, reset, format, type, INT_MAX, values); 65 _mesa_GetnHistogramARB(GLenum target, GLboolean reset, GLenum format, 75 _mesa_GetHistogram(GLenum target, GLboolean reset, GLenum format, GLenum type, 78 _mesa_GetnHistogramARB(target, reset, format, type, INT_MAX, values);
|