/external/chromium_org/third_party/angle/src/compiler/translator/ |
InfoSink.h | 21 // TPrefixType is used to centralize how info log messages start. 34 // Encapsulate info logs for all objects that have them. 111 TInfoSinkBase info; member in class:TInfoSink
|
LoopInfo.cpp | 196 TLoopIndexInfo *info = getIndexInfo(symbol); local 197 ASSERT(info); 198 return info->getCurrentValue(); 203 TLoopInfo info(loop); 204 push_back(info);
|
VariableInfo.cpp | 132 // Returns info for an attribute, uniform, or varying. 272 TVariableInfo info; local 273 info.name = "gl_FragCoord"; 274 info.mappedName = "gl_FragCoord"; 275 info.type = SH_FLOAT_VEC4; 276 info.size = 1; 277 info.precision = EbpMedium; // Use mediump as it doesn't really matter. 278 info.staticUse = true; 279 mVaryings.push_back(info); 285 TVariableInfo info; local 298 TVariableInfo info; local [all...] |
/external/chromium_org/third_party/cld/languages/internal/ |
languages.cc | 237 const LanguageInfo& info = kLanguageInfoTable[lang]; local 238 if (info.language_code_639_1_) { 239 return info.language_code_639_1_; 240 } else if (info.language_code_639_2_) { 241 return info.language_code_639_2_; 242 } else if (info.language_code_other_) { 243 return info.language_code_other_; 282 const LanguageInfo& info = kLanguageInfoTable[i]; local 283 if ((info.language_code_639_1_ && 284 !base::strcasecmp(lang_code, info.language_code_639_1_)) | [all...] |
/external/chromium_org/third_party/freetype/src/sfnt/ |
pngshim.c | 191 png_infop info; local 219 info = png_create_info_struct( png ); 220 if ( !info ) 235 png_read_info( png, info ); 236 png_get_IHDR( png, info, 261 if ( png_get_valid(png, info, PNG_INFO_tRNS ) ) 281 png_read_update_info(png, info ); 282 png_get_IHDR( png, info, 323 png_read_end( png, info ); 326 png_destroy_read_struct( &png, &info, NULL ) [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-buffer-deserialize-json.hh | 462 hb_glyph_info_t info; local 498 memset (&info, 0, sizeof (info)); 505 buffer->add_info (info); 523 &info.codepoint)) 529 { if (!parse_uint (tok, p, &info.codepoint)) return false; } 533 { if (!parse_uint (tok, p, &info.cluster )) return false; } 553 { if (!parse_uint (tok, p, &info.codepoint)) return false; } 556 buffer->add_info (info); 565 { if (!parse_uint (tok, p, &info.cluster )) return false; [all...] |
hb-buffer-deserialize-text.hh | 339 hb_glyph_info_t info; local 383 &info.codepoint)) 389 { if (!parse_uint (tok, p, &info.cluster )) return false; } 406 memset (&info, 0, sizeof (info)); 419 &info.codepoint)) 424 buffer->add_info (info); 433 { if (!parse_uint (tok, p, &info.cluster )) return false; } 436 buffer->add_info (info); 448 buffer->add_info (info); [all...] |
hb-buffer-serialize.cc | 101 hb_glyph_info_t *info = hb_buffer_get_glyph_infos (buffer, NULL); local 123 hb_font_glyph_to_string (font, info[i].codepoint, g, sizeof (g)); 133 p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), "%u", info[i].codepoint)); 136 p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), ",\"cl\":%u", info[i].cluster)); 174 hb_glyph_info_t *info = hb_buffer_get_glyph_infos (buffer, NULL); local 190 hb_font_glyph_to_string (font, info[i].codepoint, p, 128); 194 p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), "%u", info[i].codepoint)); 197 p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), "=%u", info[i].cluster));
|
hb-ot-map.cc | 100 feature_info_t *info = feature_infos.push(); local 101 if (unlikely (!info)) return; 102 info->tag = tag; 103 info->seq = feature_infos.len; 104 info->max_value = value; 105 info->flags = flags; 106 info->default_value = (flags & F_GLOBAL) ? value : 0; 107 info->stage[0] = current_stage[0]; 108 info->stage[1] = current_stage[1]; 170 const feature_info_t *info = &feature_infos[i] local [all...] |
hb-ot-shape-complex-indic-machine.hh | 1643 hb_glyph_info_t *info = buffer->info; local [all...] |
hb-ot-shape-complex-myanmar-machine.hh | 275 info[i].syllable() = (syllable_serial << 4) | syllable_type; \ 286 hb_glyph_info_t *info = buffer->info; local 326 _trans = _inds[ _slen > 0 && _keys[0] <=( info[p].myanmar_category()) && 327 ( info[p].myanmar_category()) <= _keys[1] ? 328 ( info[p].myanmar_category()) - _keys[0] : _slen ];
|
hb-ot-shape-complex-sea-machine.hh | 103 info[i].syllable() = (syllable_serial << 4) | syllable_type; \ 114 hb_glyph_info_t *info = buffer->info; local 154 _trans = _inds[ _slen > 0 && _keys[0] <=( info[p].sea_category()) && 155 ( info[p].sea_category()) <= _keys[1] ? 156 ( info[p].sea_category()) - _keys[0] : _slen ];
|
/external/chromium_org/third_party/icu/source/common/ |
ucmndata.h | 43 UDataInfo info; member in struct:__anon15689 80 * Get the UDataInfo.size from a const UDataInfo *info. 86 udata_getInfoSize(const UDataInfo *info);
|
/external/chromium_org/third_party/lcov/contrib/galaxy/ |
genflat.pl | 22 # This script generates std output from .info files as created by the 51 sub info(@); 77 our %info_data; # Hash containing all data from .info file 82 our @info_filenames; # List of .info files to use as data source 145 # Check for info filename 218 # Generate a set of HTML pages from contents of .info file INFO_FILENAME. 240 # Read in all specified .info files 243 info("Reading data file $_\n"); 250 info("Found %d entries.\n", scalar(keys(%info_data))); 256 info("Reading baseline file $base_filename\n") 882 sub info(@) subroutine [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/examples/ |
decode_to_md5.c | 86 const VpxVideoInfo *info = NULL; local 101 info = vpx_video_reader_get_info(reader); 103 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc);
|
set_maps.c | 162 VpxVideoInfo info; local 172 memset(&info, 0, sizeof(info)); 178 info.codec_fourcc = encoder->fourcc; 179 info.frame_width = strtol(argv[2], NULL, 0); 180 info.frame_height = strtol(argv[3], NULL, 0); 181 info.time_base.numerator = 1; 182 info.time_base.denominator = fps; 184 if (info.frame_width <= 0 || 185 info.frame_height <= 0 | [all...] |
simple_encoder.c | 156 VpxVideoInfo info = {0}; local 188 info.codec_fourcc = encoder->fourcc; 189 info.frame_width = strtol(width_arg, NULL, 0); 190 info.frame_height = strtol(height_arg, NULL, 0); 191 info.time_base.numerator = 1; 192 info.time_base.denominator = fps; 194 if (info.frame_width <= 0 || 195 info.frame_height <= 0 || 196 (info.frame_width % 2) != 0 || 197 (info.frame_height % 2) != 0) [all...] |
vp8cx_set_ref.c | 102 VpxVideoInfo info = {0}; local 123 info.codec_fourcc = encoder->fourcc; 124 info.frame_width = strtol(argv[1], NULL, 0); 125 info.frame_height = strtol(argv[2], NULL, 0); 126 info.time_base.numerator = 1; 127 info.time_base.denominator = fps; 129 if (info.frame_width <= 0 || 130 info.frame_height <= 0 || 131 (info.frame_width % 2) != 0 || 132 (info.frame_height % 2) != 0) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_inline_literals.c | 68 const struct rc_opcode_info * info = local 81 for (src_idx = 0; src_idx < info->NumSrcRegs; src_idx++) {
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_fs.h | 35 struct tgsi_shader_info info; member in struct:r300_fragment_shader_code 74 void r300_shader_read_fs_inputs(struct tgsi_shader_info* info,
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/ |
resource.cpp | 86 pipe_sampler_view info; local 88 u_sampler_view_default_template(&info, pipe, pipe->format); 89 return q.pipe->create_sampler_view(q.pipe, pipe, &info); 100 pipe_surface info {}; 102 info.format = pipe->format; 103 info.usage = pipe->bind; 104 info.writable = rw; 107 info.u.buf.last_element = pipe->width0 - 1; 109 return q.pipe->create_surface(q.pipe, pipe, &info); 121 pipe_resource info {}; [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
stw_ext_pbuffer.c | 77 const struct stw_pixelformat_info *info; local 88 info = stw_pixelformat_get_info(iPixelFormat - 1); 89 if (!info) {
|
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/ |
fs-fragcoord.c | 14 static struct graw_info info; variable in typeref:struct:graw_info 64 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve); 65 info.ctx->bind_vertex_elements_state(info.ctx, handle); 70 vbuf.buffer = pipe_buffer_create_with_data(info.ctx, 76 info.ctx->set_vertex_buffers(info.ctx, 1, &vbuf); 94 handle = graw_parse_vertex_shader(info.ctx, text); 95 info.ctx->bind_vs_state(info.ctx, handle) [all...] |
fs-frontface.c | 12 static struct graw_info info; variable in typeref:struct:graw_info 86 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve); 87 info.ctx->bind_vertex_elements_state(info.ctx, handle); 92 vbuf.buffer = pipe_buffer_create_with_data(info.ctx, 98 info.ctx->set_vertex_buffers(info.ctx, 1, &vbuf); 116 handle = graw_parse_vertex_shader(info.ctx, text); 117 info.ctx->bind_vs_state(info.ctx, handle) [all...] |
fs-write-z.c | 14 static struct graw_info info; variable in typeref:struct:graw_info 90 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve); 91 info.ctx->bind_vertex_elements_state(info.ctx, handle); 96 vbuf.buffer = pipe_buffer_create_with_data(info.ctx, 102 info.ctx->set_vertex_buffers(info.ctx, 1, &vbuf); 120 handle = graw_parse_vertex_shader(info.ctx, text); 121 info.ctx->bind_vs_state(info.ctx, handle) [all...] |