Home
last modified time | relevance | path

Searched defs:format (Results 1 – 25 of 2062) sorted by relevance

12345678910>>...83

/external/chromium_org/third_party/WebKit/Source/wtf/
DStringExtrasTest.cpp36 template<typename IntegerType> struct PrintfFormatTrait { static const char format[]; }; member
38 template<> struct PrintfFormatTrait<short> { static const char format[]; }; member
39 const char PrintfFormatTrait<short>::format[] = "%hd"; member in __anonf4cd91cf0111::PrintfFormatTrait<short>
41 template<> struct PrintfFormatTrait<int> { static const char format[]; }; member
42 const char PrintfFormatTrait<int>::format[] = "%d"; member in __anonf4cd91cf0111::PrintfFormatTrait<int>
44 template<> struct PrintfFormatTrait<long> { static const char format[]; }; member
45 const char PrintfFormatTrait<long>::format[] = "%ld"; member in __anonf4cd91cf0111::PrintfFormatTrait<long>
47 template<> struct PrintfFormatTrait<long long> { static const char format[]; }; member
49 const char PrintfFormatTrait<long long>::format[] = "%I64i"; member in __anonf4cd91cf0111::PrintfFormatTrait<long long>
51 const char PrintfFormatTrait<long long>::format[] = "%lli"; member in __anonf4cd91cf0111::PrintfFormatTrait<long long>
[all …]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dglformats.c167 _mesa_components_in_format(GLenum format) in _mesa_components_in_format()
224 _mesa_bytes_per_pixel(GLenum format, GLenum type) in _mesa_bytes_per_pixel()
314 _mesa_is_enum_format_integer(GLenum format) in _mesa_is_enum_format_integer()
410 _mesa_is_enum_format_or_type_integer(GLenum format, GLenum type) in _mesa_is_enum_format_or_type_integer()
454 _mesa_is_color_format(GLenum format) in _mesa_is_color_format()
677 _mesa_is_depth_format(GLenum format) in _mesa_is_depth_format()
696 _mesa_is_stencil_format(GLenum format) in _mesa_is_stencil_format()
711 _mesa_is_ycbcr_format(GLenum format) in _mesa_is_ycbcr_format()
726 _mesa_is_depthstencil_format(GLenum format) in _mesa_is_depthstencil_format()
743 _mesa_is_depth_or_stencil_format(GLenum format) in _mesa_is_depth_or_stencil_format()
[all …]
Dformats.c1537 _mesa_get_format_info(gl_format format) in _mesa_get_format_info()
1547 _mesa_get_format_name(gl_format format) in _mesa_get_format_name()
1563 _mesa_get_format_bytes(gl_format format) in _mesa_get_format_bytes()
1579 _mesa_get_format_bits(gl_format format, GLenum pname) in _mesa_get_format_bits()
1628 _mesa_get_format_max_bits(gl_format format) in _mesa_get_format_max_bits()
1653 _mesa_get_format_datatype(gl_format format) in _mesa_get_format_datatype()
1666 _mesa_get_format_base_format(gl_format format) in _mesa_get_format_base_format()
1681 _mesa_get_format_block_size(gl_format format, GLuint *bw, GLuint *bh) in _mesa_get_format_block_size()
1691 _mesa_is_format_compressed(gl_format format) in _mesa_is_format_compressed()
1702 _mesa_is_format_packed_depth_stencil(gl_format format) in _mesa_is_format_packed_depth_stencil()
[all …]
/external/mesa3d/src/mesa/main/
Dglformats.c167 _mesa_components_in_format(GLenum format) in _mesa_components_in_format()
224 _mesa_bytes_per_pixel(GLenum format, GLenum type) in _mesa_bytes_per_pixel()
314 _mesa_is_enum_format_integer(GLenum format) in _mesa_is_enum_format_integer()
410 _mesa_is_enum_format_or_type_integer(GLenum format, GLenum type) in _mesa_is_enum_format_or_type_integer()
454 _mesa_is_color_format(GLenum format) in _mesa_is_color_format()
677 _mesa_is_depth_format(GLenum format) in _mesa_is_depth_format()
696 _mesa_is_stencil_format(GLenum format) in _mesa_is_stencil_format()
711 _mesa_is_ycbcr_format(GLenum format) in _mesa_is_ycbcr_format()
726 _mesa_is_depthstencil_format(GLenum format) in _mesa_is_depthstencil_format()
743 _mesa_is_depth_or_stencil_format(GLenum format) in _mesa_is_depth_or_stencil_format()
[all …]
Dformats.c1537 _mesa_get_format_info(gl_format format) in _mesa_get_format_info()
1547 _mesa_get_format_name(gl_format format) in _mesa_get_format_name()
1563 _mesa_get_format_bytes(gl_format format) in _mesa_get_format_bytes()
1579 _mesa_get_format_bits(gl_format format, GLenum pname) in _mesa_get_format_bits()
1628 _mesa_get_format_max_bits(gl_format format) in _mesa_get_format_max_bits()
1653 _mesa_get_format_datatype(gl_format format) in _mesa_get_format_datatype()
1666 _mesa_get_format_base_format(gl_format format) in _mesa_get_format_base_format()
1681 _mesa_get_format_block_size(gl_format format, GLuint *bw, GLuint *bh) in _mesa_get_format_block_size()
1691 _mesa_is_format_compressed(gl_format format) in _mesa_is_format_compressed()
1702 _mesa_is_format_packed_depth_stencil(gl_format format) in _mesa_is_format_packed_depth_stencil()
[all …]
/external/chromium_org/tools/deep_memory_profiler/
Dpolicies.json4 "format": "json" string
8 "format": "json" string
12 "format": "json" string
16 "format": "json" string
20 "format": "json" string
24 "format": "json" string
28 "format": "json" string
32 "format": "json" string
36 "format": "json" string
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
Dlog.h14 #define LOG_TRACE(format, ...) argument
15 #define LOG_ERROR(format, ...) argument
16 #define LOG_WARN(format, ...) argument
22 #define LOG_TRACE(format, ...) \ argument
27 #define LOG_TRACE(format, ...) argument
31 #define LOG_ERROR(format, ...) \ argument
37 #define LOG_WARN(format, ...) \ argument
/external/mesa3d/src/gallium/auxiliary/util/
Du_format_pack.py43 def generate_format_type(format): argument
102 def bswap_format(format): argument
111 def is_format_supported(format): argument
129 def is_format_pure_unsigned(format): argument
140 def is_format_pure_signed(format): argument
150 def native_type(format): argument
405 def generate_unpack_kernel(format, dst_channel, dst_native_type): argument
513 def generate_pack_kernel(format, src_channel, src_native_type): argument
586 def generate_format_unpack(format, dst_channel, dst_native_type, dst_suffix): argument
615 def generate_format_pack(format, src_channel, src_native_type, src_suffix): argument
[all …]
Du_format.h137 enum pipe_format format; member
397 util_format_name(enum pipe_format format) in util_format_name()
410 util_format_short_name(enum pipe_format format) in util_format_short_name()
426 util_format_is_plain(enum pipe_format format) in util_format_is_plain()
438 util_format_is_compressed(enum pipe_format format) in util_format_is_compressed()
458 util_format_is_s3tc(enum pipe_format format) in util_format_is_s3tc()
471 util_format_is_srgb(enum pipe_format format) in util_format_is_srgb()
492 util_format_is_depth_or_stencil(enum pipe_format format) in util_format_is_depth_or_stencil()
506 util_format_is_depth_and_stencil(enum pipe_format format) in util_format_is_depth_and_stencil()
649 util_format_get_blocksizebits(enum pipe_format format) in util_format_get_blocksizebits()
[all …]
Du_pack_color.h64 enum pipe_format format, union util_color *uc) in util_pack_color_ub()
164 util_unpack_color_ub(enum pipe_format format, union util_color *uc, in util_unpack_color_ub()
334 util_pack_color(const float rgba[4], enum pipe_format format, union util_color *uc) in util_pack_color()
438 util_pack_mask_z(enum pipe_format format, uint32_t z) in util_pack_mask_z()
463 util_pack64_mask_z(enum pipe_format format, uint32_t z) in util_pack64_mask_z()
475 util_pack_mask_z_stencil(enum pipe_format format, uint32_t z, uint8_t s) in util_pack_mask_z_stencil()
498 util_pack64_mask_z_stencil(enum pipe_format format, uint32_t z, uint8_t s) in util_pack64_mask_z_stencil()
517 util_pack_z(enum pipe_format format, double z) in util_pack_z()
559 util_pack64_z(enum pipe_format format, double z) in util_pack64_z()
581 util_pack_z_stencil(enum pipe_format format, double z, uint8_t s) in util_pack_z_stencil()
[all …]
/external/chromium_org/base/strings/
Dstringprintf.cc25 const char* format, in vsnprintfT()
33 const wchar_t* format, in vsnprintfT()
43 const typename StringType::value_type* format, in StringAppendVT()
111 std::string StringPrintf(const char* format, ...) { in StringPrintf()
121 std::wstring StringPrintf(const wchar_t* format, ...) { in StringPrintf()
131 std::string StringPrintV(const char* format, va_list ap) { in StringPrintV()
137 const std::string& SStringPrintf(std::string* dst, const char* format, ...) { in SStringPrintf()
148 const wchar_t* format, ...) { in SStringPrintf()
158 void StringAppendF(std::string* dst, const char* format, ...) { in StringAppendF()
166 void StringAppendF(std::wstring* dst, const wchar_t* format, ...) { in StringAppendF()
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
Du_format_pack.py43 def generate_format_type(format): argument
102 def bswap_format(format): argument
111 def is_format_supported(format): argument
129 def is_format_pure_unsigned(format): argument
140 def is_format_pure_signed(format): argument
150 def native_type(format): argument
405 def generate_unpack_kernel(format, dst_channel, dst_native_type): argument
513 def generate_pack_kernel(format, src_channel, src_native_type): argument
586 def generate_format_unpack(format, dst_channel, dst_native_type, dst_suffix): argument
615 def generate_format_pack(format, src_channel, src_native_type, src_suffix): argument
[all …]
Du_format.h137 enum pipe_format format; member
397 util_format_name(enum pipe_format format) in util_format_name()
410 util_format_short_name(enum pipe_format format) in util_format_short_name()
426 util_format_is_plain(enum pipe_format format) in util_format_is_plain()
438 util_format_is_compressed(enum pipe_format format) in util_format_is_compressed()
458 util_format_is_s3tc(enum pipe_format format) in util_format_is_s3tc()
471 util_format_is_srgb(enum pipe_format format) in util_format_is_srgb()
492 util_format_is_depth_or_stencil(enum pipe_format format) in util_format_is_depth_or_stencil()
506 util_format_is_depth_and_stencil(enum pipe_format format) in util_format_is_depth_and_stencil()
649 util_format_get_blocksizebits(enum pipe_format format) in util_format_get_blocksizebits()
[all …]
Du_pack_color.h64 enum pipe_format format, union util_color *uc) in util_pack_color_ub()
164 util_unpack_color_ub(enum pipe_format format, union util_color *uc, in util_unpack_color_ub()
334 util_pack_color(const float rgba[4], enum pipe_format format, union util_color *uc) in util_pack_color()
438 util_pack_mask_z(enum pipe_format format, uint32_t z) in util_pack_mask_z()
463 util_pack64_mask_z(enum pipe_format format, uint32_t z) in util_pack64_mask_z()
475 util_pack_mask_z_stencil(enum pipe_format format, uint32_t z, uint8_t s) in util_pack_mask_z_stencil()
498 util_pack64_mask_z_stencil(enum pipe_format format, uint32_t z, uint8_t s) in util_pack64_mask_z_stencil()
517 util_pack_z(enum pipe_format format, double z) in util_pack_z()
559 util_pack64_z(enum pipe_format format, double z) in util_pack64_z()
581 util_pack_z_stencil(enum pipe_format format, double z, uint8_t s) in util_pack_z_stencil()
[all …]
/external/e2fsprogs/intl/
Dprintf.c80 libintl_vfprintf (FILE *stream, const char *format, va_list args) in libintl_vfprintf()
101 libintl_fprintf (FILE *stream, const char *format, ...) in libintl_fprintf()
114 libintl_vprintf (const char *format, va_list args) in libintl_vprintf()
121 libintl_printf (const char *format, ...) in libintl_printf()
134 libintl_vsprintf (char *resultbuf, const char *format, va_list args) in libintl_vsprintf()
154 libintl_sprintf (char *resultbuf, const char *format, ...) in libintl_sprintf()
177 libintl_vsnprintf (char *resultbuf, size_t length, const char *format, va_list args) in libintl_vsnprintf()
204 libintl_snprintf (char *resultbuf, size_t length, const char *format, ...) in libintl_snprintf()
221 libintl_vasprintf (char **resultp, const char *format, va_list args) in libintl_vasprintf()
233 libintl_asprintf (char **resultp, const char *format, ...) in libintl_asprintf()
[all …]
/external/chromium_org/extensions/common/
Derror_utils.cc12 std::string ErrorUtils::FormatErrorMessage(const std::string& format, in FormatErrorMessage()
19 std::string ErrorUtils::FormatErrorMessage(const std::string& format, in FormatErrorMessage()
28 std::string ErrorUtils::FormatErrorMessage(const std::string& format, in FormatErrorMessage()
39 base::string16 ErrorUtils::FormatErrorMessageUTF16(const std::string& format, in FormatErrorMessageUTF16()
44 base::string16 ErrorUtils::FormatErrorMessageUTF16(const std::string& format, in FormatErrorMessageUTF16()
50 base::string16 ErrorUtils::FormatErrorMessageUTF16(const std::string& format, in FormatErrorMessageUTF16()
/external/libvorbis/doc/
D03-codebook.tex34 \subsubsection{codebook decode}
198 \paragraph{Huffman decision tree representation}
281 \paragraph{VQ lookup table vector representation}
302 \paragraph{Vector value decode: Lookup type 1}
334 \paragraph{Vector value decode: Lookup type 2}
D07-floor1.tex18 \subsubsection{model}
94 \subsubsection{header decode}
167 \paragraph{packet decode} \label{vorbis:spec:floor1-decode}
237 \paragraph{curve computation} \label{vorbis:spec:floor1-synth}
/external/lldb/tools/debugserver/source/
DDNBLog.cpp107 _DNBLogVAPrintf(uint32_t flags, const char *format, va_list args) in _DNBLogVAPrintf()
117 _DNBLog(uint32_t flags, const char *format, ...) in _DNBLog()
130 _DNBLogDebug (const char *format, ...) in _DNBLogDebug()
147 _DNBLogDebugVerbose (const char *format, ...) in _DNBLogDebugVerbose()
166 _DNBLogThreaded (const char *format, ...) in _DNBLogThreaded()
219 _DNBLogThreadedIf (uint32_t log_bit, const char *format, ...) in _DNBLogThreadedIf()
274 _DNBLogError (const char *format, ...) in _DNBLogError()
297 _DNBLogFatalError (int err, const char *format, ...) in _DNBLogFatalError()
322 _DNBLogVerbose (const char *format, ...) in _DNBLogVerbose()
338 _DNBLogWarningVerbose (const char *format, ...) in _DNBLogWarningVerbose()
[all …]
/external/deqp/framework/opengl/
DgluTextureUtil.cpp49 deUint32 format = GL_NONE; in getTransferFormat() local
227 deUint32 getGLFormat (tcu::CompressedTexture::Format format) in getGLFormat()
316 tcu::TextureFormat mapGLTransferFormat (deUint32 format, deUint32 dataType) in mapGLTransferFormat()
431 bool isGLInternalColorFormatFilterable (deUint32 format) in isGLInternalColorFormatFilterable()
707 DataType getSampler1DType (tcu::TextureFormat format) in getSampler1DType()
743 DataType getSampler2DType (tcu::TextureFormat format) in getSampler2DType()
779 DataType getSamplerCubeType (tcu::TextureFormat format) in getSamplerCubeType()
815 DataType getSampler2DArrayType (tcu::TextureFormat format) in getSampler2DArrayType()
851 DataType getSampler3DType (tcu::TextureFormat format) in getSampler3DType()
887 DataType getSamplerCubeArrayType (tcu::TextureFormat format) in getSamplerCubeArrayType()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
Dlp_tile_soa.py48 def is_format_supported(format): argument
76 def generate_format_read(format, dst_channel, dst_native_type, dst_suffix): argument
178 def pack_rgba(format, src_channel, r, g, b, a): argument
214 def emit_unrolled_unswizzle_code(format, src_channel): argument
244 def emit_tile_pixel_unswizzle_code(format, src_channel): argument
298 def generate_format_write(format, src_channel, src_native_type, src_suffix): argument
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_tile_soa.py48 def is_format_supported(format): argument
76 def generate_format_read(format, dst_channel, dst_native_type, dst_suffix): argument
178 def pack_rgba(format, src_channel, r, g, b, a): argument
214 def emit_unrolled_unswizzle_code(format, src_channel): argument
244 def emit_tile_pixel_unswizzle_code(format, src_channel): argument
298 def generate_format_write(format, src_channel, src_native_type, src_suffix): argument
/external/sfntly/cpp/src/sfntly/table/bitmap/
Dbitmap_glyph.cc29 int32_t format) { in CreateGlyph()
39 BitmapGlyph::BitmapGlyph(ReadableFontData* data, int32_t format) in BitmapGlyph()
51 int32_t format) { in CreateGlyphBuilder()
71 BitmapGlyph::Builder::Builder(WritableFontData* data, int32_t format) in Builder()
75 BitmapGlyph::Builder::Builder(ReadableFontData* data, int32_t format) in Builder()
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
Dbitmap_glyph.cc29 int32_t format) { in CreateGlyph()
39 BitmapGlyph::BitmapGlyph(ReadableFontData* data, int32_t format) in BitmapGlyph()
51 int32_t format) { in CreateGlyphBuilder()
71 BitmapGlyph::Builder::Builder(WritableFontData* data, int32_t format) in Builder()
75 BitmapGlyph::Builder::Builder(ReadableFontData* data, int32_t format) in Builder()
/external/chromium_org/cc/resources/
Dresource.h18 Resource(unsigned id, const gfx::Size& size, ResourceFormat format) in Resource()
25 ResourceFormat format() const { return format_; } in format() function
29 ResourceFormat format) { in MemorySizeBytes()
36 void set_dimensions(const gfx::Size& size, ResourceFormat format) { in set_dimensions()

12345678910>>...83