HomeSort by relevance Sort by last modified time
    Searched refs:depth (Results 151 - 175 of 3356) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btCompoundFromGimpact.h 38 MyInternalTriangleIndexCallback (btCompoundShape* colShape, const btGImpactMeshShape* meshShape, btScalar depth)
41 m_depth(depth)
78 btCompoundShape* btCreateCompoundFromGimpactShape(const btGImpactMeshShape* gimpactMesh, btScalar depth)
85 MyInternalTriangleIndexCallback cb(colShape,gimpactMesh, depth);
btContactProcessing.h 66 btScalar depth, int feature1, int feature2):
69 m_depth(depth),
121 btScalar depth, int feature1, int feature2)
123 push_back( GIM_CONTACT(point,normal,depth,feature1,feature2) );
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_transfer.h 16 uint16_t depth; member in struct:nv50_m2mf_rect
  /external/mesa3d/src/mesa/main/
pbo.h 36 GLsizei width, GLsizei height, GLsizei depth,
49 GLsizei width, GLsizei height, GLsizei depth,
66 GLsizei width, GLsizei height, GLsizei depth,
77 GLsizei width, GLsizei height, GLsizei depth,
  /external/mesa3d/src/mesa/swrast/
s_depth.h 49 GLint n, GLint x, GLint y, GLfloat depth[] );
  /external/opencv3/modules/imgcodecs/src/
