/external/mesa3d/src/glx/ |
drisw_glx.c | 100 pdp->visinfo->depth, 108 * swrast does not handle 24-bit depth with 24 bpp, so let X do the 142 unsigned uw, uh, bw, depth; local 146 XGetGeometry(dpy, drawable, &root, x, y, &uw, &uh, &bw, &depth);
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i915_fragprog.c | 1138 GLuint depth = UREG(REG_TYPE_OD, 0); local [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_manager.c | 294 /* do not distinguish depth/stencil buffers */ 483 GLuint width, height, depth; local 545 depth = tex->depth0; 553 if (depth != 1) 554 depth <<= 1; 560 width = height = depth = 0; 566 stObj->depth0 = depth;
|
/external/opencv/cv/src/ |
cvmorph.cpp | 166 int depth = CV_MAT_DEPTH(_src_dst_type); local 198 if( depth == CV_8U ) 201 else if( depth == CV_16U ) 204 else if( depth == CV_32F ) 211 if( depth == CV_8U ) 214 else if( depth == CV_16U ) 217 else if( depth == CV_32F ) 249 if( depth == CV_8U ) 251 else if( depth == CV_16U ) 253 else if( depth == CV_32F [all...] |
cvpyramids.cpp | 941 int type, depth, cn; local 1034 int type, depth, cn; local [all...] |
/external/squashfs-tools/squashfs-tools/ |
mksquashfs.h | 33 int depth; member in struct:dir_info
|
/external/tcpdump/ |
smbutil.c | 794 static int depth = 0; local 804 depth++; 806 depth--; 856 if (!depth && buf < maxbuf) { [all...] |
/external/v8/src/compiler/ |
js-operator.h | 23 ContextAccess(int depth, int index, bool immutable) 24 : immutable_(immutable), depth_(depth), index_(index) { 25 DCHECK(0 <= depth && depth <= kMaxUInt16); 28 int depth() const { return depth_; } function in class:v8::internal::compiler::ContextAccess 152 const Operator* LoadContext(uint16_t depth, uint32_t index, bool immutable) { 153 ContextAccess access(depth, index, immutable); 157 const Operator* StoreContext(uint16_t depth, uint32_t index) { 158 ContextAccess access(depth, index, false); 204 return os << val.depth() << "," << val.index( [all...] |
/external/valgrind/coregrind/ |
m_libcprint.c | 446 Int i, depth; local 453 depth = RUNNING_ON_VALGRIND; 454 if (depth > 0 456 if (depth > 10) 457 depth = 10; // ?!?! 458 for (i = 0; i < depth; i++) {
|
/external/vboot_reference/utility/ |
bmpblk_utility.cc | 256 int depth = 0, index1 = 0, index2 = 0; local 262 depth++; 300 if (depth == 1) { 303 } else if (depth == 0) { 307 depth--; 340 int depth = 0, index = 0; local 347 depth++; 353 if (depth == 1) { 355 } else if (depth == 0) { 359 depth-- [all...] |
/frameworks/base/core/java/android/view/ |
GhostView.java | 282 int depth = Math.min(viewParents.size(), comparedWith.size()); local 283 for (int i = 1; i < depth; i++) { 294 boolean isComparedWithTheParent = (comparedWith.size() == depth);
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
StateListDrawable.java | 154 int depth; local 156 && ((depth = parser.getDepth()) >= innerDepth 162 if (depth > innerDepth || !parser.getName().equals("item")) {
|
/frameworks/base/tools/aapt/ |
XMLNode.cpp | 410 static String8 make_prefix(int depth) 414 for (i=0; i<depth; i++) { 446 int depth = 0; local 448 String8 prefix = make_prefix(depth); 462 depth++; 463 prefix = make_prefix(depth); 500 if (--depth < 0) { 501 printf("***BAD DEPTH in XMLBlock: %d\n", depth); 517 depth++ [all...] |
/hardware/ti/omap4-aah/ |
heaptracker.c | 99 void print_backtrace(const intptr_t *bt, int depth) 106 depth = heaptracker_stacktrace(self_bt, MAX_BACKTRACE_DEPTH); 111 for (cnt = 0; cnt < depth && cnt < MAX_BACKTRACE_DEPTH; cnt++) { 371 int depth; local 372 depth = heaptracker_stacktrace(bt, MAX_BACKTRACE_DEPTH); 385 print_backtrace(bt, depth); 390 print_backtrace(bt, depth); 419 int depth; local 420 depth = heaptracker_stacktrace(bt, MAX_BACKTRACE_DEPTH); 433 print_backtrace(bt, depth); [all...] |
/hardware/ti/omap4xxx/ |
heaptracker.c | 99 void print_backtrace(const intptr_t *bt, int depth) 106 depth = heaptracker_stacktrace(self_bt, MAX_BACKTRACE_DEPTH); 111 for (cnt = 0; cnt < depth && cnt < MAX_BACKTRACE_DEPTH; cnt++) { 371 int depth; local 372 depth = heaptracker_stacktrace(bt, MAX_BACKTRACE_DEPTH); 385 print_backtrace(bt, depth); 390 print_backtrace(bt, depth); 419 int depth; local 420 depth = heaptracker_stacktrace(bt, MAX_BACKTRACE_DEPTH); 433 print_backtrace(bt, depth); [all...] |
/libcore/dalvik/src/main/java/dalvik/system/profiler/ |
SamplingProfiler.java | 38 * SamplingProfiler}. It samples the current thread's stack to a depth 86 private final int depth; field in class:SamplingProfiler 128 * expected to be {@link #depth depth} or less in length. 134 * specified depth from the threads specified by the specified 137 * @param depth The maximum stack depth to retain for each sample 139 * than this will be truncated to this depth. A good starting 143 * depth, simply passing in a value for Integer.MAX_VALUE is not 155 public SamplingProfiler(int depth, ThreadSet threadSet) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/ |
multibufproto.h | 55 CARD8 depth; /* depth of visual (redundant) */ member in struct:xMbufBufferInfo 254 CARD8 depth; member in struct:__anon30352
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/ |
multibufproto.h | 55 CARD8 depth; /* depth of visual (redundant) */ member in struct:xMbufBufferInfo 254 CARD8 depth; member in struct:__anon32211
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/ |
gthr-default.h | 356 long depth; member in struct:__anon33904 698 __mutex->depth = 0; 711 __mutex->depth = 1; 717 ++(__mutex->depth); 721 __mutex->depth = 1; 743 __mutex->depth = 1; 747 ++(__mutex->depth); 759 --(__mutex->depth); 760 if (__mutex->depth == 0)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/ |
gthr-default.h | 356 long depth; member in struct:__anon33909 698 __mutex->depth = 0; 711 __mutex->depth = 1; 717 ++(__mutex->depth); 721 __mutex->depth = 1; 743 __mutex->depth = 1; 747 ++(__mutex->depth); 759 --(__mutex->depth); 760 if (__mutex->depth == 0)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
pytree.py | 220 def depth(self): member in class:Base 223 return 1 + self.parent.depth()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
pytree.py | 220 def depth(self): member in class:Base 223 return 1 + self.parent.depth()
|
/art/runtime/jdwp/ |
jdwp_event.cc | 211 JdwpStepDepth depth = static_cast<JdwpStepDepth>(pMod->step.depth); local 212 JdwpError status = Dbg::ConfigureStep(pMod->step.threadId, size, depth); [all...] |
jdwp_handler.cc | 1280 uint32_t depth = request->ReadUnsigned32("step depth"); local [all...] |
/art/runtime/mirror/ |
class.cc | 902 uint32_t depth = 0; local [all...] |