HomeSort by relevance Sort by last modified time
    Searched defs:depth (Results 251 - 275 of 336) sorted by null

<<11121314

  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
fb.h 321 __u8 depth; member in struct:fb_image
videodev.h 72 __u16 depth; member in struct:video_picture
152 int depth; member in struct:video_buffer
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
fb.h 321 __u8 depth; member in struct:fb_image
videodev.h 72 __u16 depth; member in struct:video_picture
152 int depth; member in struct:video_buffer
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
fb.h 321 __u8 depth; member in struct:fb_image
videodev.h 89 __u16 depth; member in struct:video_picture
169 int depth; member in struct:video_buffer
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
fb.h 321 __u8 depth; member in struct:fb_image
videodev.h 72 __u16 depth; member in struct:video_picture
152 int depth; member in struct:video_buffer
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
fb.h 321 __u8 depth; member in struct:fb_image
videodev.h 89 __u16 depth; member in struct:video_picture
169 int depth; member in struct:video_buffer
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
fb.h 321 __u8 depth; member in struct:fb_image
videodev.h 72 __u16 depth; member in struct:video_picture
152 int depth; member in struct:video_buffer
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
fb.h 321 __u8 depth; member in struct:fb_image
videodev.h 72 __u16 depth; member in struct:video_picture
152 int depth; member in struct:video_buffer
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
fb.h 321 __u8 depth; member in struct:fb_image
videodev.h 72 __u16 depth; member in struct:video_picture
152 int depth; member in struct:video_buffer
  /system/core/include/private/pixelflinger/
ggl_context.h 270 uint8_t depth; member in struct:android::mask_state_t
279 GGLclampx depth; member in struct:android::clear_state_t
411 surface_t depth; member in struct:android::framebuffer_t
  /system/core/libpixelflinger/
scanline.cpp 232 "(nop) depth test", scanline_noop, init_y_noop },
834 // depth test
835 if (c->state.buffers.depth.format) {
837 surface_t* cb = &(c->state.buffers.depth);
840 uint16_t depth = *p; local
843 case GGL_LESS: if (zz<depth) break; goto discard;
844 case GGL_EQUAL: if (zz==depth) break; goto discard
    [all...]
  /bionic/libc/kernel/common/linux/
fb.h 369 __u8 depth; member in struct:fb_image
  /dalvik/tools/dmtracedump/
TraceDump.c 232 int depth[MAX_THREADS]; member in struct:TraceData
1187 traceData.depth[i] = 2; // adjust for return from start function
    [all...]
  /dalvik/vm/analysis/
CodeVerify.cpp 2294 int depth = 0; local
    [all...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 218 # Needed to insert a maximum bracked depth while converting to PHP.
1872 $depth = 0; # Current depth inside the tag tree. variable
2069 $depth = 0; # Current depth inside the tag tree. variable
    [all...]
  /external/libxml2/
HTMLparser.c 3831 int depth; local
4000 int depth; local
    [all...]
tree.c 7595 int depth; member in struct:xmlNsMapItem
8507 int depth = -1, adoptns = 0, parnsdone = 0; local
8778 int depth = -1, adoptStr = 1; local
9145 int depth = -1; local
    [all...]
  /external/libxml2/include/libxml/
parser.h 203 int nodeNr; /* Depth of the parsing stack */
204 int nodeMax; /* Max depth of the parsing stack */
227 int nameNr; /* Depth of the parsing stack */
228 int nameMax; /* Max depth of the parsing stack */
242 int spaceNr; /* Depth of the parsing stack */
243 int spaceMax; /* Max depth of the parsing stack */
246 int depth; /* to prevent entity substitution loops */ member in struct:_xmlParserCtxt
928 int depth,
943 int depth,
951 int depth,
    [all...]

Completed in 1288 milliseconds

<<11121314