grfmt_hdr.hpp 81 bool isFormatSupported( int depth ) const;
grfmt_pxm.hpp 84 bool isFormatSupported( int depth ) const;
grfmt_pxm.cpp 289 if( img.depth() == CV_8U && bit_depth == 16 )
302 if( img.depth() == CV_8U ) {
319 if( img.depth() == CV_8U )
324 else if( img.depth() == CV_8U )
364 bool PxMEncoder::isFormatSupported( int depth ) const
366 return depth == CV_8U || depth == CV_16U;
375 int _channels = img.channels(), depth = (int)img.elemSize1()*8; local
390 int t = CV_MAKETYPE(img.depth(), channels);
415 width, height, (1 << depth) - 1 )
    [all...]
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_ArithIntDecoder.cpp 32 size_t depth) {
34 if (depth == kDepthEnd)
41 return depth;
42 return RecursiveDecode(decoder, context, prev, depth + 1);
  /frameworks/base/sax/java/android/sax/
Children.java 37 current = new Child(parent, uri, localName, parent.depth + 1, hash);
56 current = new Child(parent, uri, localName, parent.depth + 1, hash);
91 Child(Element parent, String uri, String localName, int depth,
93 super(parent, uri, localName, depth);
  /frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
KernelDataForRenderScript.java 106 int depth = blurStack.getDepth(targetLayer, m); local
107 float diskRadius = blurStack.getDiskRadius(depth);
128 int depth = blurStack.getDepth(targetLayer, m); local
129 float diskRadius = blurStack.getDiskRadius(depth);
  /hardware/qcom/msm8996/kernel-headers/video/
msm_hdmi_hdcp_mgr.h 62 uint8_t depth; member in struct:HDCP_V2V1_MSG_TOPOLOGY
  /hardware/qcom/msm8996/original-kernel-headers/video/
msm_hdmi_hdcp_mgr.h 48 uint8_t depth; member in struct:HDCP_V2V1_MSG_TOPOLOGY
  /art/test/067-preemptive-unpark/src/
Main.java 67 private static void clearStack(int depth) {
79 if (depth > 0) {
80 clearStack(depth - 1);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/values/
CylinderSpawnShapeValue.java 22 float depth = spawnDepth + (spawnDepthDiff * spawnDepthValue.getScale(percent)); local
31 radiusZ = depth/2;
35 radiusZ = MathUtils.random(depth)/2;
  /external/mesa3d/src/glx/
compsize.c 140 __glImageSize(GLsizei width, GLsizei height, GLsizei depth,
162 if (width < 0 || height < 0 || depth < 0) {
182 return bytes_per_row * height * depth * components;
  /external/opencv3/modules/core/perf/
perf_cvround.cpp 27 int type = get<1>(GetParam()), depth = CV_MAT_DEPTH(type); local
33 if (depth == CV_32F)
38 else if (depth == CV_64F)
  /external/opencv3/modules/cudaimgproc/test/
test_color.cpp 56 int depth; local
65 depth = GET_PARAM(2);
70 img = randomMat(size, CV_MAKE_TYPE(depth, 3), 0.0, depth == CV_32F ? 1.0 : 255.0);
239 if (depth != CV_8U)
255 if (depth != CV_8U)
271 if (depth != CV_8U)
288 if (depth != CV_8U)
305 if (depth != CV_8U)
322 if (depth != CV_8U
    [all...]
  /external/skia/bench/
AAClipBench.cpp 119 int depth,
125 fSizes[depth].fX, fSizes[depth].fY);
133 0 == depth ? SkRegion::kReplace_Op :
137 if (kNestingDepth == depth) {
144 this->recurse(canvas, depth+1, childOffset);
146 childOffset += fSizes[depth+1];
147 this->recurse(canvas, depth+1, childOffset);
149 childOffset.fX = offset.fX + fSizes[depth+1].fX;
151 this->recurse(canvas, depth+1, childOffset)
    [all...]
  /build/kati/
pathutil_test.go 159 depth: maxdepth,
167 depth: maxdepth,
175 depth: maxdepth,
183 depth: maxdepth,
191 depth: maxdepth,
199 depth: maxdepth,
207 depth: maxdepth,
215 depth: maxdepth,
223 depth: maxdepth,
231 depth: maxdepth
    [all...]
  /external/opencv3/modules/videoio/src/
cap_openni2.cpp 140 openni::VideoStream depth, color, **streams; member in class:CvCapture_OpenNI2
245 status = depth.create(device, openni::SENSOR_DEPTH);
248 if (depth.isValid())
250 CV_Assert(depth.setVideoMode(defaultDepthOutputMode()) == openni::STATUS_OK); // xn::DepthGenerator supports VGA only! (Jan 2011)
253 status = depth.start();
256 CV_Error(CV_StsError, cv::format("CvCapture_OpenNI2::CvCapture_OpenNI2 : Couldn't start depth stream: %s\n", openni::OpenNI::getExtendedError()));
257 depth.destroy();
263 CV_Error(CV_StsError, cv::format("CvCapture_OpenNI2::CvCapture_OpenNI2 : Couldn't find depth stream:: %s\n", openni::OpenNI::getExtendedError()));
268 streams[CV_DEPTH_STREAM] = &depth;
358 this->depth.stop()
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_runpy.py 116 def _make_pkg(self, source, depth, mod_base="runpy_test"):
123 for i in range(depth):
133 mod_name = (pkg_name+".")*depth + mod_base
136 def _del_pkg(self, top, depth, mod_name):
161 def _check_module(self, depth):
163 self._make_pkg("x=1\n", depth))
180 self._del_pkg(pkg_dir, depth, mod_name)
183 def _check_package(self, depth):
185 self._make_pkg("x=1\n", depth, "__main__"))
203 self._del_pkg(pkg_dir, depth, pkg_name
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_runpy.py 116 def _make_pkg(self, source, depth, mod_base="runpy_test"):
123 for i in range(depth):
133 mod_name = (pkg_name+".")*depth + mod_base
136 def _del_pkg(self, top, depth, mod_name):
161 def _check_module(self, depth):
163 self._make_pkg("x=1\n", depth))
180 self._del_pkg(pkg_dir, depth, mod_name)
183 def _check_package(self, depth):
185 self._make_pkg("x=1\n", depth, "__main__"))
203 self._del_pkg(pkg_dir, depth, pkg_name
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_runpy.py 116 def _make_pkg(self, source, depth, mod_base="runpy_test"):
123 for i in range(depth):
133 mod_name = (pkg_name+".")*depth + mod_base
136 def _del_pkg(self, top, depth, mod_name):
161 def _check_module(self, depth):
163 self._make_pkg("x=1\n", depth))
180 self._del_pkg(pkg_dir, depth, mod_name)
183 def _check_package(self, depth):
185 self._make_pkg("x=1\n", depth, "__main__"))
203 self._del_pkg(pkg_dir, depth, pkg_name
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_runpy.py 116 def _make_pkg(self, source, depth, mod_base="runpy_test"):
123 for i in range(depth):
133 mod_name = (pkg_name+".")*depth + mod_base
136 def _del_pkg(self, top, depth, mod_name):
161 def _check_module(self, depth):
163 self._make_pkg("x=1\n", depth))
180 self._del_pkg(pkg_dir, depth, mod_name)
183 def _check_package(self, depth):
185 self._make_pkg("x=1\n", depth, "__main__"))
203 self._del_pkg(pkg_dir, depth, pkg_name
    [all...]

Completed in 374 milliseconds

1 2 3 4 5 67 8 91011>>