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

1 23 4 5 6 7 8 91011>>

  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/
TextureBlenderDDS.java 39 int depth = texture.getImage().getDepth(); local
40 if (depth == 0) {
41 depth = 1;
93 return new Texture3D(new Image(format, width, height, depth, dataArray));
TextureBlenderLuminance.java 40 int depth = texture.getImage().getDepth(); local
41 if (depth == 0) {
42 depth = 1;
44 ByteBuffer newData = BufferUtils.createByteBuffer(width * height * depth * 4);
62 return new Texture3D(new Image(Format.RGBA8, width, height, depth, dataArray));
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
TextureUtil.java 63 case Depth:
111 case Depth:
186 int depth = img.getDepth(); local
244 case Depth:
417 int mipDepth = Math.max(1, depth >> i);
478 1, // depth
  /external/libvpx/nestegg/include/nestegg/
nestegg.h 130 unsigned int depth; /**< Bits per sample. */ member in struct:__anon8412
  /external/libvpx/vpx_mem/memory_manager/include/
cavl_if.h 147 ** node depth. The definition depends on whether the maximum depth is more
153 /* Maximum depth may be more than number of bits in a long. */
160 /* Maximum depth is definitely less than number of bits in a long. */
178 /* Zero-based depth of path into tree. */
179 unsigned depth; member in struct:__anon8525
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 582 const SelectionDAG *G, unsigned depth,
584 if (depth == 0)
591 if (depth < 1)
599 printrWithDepthHelper(OS, N->getOperand(i).getNode(), G, depth-1, indent+2);
604 unsigned depth) const {
605 printrWithDepthHelper(OS, this, G, depth, 0);
613 void SDNode::dumprWithDepth(const SelectionDAG *G, unsigned depth) const {
614 printrWithDepth(dbgs(), G, depth); local
  /external/llvm/lib/DebugInfo/
DWARFCompileUnit.cpp 148 uint32_t depth = 0; local
158 if (depth == 0) {
170 else if (depth == 0 && initial_die_array_size == 1) {
181 ++depth;
184 if (depth > 0)
185 --depth;
186 if (depth == 0)
  /external/mesa3d/src/mesa/program/
symbol_table.c 61 /** Scope depth where this symbol was defined. */
62 unsigned depth; member in struct:symbol
110 /** Current scope depth. */
111 unsigned depth; member in struct:_mesa_symbol_table
165 table->depth--;
193 table->depth++;
291 assert(sym->depth <= table->depth);
292 return sym->depth - table->depth;
    [all...]
  /external/opencv/cv/src/
cvsumpixels.cpp 326 int depth, cn; local
384 depth = CV_MAT_DEPTH(src->type);
394 func_c1 = (CvIntegralImageFuncC1)tab_c1.fn_2d[depth];
395 func_cn = (CvIntegralImageFuncCn)tab_cn.fn_2d[depth];
408 if( depth == CV_8U && !tilted && CV_MAT_DEPTH(sum->type) == CV_32S )
  /external/opencv/cxcore/src/
cxlut.cpp 222 int depth, cn, lut_cn; local
262 depth = CV_MAT_DEPTH( dst->type );
288 int half_size = CV_ELEM_SIZE1(depth)*cn*128;
298 if( lut_cn == 1 || (lut_cn <= 4 && depth == CV_8U) )
300 CvLUT_TransformFunc func = depth == CV_8U ? lut_8u_tab[cn-1] :
301 (CvLUT_TransformFunc)(lut_c1_tab.fn_2d[depth]);
312 (CvLUT_TransformCnFunc)(lut_cn_tab.fn_2d[depth]);
  /external/opencv/otherlibs/highgui/
loadsave.cpp 393 int depth = 8; local
429 depth = reader->GetDepth();
438 if(reader->IsFloat() && depth != 8)
441 type = ( depth <= 8 ) ? CV_8U : ( depth <= 16 ) ? CV_16U : CV_32S;
447 if(reader->IsFloat() && depth != 8)
450 type = ( depth <= 8 ) ? IPL_DEPTH_8U : ( depth <= 16 ) ? IPL_DEPTH_16U : IPL_DEPTH_32S;
  /external/openssl/apps/
s_cb.c 136 int err,depth; local
140 depth= X509_STORE_CTX_get_error_depth(ctx);
142 BIO_printf(bio_err,"depth=%d ",depth);
155 if (verify_depth >= depth)
  /external/openssl/crypto/pkcs7/
bio_ber.c 83 int depth; member in struct:ber_struct
96 int depth; /* used with indefinite encoding. */ member in struct:bio_ber_struct
259 ctx->depth--;
260 if (ctx->depth <= 0)
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_atarigl_c.h 78 GLint depth,stencil,accum; member in struct:SDL_PrivateGLData
92 #define gl_curdepth (this->gl_data->depth)
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxmodes.c 38 int depth=8; local
41 depth=GetCyberMapAttr(SDL_Display->RastPort.BitMap,CYBRMATTR_DEPTH);
45 CYBRBIDTG_Depth,depth,
58 SA_Depth,depth,SA_DisplayID,idok,
77 static void add_visual(_THIS, int depth, int class)
81 tID=BestCModeIDTags(CYBRBIDTG_Depth,depth,
90 this->hidden->visuals[n].depth = depth;
200 bug("\t%lx - depth: %ld bpp: %ld\n",this->hidden->visuals[i].visual,this->hidden->visuals[i].depth,this->hidden->visuals[i].bpp)
    [all...]
  /external/valgrind/main/callgrind/
callstack.c 222 /* only increment depth if another function is called */
310 Int depth = 0; local
333 /* only decrement depth if another function was called */
337 depth = *pdepth;
357 if (depth == 0) function_left(to_fn);
  /external/webkit/Source/WebKit/chromium/public/
WebGraphicsContext3D.h 83 , depth(true)
92 bool depth; member in struct:WebKit::WebGraphicsContext3D::Attributes
199 virtual void clearDepth(WGC3Dclampf depth) = 0;
  /frameworks/base/core/java/android/view/animation/
AnimationUtils.java 101 int depth = parser.getDepth(); local
103 while (((type=parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
178 int depth = parser.getDepth(); local
180 while (((type = parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
295 int depth = parser.getDepth(); local
297 while (((type=parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
  /packages/apps/Contacts/src/com/android/contacts/util/
LocalizedNameResolver.java 115 final int depth = parser.getDepth(); local
116 while (((type = parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
ProfileData.java 128 // second word: depth of the stack (N)
130 private void writeOneStack(Node node, int depth) throws IOException {
132 writeInt(depth);
133 while (depth-- > 0) {
139 private void writeAllStacks(Node node, int depth) throws IOException {
141 writeOneStack(node, depth);
147 writeAllStacks(children.get(i), depth + 1); local
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoPriorityResolver.java 140 final int depth = parser.getDepth(); local
141 while (((type = parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
line-map.h 87 /* Depth of the include stack, including the current file. */
88 unsigned int depth; local
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
line-map.h 84 /* Depth of the include stack, including the current file. */
85 unsigned int depth; variable
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
line-map.h 84 /* Depth of the include stack, including the current file. */
85 unsigned int depth; variable
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
line-map.h 84 /* Depth of the include stack, including the current file. */
85 unsigned int depth; variable

Completed in 778 milliseconds

1 23 4 5 6 7 8 91011>>