/external/chromium_org/third_party/libxslt/libxslt/ |
xsltutils.c | 1096 int depth; local 1216 depth = 1; 1217 while (depth < nbsorts) { 1218 if (sorts[depth] == NULL) 1220 comp = sorts[depth]->psvi; 1230 if (resultsTab[depth] == NULL) 1231 resultsTab[depth] = xsltComputeSortResult(ctxt [all...] |
/external/chromium_org/third_party/mesa/src/src/egl/drivers/glx/ |
egl_glx.c | 817 unsigned int w, h, bw, depth; local 818 stat = XGetGeometry(dpy, d, &root, &xpos, &ypos, &w, &h, &bw, &depth); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_sample.c | 485 * \param depth scalar int texture depth 793 * When sampling a mipmap, we need to compute the width, height, depth 810 * Compute width, height, depth at mipmap level 'ilevel' 834 * @param size vector with the texture size (width, height, depth) 873 * @param flt_size vector with the integer texture size (width, height, depth) 885 LLVMValueRef depth; local 893 &depth); 900 *r = lp_build_mul(&bld->coord_bld, *r, depth); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/ |
xm_api.c | 221 img = XCreateImage( dpy, visinfo->visual, visinfo->depth, 277 unsigned int w, h, bw, depth; local 278 stat = XGetGeometry(dpy, d, &root, &xpos, &ypos, &w, &h, &bw, &depth); 375 * Choose a depth/stencil format that satisfies the given depth and 379 choose_depth_stencil_format(XMesaDisplay xmdpy, int depth, int stencil) 389 if (depth <= 16 && stencil == 0) { 392 if (depth <= 24 && stencil == 0) { 396 if (depth <= 24 && stencil <= 8) { 400 if (depth <= 32 && stencil == 0) 746 int depth; local 957 int depth; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/ |
vmwgfx_drm.h | 183 * @depth - mip level depth 192 uint32_t depth; member in struct:drm_vmw_size
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_wm.h | 47 * program execution. These mainly relate to depth and stencil 48 * processing and the early-depth-test optimization. 232 struct brw_wm_value depth[4]; /* includes r0/r1 */ member in struct:brw_wm_compile::__anon18086
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_mipmap_tree.c | 156 * stencil. Gen7 expects there to be no stencil bits in its depth buffer. 310 /* In Gen7, IMS layout is only used for depth and stencil buffers. */ 402 uint32_t depth = 1; local 409 /* Adjust width/height/depth for MSAA */ 463 depth = num_samples; 468 width, height, depth, true, num_samples, 543 int *width, int *height, int *depth) 549 *depth = image->Height; 554 *depth = image->Depth; 571 int width, height, depth; local 751 GLuint depth = intelImage->base.Base.Depth; local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
xm_api.c | 172 img = XCreateImage( dpy, visinfo->visual, visinfo->depth, 228 unsigned int w, h, bw, depth; local 229 stat = XGetGeometry(dpy, d, &root, &xpos, &ypos, &w, &h, &bw, &depth); 333 * Other renderbuffer (depth, stencil, etc) 598 printf("X/Mesa depth = %d\n", GET_VISUAL_DEPTH(v)); 727 * depth_size - requested bits/depth values, or zero 834 int depth; local 835 depth = GET_VISUAL_DEPTH(v); 836 red_bits = depth / 3; 837 depth -= red_bits 999 int depth; local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
attrib.c | 37 #include "depth.h" 255 memcpy( attr, &ctx->Depth, sizeof(struct gl_depthbuffer_attrib) ); 271 attr->DepthTest = ctx->Depth.Test; 524 TEST_AND_UPDATE(ctx->Depth.Test, enable->DepthTest, GL_DEPTH_TEST); 1003 const struct gl_depthbuffer_attrib *depth; local [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/x509/ |
x509_vfy.c | 158 int depth,i,ok=0; local 194 depth=param->depth; 200 if (depth < num) break; /* FIXME: If this happens, we should take 288 if (depth < num) break; [all...] |
/external/chromium_org/third_party/opus/src/celt/ |
bands.c | 267 int depth; local 274 /* depth in 1/8 bits */ 275 depth = (1+pulses[i])/((m->eBands[i+1]-m->eBands[i])<<LM); 278 thresh32 = SHR32(celt_exp2(-SHL16(depth, 10-BITRES)),1); 288 thresh = .5f*celt_exp2(-.125f*depth); [all...] |
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/ |
RopeByteString.java | 61 * binary tree. BAP95 uses a Fibonacci bound relating depth to a minimum 62 * sequence length, sequences that are too short relative to their depth cause a 63 * tree rebalance. More precisely, a tree of depth d is "balanced" in the 74 * depth n is "balanced", i.e flat enough, if its length is at least Fn+2, 75 * e.g. a "balanced" {@link RopeByteString} of depth 1 must have length at 76 * least 2, of depth 4 must have length >= 8, etc. 139 * slow the growth rate of tree depth and tree node count. The result is 175 // new parent node so that the depth of the result is the same as the 184 // increasing the tree depth. We'll redo the the node on the RHS. This 190 // Fine, we'll add a node and increase the tree depth--unless w 681 int depth = Arrays.binarySearch(minLengthByDepth, length); local [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
test_malloc.c | 521 ** Usage: sqlite3_memdebug_backtrace DEPTH 523 ** Set the depth of backtracing. If SQLITE_MEMDEBUG is not defined 532 int depth; local 537 if( Tcl_GetIntFromObj(interp, objv[1], &depth) ) return TCL_ERROR; 541 sqlite3MemdebugBacktrace(depth); [all...] |
/external/chromium_org/third_party/webrtc/base/ |
linuxwindowpicker.cc | 349 unsigned int depth; local 374 &depth)) { 489 format->depth);
|
/external/chromium_org/ui/views/controls/tree/ |
tree_view.cc | 328 int depth = 0; local 329 InternalNode* node = GetNodeByRow(row, &depth); 338 int depth = 0; local 339 return GetRowForInternalNode(internal_node, &depth); 395 int depth = 0; local 396 InternalNode* node = GetNodeByRow(row, &depth); 399 gfx::Rect bounds(GetBoundsForNodeImpl(node, row, depth)); 641 int depth = 0; local 642 InternalNode* node = GetNodeByRow(row, &depth); 644 gfx::Rect bounds(GetBoundsForNodeImpl(node, row, depth)); 866 int row, depth; local 942 int depth = 0; local 954 int depth = 0; local [all...] |
/external/chromium_org/v8/src/arm/ |
stub-cache-arm.cc | 836 int depth = 0; local 848 ++depth; 875 if (depth != 1 || check == CHECK_ALL_MAPS) { [all...] |
/external/chromium_org/v8/src/arm64/ |
stub-cache-arm64.cc | 787 int depth = 0; local 799 ++depth; 825 bool need_map = (depth != 1 || check == CHECK_ALL_MAPS) || 833 if (depth != 1 || check == CHECK_ALL_MAPS) { 866 // Log the check depth. 867 LOG(isolate(), IntEvent("check-maps-depth", depth + 1)); 870 if (depth != 0 || check == CHECK_ALL_MAPS) { [all...] |
/external/chromium_org/v8/src/ia32/ |
stub-cache-ia32.cc | 788 int depth = 0; local 799 ++depth; 826 if (depth != 1 || check == CHECK_ALL_MAPS) { 863 // Log the check depth. 864 LOG(isolate(), IntEvent("check-maps-depth", depth + 1)); 866 if (depth != 0 || check == CHECK_ALL_MAPS) { [all...] |
/external/chromium_org/v8/src/mips/ |
stub-cache-mips.cc | 828 int depth = 0; local 840 ++depth; 867 if (depth != 1 || check == CHECK_ALL_MAPS) { [all...] |