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

<<11121314151617181920

  /external/qemu/
vl.c 2482 int w, h, depth; local
    [all...]
vl-android.c 2975 int w, h, depth; local
3542 int depth = android_hw->hw_lcd_depth; local
    [all...]
  /external/valgrind/main/exp-sgcheck/
sg_main.c 476 UWord depth; /* depth of stack at time block was pushed */ member in struct:__anon14091
526 UWord depth
540 VG_(printf)("\ndepth = %lu\n", depth);
555 nyu->depth = depth;
945 static void show_Invar( HChar* buf, Word nBuf, Invar* inv, Word depth )
965 depth - inv->Inv.StackN.nd->depth );
1209 Word depth; \/* 0 for outermost; increases inwards *\/ member in struct:_StackFrame
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.cpp 349 void Context::setClearDepth(float depth)
351 mState.depthClearValue = depth;
1700 GLint depth = programObject->getDxDepthLocation(); local
2402 float depth = clamp01(mState.depthClearValue); local
    [all...]
  /external/webkit/Source/WebCore/bridge/
npapi.h 277 unsigned int depth; member in struct:__anon14710
497 int32_t depth; /* Depth of image pointer */ member in struct:_NPImageExpose
  /frameworks/native/opengl/libagl/
context.h 447 uint8_t depth; member in struct:android::gl::matrix_stack_t
452 void init(int depth);
464 matrixf_t& top() { return stack[depth]; }
465 const matrixf_t& top() const { return stack[depth]; }
466 uint32_t top_ops() const { return ops[depth]; }
468 return !(ops[depth] & ~(OP_TRANSLATE|OP_UNIFORM_SCALE|OP_ROTATE));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
lbxstr.h 321 CARD8 depth; member in struct:__anon22676
519 CARD8 depth; member in struct:__anon22685
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fb.h 348 __u8 depth; /* Depth of the image */ member in struct:fb_image
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
lbxstr.h 321 CARD8 depth; member in struct:__anon24266
519 CARD8 depth; member in struct:__anon24275
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fb.h 348 __u8 depth; /* Depth of the image */ member in struct:fb_image
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
gus.h 553 unsigned short depth; member in struct:_SND_IW_LFO_PROGRAM
565 extern void snd_gf1_lfo_change_depth(struct snd_gus_card * gus, int voice, int lfo_type, int depth);
566 extern void snd_gf1_lfo_setup(struct snd_gus_card * gus, int voice, int lfo_type, int freq, int current_depth, int depth, int sweep, int shape);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
lbxstr.h 321 CARD8 depth; member in struct:__anon25778
519 CARD8 depth; member in struct:__anon25787
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fb.h 348 __u8 depth; /* Depth of the image */ member in struct:fb_image
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
  /external/libpng/
png.h 678 /* When the depth of the sPLT palette is 8 bits, the color and alpha samples
686 png_byte depth; /* depth of palette samples */ member in struct:png_sPLT_struct
    [all...]
  /external/libxml2/
HTMLparser.c 3989 int depth; local
4150 int depth; local
4389 int depth; local
    [all...]
parser.c 183 * arbitrary depth limit for the XML documents that we allow to
215 void *user_data, int depth, const xmlChar *URL,
6512 int depth = 0; local
    [all...]
relaxng.c 167 short depth; /* used for the cycle detection */ member in struct:_xmlRelaxNGDefine
237 int docNr; /* Depth of the parsing stack */
238 int docMax; /* Max depth of the parsing stack */
243 int incNr; /* Depth of the include parsing stack */
244 int incMax; /* Max depth of the parsing stack */
359 int depth; /* validation depth */ member in struct:_xmlRelaxNGValidCtxt
368 int errNr; /* Depth of the error stack */
369 int errMax; /* Max depth of the error stack */
385 int elemMax; /* the max depth of elements *
    [all...]
trio.c 1665 int depth = 1; local
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 3918 int y, depth; local
3980 int y, width, height, elem_type, coi, depth; local
    [all...]
  /external/v8/src/
hydrogen-instructions.h 4405 int depth() const { return depth_; } function in class:v8::HMaterializedLiteral
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 424 , depth(true)
434 bool depth; member in struct:WebCore::GraphicsContext3D::Attributes
633 void clearDepth(GC3Dclampf depth);
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.h 551 __u16 depth; member in struct:hfsplus_bheader_record
  /external/kernel-headers/original/linux/
fb.h 370 __u8 depth; /* Depth of the image */ member in struct:fb_image
507 __u8 depth; /* Depth of the image */ member in struct:fb_image_user
715 __u32 depth; /* color depth of each tile */ member in struct:fb_tilemap
    [all...]

Completed in 698 milliseconds

<<11121314151617181920