Searched defs:depth (Results 251 - 275 of 1035) sorted by relevance

<<11121314151617181920>>

/external/ImageMagick/coders/
H A Dpnm.c252 depth,
368 if (LocaleCompare(keyword,"depth") == 0)
424 for (depth=1; GetQuantumRange(depth) < max_value; depth++) ;
425 image->depth=depth;
644 if (image->depth <= 8)
647 if (image->depth <= 16)
700 switch (image->depth)
248 depth, local
[all...]
H A Dsgi.c86 depth;
341 iris_info.depth=ReadBlobMSBShort(image);
342 if ((iris_info.depth == 0) || (iris_info.depth > 4))
359 image->depth=(size_t) MagickMin(iris_info.depth,MAGICKCORE_QUANTUM_DEPTH);
361 image->depth=(size_t) MagickMin((size_t) 8*
363 if (iris_info.depth < 3)
399 for (z=0; z < (ssize_t) iris_info.depth; z++)
446 iris_info.depth*sizeo
84 depth; member in struct:_SGIInfo
[all...]
H A Dsun.c238 depth,
315 sun_info.depth=ReadBlobMSBLong(image);
328 if ((sun_info.depth != 1) && (sun_info.depth != 8) &&
329 (sun_info.depth != 24) && (sun_info.depth != 32))
336 image->depth=sun_info.depth <= 8 ? sun_info.depth :
338 if (sun_info.depth < 2
233 depth, member in struct:_SUNInfo
751 depth, member in struct:_SUNInfo
[all...]
H A Dtxt.c117 depth,
125 &rows,&depth,colorspace);
416 depth,
454 for (depth=1; (GetQuantumRange(depth)+1) < max_value; depth++) ;
455 image->depth=depth;
473 range=GetQuantumRange(image->depth);
747 image->depth
114 depth, local
411 depth, local
750 depth; local
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DNamespaceMappings.java31 * prefix/uri/depth triplets are pushed on a stack pushed on a stack. The depth
32 * indicates the nesting depth of the element for which the mapping was made.
47 * "def" is pushed on the stack with depth 1.
49 * depth 2.
50 * When the <sentance> is encountered "p3" and "jkl" are pushed with depth 3.
52 * stack. Of course popNamespaces(2) would pop anything with depth 2 or
86 * when leaving the current element depth
88 * depth can be popped of the top and the same node
91 * All prefixes pushed at the current depth ca
362 MappingRecord(String prefix, String uri, int depth) argument
[all...]
/external/autotest/client/deps/glbench/src/
H A Dwaffle_stuff.cc80 unsigned bd, depth; local
82 &root, &x, &y, &w, &h, &bd, &depth);
/external/boringssl/src/crypto/fipsmodule/bn/
H A Dctx.c82 // Stack depth and allocation size
99 unsigned int depth, size; member in struct:bignum_ctx_stack
203 st->depth = st->size = 0;
211 if (st->depth == st->size) {
219 if (st->depth) {
220 OPENSSL_memcpy(newitems, st->indexes, st->depth * sizeof(unsigned int));
227 st->indexes[(st->depth)++] = idx;
232 return st->indexes[--(st->depth)];
/external/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp142 unsigned depth,
175 // Output the call depth.
176 Indent(o, indent) << "<key>depth</key>";
177 EmitInteger(o, depth) << '\n';
201 unsigned depth,
210 unsigned depth) {
216 ReportPiece(o, *callEnter, FM, SM, LangOpts, indent, depth, true,
222 ++depth;
226 indent, depth, true);
229 ReportPiece(o, **I, FM, SM, LangOpts, indent, depth, tru
137 ReportEvent(raw_ostream &o, const PathDiagnosticPiece& P, const FIDMap& FM, const SourceManager &SM, const LangOptions &LangOpts, unsigned indent, unsigned depth, bool isKeyEvent = false) argument
205 ReportCall(raw_ostream &o, const PathDiagnosticCallPiece &P, const FIDMap& FM, const SourceManager &SM, const LangOptions &LangOpts, unsigned indent, unsigned depth) argument
240 ReportMacro(raw_ostream &o, const PathDiagnosticMacroPiece& P, const FIDMap& FM, const SourceManager &SM, const LangOptions &LangOpts, unsigned indent, unsigned depth) argument
259 ReportPiece(raw_ostream &o, const PathDiagnosticPiece &P, const FIDMap& FM, const SourceManager &SM, const LangOptions &LangOpts, unsigned indent, unsigned depth, bool includeControlFlow, bool isKeyEvent) argument
[all...]
/external/cn-cbor/src/
H A Dcn-encoder.c180 typedef void (*cn_visit_func)(const cn_cbor *cb, int depth, void *context);
187 int depth = 0; local
191 visitor(p, depth, context);
194 depth++;
198 breaker(p->parent, depth, context);
204 depth--;
206 breaker(p->parent, depth, context);
223 void _encoder_visitor(const cn_cbor *cb, int depth, void *context) argument
226 UNUSED_PARAM(depth);
286 void _encoder_breaker(const cn_cbor *cb, int depth, voi argument
[all...]
/external/deqp/external/openglcts/modules/common/
H A DglcPolygonOffsetClampTests.cpp170 /** Initialization method that creates framebuffer with depth attachment
256 /** Testing method that verifies if depth values generated after polygon offset clamp are as expected.
293 // Prepare shader program for reading depth buffer indirectly
323 // Setup depth testing
376 // Get reference depth value
379 // Draw polygon with depth offset
407 // Draw polygon with depth offset
458 // OpenGL ES does not support reading pixels directly from depth buffer
488 // Convert read depth value to GLfloat normalized
521 /** Verification method that determines if depth value
528 verify(GLuint caseNo, GLfloat depth, GLfloat offsetDepth, GLfloat offsetClampDepth) argument
590 verify(GLuint caseNo, GLfloat depth, GLfloat offsetDepth, GLfloat offsetClampDepth) argument
[all...]
/external/deqp/external/openglcts/modules/gles31/
H A Des31cTextureStorageMultisampleGetTexLevelParameterifvTests.hpp53 glw::GLint depth; member in struct:glcts::MultisampleTextureGetTexLevelParametervFunctionalTest::texture_properties
88 : depth(0)
H A Des31cTextureStorageMultisampleTexStorage2DMultisampleTests.cpp410 "are not color-renderable, depth-renderable and stencil-renderable")
620 const glw::GLsizei depth = 4; local
646 gl.texStorage3DMultisample(GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES, samples, internalformat, width, height, depth,
654 gl.texStorage3DMultisample(GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES, samples, internalformat, width, height, depth,
865 "depth textures with unsupported number of samples")
1004 "depth+stencil textures with unsupported number of samples")
1141 "when asked to set up multisample color/depth/textures in various configurations.")
1209 /* Iterate through color-, depth- and stencil-renderable internalformats */
1217 for (unsigned int n_iteration = 0; n_iteration < 3 /* color/depth/stencil */; ++n_iteration)
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayStencilAttachments.cpp62 * @param depth number of layers in the texture (for cube map array must be multiple of 6);
65 void CubeMapArrayDataStorage::init(const glw::GLuint width, const glw::GLuint height, const glw::GLuint depth, argument
72 m_depth = depth;
511 m_cube_map_array_data[test_index].getDepth()); /* depth */
531 m_cube_map_array_data[test_index].getDepth()); /* depth */
542 m_cube_map_array_data[test_index].getDepth(), /* depth */
564 m_cube_map_array_data[test_index].getDepth(), /* depth */
588 m_cube_map_array_data[test_index].getDepth(), /* depth */
H A DesextcTextureCubeMapArraySubImage3D.cpp151 glw::GLuint depth = resolutions[resolution_index][DL_DEPTH]; local
153 configureCubeMapArrayTexture(width, height, depth, static_cast<STORAGE_TYPE>(storage_index), 0);
159 configureDataBuffer(width, height, depth, copy_params, 0);
162 testTexSubImage3D(width, height, depth, copy_params, test_passed);
163 testCopyTexSubImage3D(width, height, depth, copy_params, test_passed);
170 configureDataBuffer(width, height, depth, copy_params, 0);
173 testTexSubImage3D(width, height, depth, copy_params, test_passed);
174 testCopyTexSubImage3D(width, height, depth, copy_params, test_passed);
181 configureDataBuffer(width, height, depth, copy_params, 0);
183 testTexSubImage3D(width, height, depth, copy_param
233 configureDataBuffer(glw::GLuint width, glw::GLuint height, glw::GLuint depth, const SubImage3DCopyParams& copy_params, glw::GLuint clear_value) argument
313 configureCubeMapArrayTexture(glw::GLuint width, glw::GLuint height, glw::GLuint depth, STORAGE_TYPE storType, glw::GLuint clear_value) argument
356 clearCubeMapArrayTexture(glw::GLuint width, glw::GLuint height, glw::GLuint depth, glw::GLuint clear_value) argument
432 checkResults(glw::GLuint width, glw::GLuint height, glw::GLuint depth) argument
465 testTexSubImage3D(glw::GLuint width, glw::GLuint height, glw::GLuint depth, const SubImage3DCopyParams& copy_params, glw::GLboolean& test_passed) argument
527 testCopyTexSubImage3D(glw::GLuint width, glw::GLuint height, glw::GLuint depth, const SubImage3DCopyParams& copy_params, glw::GLboolean& test_passed) argument
[all...]
/external/deqp/framework/platform/lnx/X11/
H A DtcuLnxX11.cpp223 unsigned width_, height_, borderWidth, depth; local
225 XGetGeometry(m_display.getXDisplay(), m_window, &root, &x, &y, &width_, &height_, &borderWidth, &depth);
/external/deqp/framework/randomshaders/
H A DrsgGeneratorState.hpp77 void setExpressionDepth (int depth) { m_expressionDepth = depth; } argument
H A DrsgUtils.cpp253 int depth = 0; local
257 depth = getTypeConstructorDepth(memberType);
263 depth = memberType.getNumElements() == 1 ? 1 : 2;
271 maxDepth = de::max(maxDepth, depth);
/external/deqp/modules/glshared/
H A DglsFragmentOpUtil.cpp181 quad.posA.x(), quad.posA.y(), quad.depth[0], 1.0f,
182 quad.posA.x(), quad.posB.y(), quad.depth[1], 1.0f,
183 quad.posB.x(), quad.posA.y(), quad.depth[2], 1.0f,
184 quad.posB.x(), quad.posB.y(), quad.depth[3], 1.0f
255 float depth = triQuadInterpolate(quad.depth, xRatio, yRatio); local
257 // Interpolated color and depth.
266 m_fragmentDepths[m_fragmentBufferSize] = depth;
/external/doclava/src/com/google/doclava/
H A DNavTree.java319 void renderChildrenYaml(StringBuilder buf, int depth) { argument
322 if (depth > 0) {
323 buf.append("\n\n" + getIndent(depth));
329 list.get(i).renderYaml(buf, depth);
335 void renderYaml(StringBuilder buf, int depth) { argument
336 buf.append("\n" + getIndent(depth));
342 buf.append("\n" + getIndent(depth));
347 buf.append("\n" + getIndent(depth));
353 renderChildrenYaml(buf, depth + 1);
355 String getIndent(int depth) { argument
[all...]
/external/dtc/
H A Dfdtdump.c60 int depth, sz, shift; local
64 depth = 0;
111 printf("%*s%s {\n", depth * shift, "", s);
113 depth++;
118 depth--;
120 printf("%*s};\n", depth * shift, "");
125 printf("%*s// [NOP]\n", depth * shift, "");
130 fprintf(stderr, "%*s ** Unknown tag 0x%08x\n", depth * shift, "", tag);
143 printf("%*s%s", depth * shift, "", s);
H A Dfdtget.c156 int depth = 1; /* the assumed depth of this node */ local
163 if (level <= depth) {
187 if (level <= depth)
/external/e2fsprogs/lib/support/
H A Dquotaio_tree.c51 static int get_index(qid_t id, int depth) argument
53 return (id >> ((QT_TREEDEPTH - depth - 1) * 8)) & 0xff;
253 unsigned int * treeblk, int depth)
261 log_debug("inserting in tree: treeblk=%u, depth=%d", *treeblk, depth);
278 newblk = ext2fs_le32_to_cpu(ref[get_index(dquot->dq_id, depth)]);
281 if (depth == QT_TREEDEPTH - 1) {
285 ref[get_index(dquot->dq_id, depth)]);
288 ret = do_insert_tree(h, dquot, &newblk, depth + 1);
292 ref[get_index(dquot->dq_id, depth)]
252 do_insert_tree(struct quota_handle *h, struct dquot *dquot, unsigned int * treeblk, int depth) argument
396 remove_tree(struct quota_handle *h, struct dquot *dquot, unsigned int * blk, int depth) argument
471 find_tree_dqentry(struct quota_handle *h, struct dquot *dquot, unsigned int blk, int depth) argument
594 report_tree(struct dquot *dquot, unsigned int blk, int depth, char *bitmap, int (*process_dquot) (struct dquot *, void *), void *data) argument
[all...]
/external/eigen/demos/opengl/
H A Dcamera.cpp246 Vector3f Camera::unProject(const Vector2f& uv, float depth) const
249 return unProject(uv, depth, inv);
252 Vector3f Camera::unProject(const Vector2f& uv, float depth, const Matrix4f& invModelview) const argument
258 a.x() *= depth/mProjectionMatrix(0,0);
259 a.y() *= depth/mProjectionMatrix(1,1);
260 a.z() = -depth;
/external/eigen/test/
H A Dsparse_product.cpp36 const Index depth = internal::random<Index>(1,n); local
52 DenseMatrix refMat2 = DenseMatrix::Zero(rows, depth);
53 DenseMatrix refMat2t = DenseMatrix::Zero(depth, rows);
54 DenseMatrix refMat3 = DenseMatrix::Zero(depth, cols);
55 DenseMatrix refMat3t = DenseMatrix::Zero(cols, depth);
58 DenseMatrix refMat5 = DenseMatrix::Random(depth, cols);
62 SparseMatrixType m2 (rows, depth);
63 SparseMatrixType m2t(depth, rows);
64 SparseMatrixType m3 (depth, cols);
65 SparseMatrixType m3t(cols, depth);
[all...]
/external/emma/ant/ant14/com/vladium/emma/report/
H A DReportCfg.java60 public void setDepth (final DepthAttribute depth) argument
62 m_settings.setProperty (m_prefix.concat (DEPTH), depth.getValue ());
355 public void setDepth (final DepthAttribute depth) argument
357 m_settings.setProperty (PREFIX.concat (DEPTH), depth.getValue ());

Completed in 643 milliseconds

<<11121314151617181920>>