HomeSort by relevance Sort by last modified time
    Searched refs:depth (Results 701 - 725 of 2204) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
irq.h 86 unsigned int depth; member in struct:irq_desc
  /sdk/emulator/opengl/host/libs/Translator/EGL/
MacNative.m 171 int depth = (limit != 0) ? NSBitsPerPixelFromDepth(limit):
173 return depth >= colorSize;
  /external/opencv/cv/src/
cvcolor.cpp 2244 int src_cn, dst_cn, depth; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
NamespaceMappings.java 31 * prefix/uri/depth triplets are pushed on a stack pushed on a stack. The depth
32 * indicates the nesting depth of the element for which the mapping was made.
47 * "def" is pushed on the stack with depth 1.
49 * depth 2.
50 * When the <sentance> is encountered "p3" and "jkl" are pushed with depth 3.
52 * stack. Of course popNamespaces(2) would pop anything with depth 2 or
86 * when leaving the current element depth
88 * depth can be popped of the top and the same node
91 * All prefixes pushed at the current depth can be
272 int depth = map.m_declarationDepth; local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/xmllite/
xmlelement.h 208 void AddText(const std::string & text, int depth);
210 void AddElement(XmlElement * pelChild, int depth);
212 void AddAttr(const QName & name, const std::string & value, int depth);
  /external/chromium_org/cc/animation/
transform_operations.cc 154 void TransformOperations::AppendPerspective(SkMScalar depth) {
156 to_add.matrix.ApplyPerspectiveDepth(depth);
158 to_add.perspective_depth = depth;
  /external/chromium_org/content/browser/accessibility/
accessibility_tree_formatter.cc 79 const base::DictionaryValue& dict, base::string16* contents, int depth) {
81 ToString(dict, base::string16(depth * kIndentSpaces, ' '));
91 RecursiveFormatAccessibilityTree(*child_dict, contents, depth + 1);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8HTMLCanvasElementCustom.cpp 66 v8::Handle<v8::String> depth = v8AtomicString(isolate, "depth"); local
67 if (jsAttributes->Has(depth))
68 webGLAttributes->setDepth(jsAttributes->Get(depth)->BooleanValue());
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
AsyncCallStackTracker.cpp 77 void AsyncCallStackTracker::setAsyncCallStackDepth(int depth)
79 if (depth <= 0) {
83 m_maxAsyncCallStackDepth = depth;
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
CodeGeneratorFrontend.py 154 def fill_recursive(path_part, depth):
155 if depth <= 0 or path_part == '/':
157 fill_recursive(os.path.dirname(path_part), depth - 1)
  /external/chromium_org/third_party/libjingle/source/talk/xmllite/
xmlelement.h 221 void AddText(const std::string& text, int depth);
223 void AddElement(XmlElement* child, int depth);
225 void AddAttr(const QName& name, const std::string& value, int depth);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_context.h 167 /* static state (dst/depth buffer state) */
395 double depth, unsigned stencil);
398 double depth, unsigned stencil);
401 double depth, unsigned stencil,
i915_state_sampler.c 262 debug_printf("i915: unsupported depth swizzle %d %d %d %d\n",
303 const uint width = pt->width0, height = pt->height0, depth = pt->depth0; local
310 assert(depth);
341 | ((depth - 1) << MS4_VOLUME_DEPTH_SHIFT));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_blit.c 143 float depth; local
150 /* XXX Decompressing MSAA depth textures is broken on R6xx.
160 depth = 0.0f;
162 depth = 1.0f;
208 rctx->custom_dsa_flush, depth);
501 double depth, unsigned stencil)
509 color, depth, stencil);
530 double depth,
538 util_blitter_clear_depth_stencil(rctx->blitter, dst, clear_flags, depth, stencil,
701 src_box->z, src_box->z + src_box->depth - 1
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_format.c 70 return bind & PIPE_BIND_SAMPLER_VIEW ? ss->depth.z16 : SVGA3D_Z_D16;
72 return bind & PIPE_BIND_SAMPLER_VIEW ? ss->depth.s8z24 : SVGA3D_Z_D24S8;
74 return bind & PIPE_BIND_SAMPLER_VIEW ? ss->depth.x8z24 : SVGA3D_Z_D24X8;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_exa.c 134 exa_get_pipe_format(int depth, enum pipe_format *format, int *bbp, int *picture_format)
136 switch (depth) {
496 pDstPixmap->drawable.depth,
813 int depth, int bitsPerPixel, int devKind,
836 if (depth <= 0)
837 depth = pPixmap->drawable.depth;
848 if (width <= 0 || height <= 0 || depth <= 0)
851 miModifyPixmapHeader(pPixmap, width, height, depth,
868 exa_get_pipe_format(depth, &template.format, &bitsPerPixel, &priv->picture_format)
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
test_rtree.c 165 double depth; member in struct:Cube
184 ** cube(x, y, z, width, height, depth)
186 ** The width, height and depth parameters must all be greater than zero.
213 pCube->depth = p->aParam[5];
225 && aCoord[4]<=(pCube->z+pCube->depth)
  /external/chromium_org/third_party/tcmalloc/chromium/src/
profiler.cc 281 int depth = GetStackTraceWithContext(stack + 1, arraysize(stack) - 1, local
283 depth++; // To account for pc value in stack[0];
285 instance->collector_.Add(depth, stack);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.h 78 int stack_depth; // depth of call_stack
87 int stack_depth; // Depth of stack trace
103 // The stack trace is stored in 'stack'. The stack depth is returned.
208 int depth; // Depth of stack trace member in struct:HeapProfileTable::Bucket
283 // Get the bucket for the caller stack trace 'key' of depth 'depth' from a
287 Bucket* GetBucket(int depth, const void* const key[], Bucket** table,
297 info.stack_depth = v->bucket()->depth;
  /external/chromium_org/ui/gl/
gl_surface_x11.cc 167 attributes.depth);
199 attributes.depth,
241 attributes.depth,
  /external/elfutils/libdw/
libdwP.h 405 extern int __libdw_visit_scopes (unsigned int depth,
407 int (*previsit) (unsigned int depth,
410 int (*postvisit) (unsigned int depth,
  /external/iproute2/tc/
q_sfq.c 31 fprintf(stderr, " [ divisor NUMBER ] [ flows NUMBER] [ depth NUMBER ]\n");
89 } else if (strcmp(*argv, "depth") == 0) {
91 if (get_u32(&opt.depth, *argv, 0)) {
223 if (qopt_ext && qopt_ext->depth)
224 fprintf(f, "depth %u ", qopt_ext->depth);
  /external/jmonkeyengine/engine/src/core/com/jme3/texture/
FrameBuffer.java 57 * depth testing (which requires a depth buffer).
65 * several <em>color</em> attachment points and a single <em>depth</em>
69 * The depth attachment point requires a depth image format.
197 * Enables the use of a depth buffer for this <code>FrameBuffer</code>.
199 * @param format The format to use for the depth buffer.
200 * @throws IllegalArgumentException If <code>format</code> is not a depth format.
207 throw new IllegalArgumentException("Depth buffer format must be depth.")
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_context.h 167 /* static state (dst/depth buffer state) */
395 double depth, unsigned stencil);
398 double depth, unsigned stencil);
401 double depth, unsigned stencil,
i915_state_sampler.c 262 debug_printf("i915: unsupported depth swizzle %d %d %d %d\n",
303 const uint width = pt->width0, height = pt->height0, depth = pt->depth0; local
310 assert(depth);
341 | ((depth - 1) << MS4_VOLUME_DEPTH_SHIFT));

Completed in 439 milliseconds

<<21222324252627282930>>