HomeSort by relevance Sort by last modified time
    Searched defs:depth (Results 26 - 50 of 477) sorted by null

12 3 4 5 6 7 8 91011>>

  /system/core/libpixelflinger/
clear.cpp 30 static void ggl_clearDepthx(void* c, GGLclampx depth);
45 c->state.clear.depth = FIXED_ONE;
111 if (c->state.buffers.depth.format == 0)
136 uint32_t depth = fixedToZ(c->state.clear.depth); local
137 c->state.clear.depthPacked = (depth<<16)|depth;
140 memset2d(c, c->state.buffers.depth, packed, l, t, w, h);
157 static void ggl_clearDepthx(void* con, GGLclampx depth)
160 c->state.clear.depth = gglClampx(depth)
    [all...]
  /dalvik/vm/native/
dalvik_system_VMStack.cpp 77 size_t depth = dvmComputeExactFrameDepth(fp); local
78 UniquePtr<const Method*[]> methods(new const Method*[depth]);
79 dvmFillStackTraceArray(fp, methods.get(), depth);
84 for (size_t i = kSkip; i < depth && size < maxSize; ++i) {
115 for (size_t i = kSkip; i < depth; ++i) {
131 * thread is not still alive. *depth is set to the length of a
  /external/doclava/src/com/google/doclava/
Hierarchy.java 57 int depth = depth(nodes, "java.lang.Object"); local
60 hdf.setValue("colspan", "" + depth);
62 recurse(nodes, "java.lang.Object", hdf.getChild("classes.0"), depth, depth);
76 private static int depth(HashMap<String, TreeSet<String>> nodes, String name) { method in class:Hierarchy
81 int n = depth(nodes, s);
  /external/grub/stage2/
mb_header.h 50 unsigned depth; member in struct:multiboot_header
  /external/openssl/crypto/pkcs7/
dec.c 204 int err,depth; local
208 depth= X509_STORE_CTX_get_error_depth(ctx);
211 BIO_printf(bio_err,"depth=%d %s\n",depth,buf);
216 if (depth < 6)
verify.c 219 int err,depth; local
223 depth= X509_STORE_CTX_get_error_depth(ctx);
226 BIO_printf(bio_err,"depth=%d %s\n",depth,buf);
231 if (depth < 6)
  /external/qemu-pc-bios/vgabios/
vbetables-gen.c 10 int depth; member in struct:__anon11495
104 if (pm->depth == 4)
107 pitch = pm->width * ((pm->depth + 7) / 8);
111 pm->mode, pm->width, pm->height, pm->depth);
112 if (pm->depth == 4)
150 if (pm->depth == 4) {
155 printf("/*Bit8u BitsPerPixel*/ %d,\n", pm->depth);
159 if (pm->depth == 4)
161 else if (pm->depth == 8)
167 if (pm->depth == 4
    [all...]
  /external/skia/include/core/
SkTDStack.h 34 int depth() const { return fTotalCount; } function in class:SkTDStack
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8HTMLCanvasElementCustom.cpp 67 v8::Handle<v8::String> depth = v8::String::New("depth"); local
68 if (jsAttrs->Has(depth))
69 webGLAttrs->setDepth(jsAttrs->Get(depth)->BooleanValue());
  /external/webkit/Source/WebCore/xml/
XPathNodeSet.cpp 38 static inline Node* parentWithDepth(unsigned depth, const Vector<Node*>& parents)
40 ASSERT(parents.size() >= depth + 1);
41 return parents[parents.size() - 1 - depth];
49 unsigned depth = parentMatrix[i].size() - 1; local
50 if (minDepth > depth)
51 minDepth = depth;
XSLTUnicodeSort.cpp 87 int depth; local
210 depth = 1;
211 while (depth < nbsorts) {
212 if (sorts[depth] == NULL)
214 comp = static_cast<xsltStylePreComp*>(sorts[depth]->psvi);
224 if (resultsTab[depth] == NULL)
225 resultsTab[depth] = xsltComputeSortResult(ctxt,
226 sorts[depth]);
227 res = resultsTab[depth];
268 depth++
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/MISC/Macintosh/
alloca.c 109 (b) keep track of stack depth.
125 char *deep; /* for stack depth measure */
144 auto char probe; /* probes stack depth: */
145 register char *depth = &probe; local
159 if ((STACK_DIR > 0 && hp->h.deep > depth)
160 || (STACK_DIR < 0 && hp->h.deep < depth))
185 ((header *)new)->h.deep = depth;
  /frameworks/base/sax/java/android/sax/
Element.java 36 final int depth; field in class:Element
48 Element(Element parent, String uri, String localName, int depth) {
52 this.depth = depth;
RootElement.java 100 int depth = -1; field in class:RootElement.Handler
112 int depth = ++this.depth; local
114 if (depth == 0) {
128 if (depth == current.depth + 1) {
183 if (depth == current.depth) {
204 depth--;
  /packages/apps/Camera/src/com/android/camera/
PreferenceInflater.java 87 int depth = parser.getDepth(); local
88 if (depth > list.size()) {
91 list.set(depth - 1, pref);
93 if (depth > 1) {
94 ((PreferenceGroup) list.get(depth - 2)).addChild(pref);
  /packages/apps/Email/src/org/apache/commons/io/
DirectoryWalker.java 32 * This class operates with a {@link FileFilter} and maximum depth to
65 * protected boolean handleDirectory(File directory, int depth, Collection results) {
76 * protected void handleFile(File file, int depth, Collection results) {
206 * private void handleIsCancelled(File file, int depth, Collection results) {
226 * protected boolean handleDirectory(File directory, int depth, Collection results) throws IOException {
229 * throw new CancelException(file, depth);
234 * protected void handleFile(File file, int depth, Collection results) throws IOException {
237 * throw new CancelException(file, depth);
258 * The limit on the directory depth to walk.
263 * Construct an instance with no filtering and unlimited <i>depth</i>.
574 private int depth = -1; field in class:DirectoryWalker.CancelException
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
PreferenceInflater.java 87 int depth = parser.getDepth(); local
88 if (depth > list.size()) {
91 list.set(depth - 1, pref);
93 if (depth > 1) {
94 ((PreferenceGroup) list.get(depth - 2)).addChild(pref);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ExternalSource.java 138 final int depth = parser.getDepth(); local
139 while (((type = parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
  /sdk/emulator/opengl/tests/ut_renderer/
X11Windowing.cpp 93 int depth = DefaultDepth(dpy, defaultScreen); local
96 XMatchVisualInfo(dpy, defaultScreen, depth, TrueColor, visualInfo);
  /dalvik/vm/
Debugger.h 66 JdwpStepDepth depth; member in struct:StepControl
282 JdwpStepDepth depth);
  /dalvik/vm/jdwp/
JdwpEvent.h 73 int depth; /* JdwpStepDepth */ member in struct:JdwpEventMod::__anon812
  /external/apache-xml/src/main/java/org/apache/xml/utils/
QName.java 269 int depth = namespaces.size(); local
271 for (int i = depth - 1; i >= 0; i--)
  /external/chromium/chrome/browser/password_manager/
password_form_manager.cc 436 // regardless of the matching depth in the URL path).
449 size_t depth = 0; local
452 while ((depth < max_dirs) && (form_path_tokens_[depth] ==
453 candidate_path_tokens[depth])) {
454 depth++;
458 score += (depth > 0) ? 1 << 4 : 0;
  /external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
TextureUtil.java 37 case Depth:
44 throw new UnsupportedOperationException("Unsupported depth format: " + fmt);
142 int depth = img.getDepth(); local
213 case Depth:
225 throw new UnsupportedOperationException("Unsupported depth format: " + fmt);
265 int mipDepth = Math.max(1, depth >> i);
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/
TextureBlenderAWT.java 50 int depth = texture.getImage().getDepth(); local
51 if (depth == 0) {
52 depth = 1;
54 ByteBuffer newData = BufferUtils.createByteBuffer(width * height * depth * 4);
71 return new Texture3D(new Image(Format.RGBA8, width, height, depth, dataArray));

Completed in 3809 milliseconds

12 3 4 5 6 7 8 91011>>