/external/chromium_org/third_party/angle/src/libGLESv2/ |
Program.cpp | 70 // append a santized message to the program info log. 98 char info[1024]; local 102 vsnprintf(info, sizeof(info), format, vararg); 105 size_t infoLength = strlen(info); 110 strcpy(mInfoLog, info); 118 strcpy(newLog + logLength, info);
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-buffer-private.hh | 65 unsigned int idx; /* Cursor into ->info and ->pos arrays */ 66 unsigned int len; /* Length of ->info and ->pos arrays */ 70 hb_glyph_info_t *info; member in struct:hb_buffer_t 74 inline hb_glyph_info_t &cur (unsigned int i = 0) { return info[idx + i]; } 75 inline hb_glyph_info_t cur (unsigned int i = 0) const { return info[idx + i]; } 81 inline hb_glyph_info_t prev (void) const { return info[out_len - 1]; } 83 inline bool has_separate_output (void) const { return info != out_info; } 147 if (unlikely (out_info != info || out_len != idx)) { 149 out_info[out_len] = info[idx]; 163 info[j].mask = mask [all...] |
hb-graphite2.cc | 251 chars[i] = buffer->info[i].codepoint; 338 hb_glyph_info_t *info = &buffer->info[clusters[i].base_glyph + j]; local 339 info->codepoint = gids[clusters[i].base_glyph + j]; 340 info->cluster = gr_cinfo_base(gr_seg_cinfo(seg, clusters[i].base_char));
|
hb-ot-shape-complex-myanmar.cc | 151 is_one_of (const hb_glyph_info_t &info, unsigned int flags) 154 if (_hb_glyph_info_ligated (&info)) return false; 155 return !!(FLAG (info.myanmar_category()) & flags); 165 is_consonant (const hb_glyph_info_t &info) 167 return is_one_of (info, CONSONANT_FLAGS); 172 set_myanmar_properties (hb_glyph_info_t &info) 174 hb_codepoint_t u = info.codepoint; 260 info.myanmar_category() = (myanmar_category_t) cat; 261 info.myanmar_position() = pos; 279 set_myanmar_properties (buffer->info[i]) 309 hb_glyph_info_t *info = buffer->info; local 471 hb_glyph_info_t info = dottedcircle; local 492 hb_glyph_info_t *info = buffer->info; local 511 hb_glyph_info_t *info = buffer->info; local [all...] |
hb-ot-shape-complex-sea.cc | 138 set_sea_properties (hb_glyph_info_t &info) 140 hb_codepoint_t u = info.codepoint; 160 info.sea_category() = (sea_category_t) cat; 161 info.sea_position() = pos; 178 set_sea_properties (buffer->info[i]); 205 hb_glyph_info_t *info = buffer->info; local 211 info[i].sea_position() = POS_PRE_C; 214 info[i].sea_position() = POS_BASE_C; 219 if (info[i].sea_category() == OT_MR) /* Pre-base reordering * 311 hb_glyph_info_t info = dottedcircle; local 332 hb_glyph_info_t *info = buffer->info; local 351 hb_glyph_info_t *info = buffer->info; local [all...] |
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
toolutil.cpp | 91 static WIN32_FIND_DATAA info; local 92 HANDLE file=FindFirstFileA(pathname, &info); 94 if(info.cAlternateFileName[0]!=0) { 99 uprv_memmove(info.cFileName+(basename-pathname), info.cFileName, uprv_strlen(info.cFileName)+1); 100 uprv_memcpy(info.cFileName, pathname, basename-pathname); 102 pathname=info.cFileName;
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
win32.cc | 440 OSVERSIONINFO info = {0}; local 441 info.dwOSVersionInfoSize = sizeof(info); 442 if (GetVersionEx(&info)) { 443 if (major) *major = info.dwMajorVersion; 444 if (minor) *minor = info.dwMinorVersion; 445 if (build) *build = info.dwBuildNumber;
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/ |
connectivitychecker.cc | 152 NicInfo info; local 153 info.ip = ip; 154 info.proxy_info = GetProxyInfo(); 155 info.stun.start_time_ms = now; 156 nics_.insert(std::pair<NicId, NicInfo>(NicId(ip, proxy_addr), info)); 234 LOG(LS_ERROR) << "No nic info found while receiving response."; 405 LOG(LS_ERROR) << "Failed to find nic info when creating relay ports."; 513 LOG(LS_ERROR) << "Error, no nic info found while registering http start.";
|
connectivitychecker_unittest.cc | 253 void VerifyNic(const NicInfo& info, 256 EXPECT_EQ(kExternalAddr, info.external_address); 259 EXPECT_EQ(kStunAddr, info.stun_server_address); 263 EXPECT_EQ(kRelayAddr.ipaddr(), info.media_server_address.ipaddr()); 266 EXPECT_EQ(local_address.ipaddr(), info.ip); 270 EXPECT_GE(info.stun.rtt, 0); 271 EXPECT_GE(info.udp.rtt, 0); 272 EXPECT_GE(info.tcp.rtt, 0); 273 EXPECT_GE(info.ssltcp.rtt, 0); 276 if (!info.proxy_info.address.IsNil()) 313 NicInfo info = i->second; local [all...] |
/external/chromium_org/third_party/libxml/src/ |
HTMLtree.c | 780 const htmlElemDesc * info; local 855 * Get specific HTML info for that node. 858 info = htmlTagLookup(cur->name); 860 info = NULL; 873 if ((info != NULL) && (info->empty)) { 875 if ((format) && (!info->isinline) && (cur->next != NULL)) { 887 if ((info != NULL) && (info->saveEndTag != 0) && 888 (xmlStrcmp(BAD_CAST info->name, BAD_CAST "html")) & [all...] |
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/ |
platform_android.c | 575 struct drm_radeon_info info; local 580 memset(&info, 0, sizeof(info)); 581 info.request = RADEON_INFO_DEVICE_ID; 582 info.value = (unsigned long) chip_id; 583 ret = drmCommandWriteRead(fd, DRM_RADEON_INFO, &info, sizeof(info)); 585 _eglLog(_EGL_WARNING, "failed to get info for radeon");
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_context.c | 500 * If a geometry shader is present, return its info, else the vertex shader's 501 * info. 508 return &draw->gs.geometry_shader->info; 510 return &draw->vs.vertex_shader->info; 534 const struct tgsi_shader_info *info = draw_get_shader_info(draw); local 537 for (i = 0; i < info->num_outputs; i++) { 538 if (info->output_semantic_name[i] == semantic_name && 539 info->output_semantic_index[i] == semantic_index) 567 const struct tgsi_shader_info *info = draw_get_shader_info(draw); local 570 count = info->num_outputs [all...] |
draw_pipe_aapoint.c | 70 * Subclass of pipe_shader_state to carry extra fragment shader info. 699 /* update vertex attrib info */ 711 const struct tgsi_shader_info *info = draw_get_shader_info(draw); local 714 for (i = 0; i < info->num_outputs; i++) { 715 if (info->output_semantic_name[i] == TGSI_SEMANTIC_PSIZE) {
|
draw_vs.h | 111 struct tgsi_shader_info info; member in struct:draw_vertex_shader
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
tgsi_dump.c | 487 const struct tgsi_opcode_info *info = tgsi_get_opcode_info( inst->Instruction.Opcode ); local 494 ctx->indent -= info->pre_dedent; 497 ctx->indent += info->post_indent; 523 TXT( info->mnemonic );
|
tgsi_sanity.c | 314 const struct tgsi_opcode_info *info; local 324 info = tgsi_get_opcode_info( inst->Instruction.Opcode ); 325 if (info == NULL) { 330 if (info->num_dst != inst->Instruction.NumDstRegs) { 331 report_error( ctx, "%s: Invalid number of destination operands, should be %u", info->mnemonic, info->num_dst ); 333 if (info->num_src != inst->Instruction.NumSrcRegs) { 334 report_error( ctx, "%s: Invalid number of source operands, should be %u", info->mnemonic, info->num_src );
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_pstipple.c | 179 struct tgsi_shader_info info; member in struct:pstip_transform_context 424 /* Setup shader transformation info/context. 436 tgsi_scan_shader(fs->tokens, &transform.info); 439 for (i = 0; i < transform.info.num_properties; i++) { 440 if (transform.info.properties[i].name == TGSI_PROPERTY_FS_COORD_ORIGIN) 441 transform.coordOrigin = transform.info.properties[i].data[0];
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_setup_line.c | 61 struct lp_line_info *info, 66 info->a0[slot][i] = value; 67 info->dadx[slot][i] = 0.0f; 68 info->dady[slot][i] = 0.0f; 77 struct lp_line_info *info, 82 float a1 = info->v1[vert_attr][i]; 83 float a2 = info->v2[vert_attr][i]; 86 float dadx = da21 * info->dx * info->oneoverarea; 87 float dady = da21 * info->dy * info->oneoverarea 284 struct lp_line_info info; local [all...] |
lp_setup_point.c | 61 struct point_info *info, 66 info->a0[slot][i] = value; 67 info->dadx[slot][i] = 0.0f; 68 info->dady[slot][i] = 0.0f; 74 const struct point_info *info, 85 float w0 = info->v0[0][3]; 89 info->a0[slot][i] = info->v0[slot][i]*w0; 90 info->dadx[slot][i] = 0.0f; 91 info->dady[slot][i] = 0.0f 326 struct point_info info; local [all...] |
lp_state_fs.h | 113 struct lp_tgsi_info info; member in struct:lp_fragment_shader 125 /** Fragment shader input interpolation info */
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/ |
nvc0_program.c | 104 nvc0_vp_assign_input_slots(struct nv50_ir_prog_info *info) 108 for (n = 0, i = 0; i < info->numInputs; ++i) { 109 switch (info->in[i].sn) { 112 info->in[i].mask = 0x1; 113 info->in[i].slot[0] = 114 nvc0_shader_input_address(info->in[i].sn, 0, 0) / 4; 120 info->in[i].slot[c] = (0x80 + n * 0x10 + c * 0x4) / 4; 128 nvc0_sp_assign_input_slots(struct nv50_ir_prog_info *info) 130 unsigned ubase = MAX2(0x80, 0x20 + info->numPatchConstants * 0x10); 134 for (i = 0; i < info->numInputs; ++i) 547 struct nv50_ir_prog_info *info; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/ |
rc_test_helpers.c | 344 const struct rc_opcode_info * info = rc_get_opcode_info(i); local 347 if (strncmp(tokens.Opcode.String, info->Name, tokens.Opcode.Length)) { 350 inst->U.I.Opcode = info->Opcode; 351 if (info->HasDstReg) { 363 for (j = 0; j < info->NumSrcRegs; j++) {
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_state.h | 73 struct tgsi_shader_info info; member in struct:sp_fragment_shader_variant 160 const struct pipe_draw_info *info);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/ |
glxinit.c | 599 XExtDisplayInfo *info = __glXFindDisplay(dpy); local 605 if (!XextHasExtension(info)) 611 found = XFindOnExtensionList(privList, info->codes->extension); 616 if (!QueryVersion(dpy, info->codes->major_opcode, &major, &minor)) 635 dpyPriv->majorOpcode = info->codes->major_opcode; 649 private->number = info->codes->extension;
|
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/ |
tri-instanced.c | 124 /* per-instance info */ 203 struct pipe_draw_info info; local 207 util_draw_init_info(&info); 208 info.indexed = (draw_elements != 0); 209 info.mode = PIPE_PRIM_TRIANGLES; 210 info.start = 0; 211 info.count = 3; 213 info.instance_count = NUM_INST; 215 ctx->draw_vbo(ctx, &info);
|