HomeSort by relevance Sort by last modified time
    Searched defs:depth (Results 451 - 475 of 1911) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 181 fprintf(stderr, "[%s:%u] bad depth %d\n", __func__, __LINE__,
236 int depth = v->rgbBits; local
238 if (depth == 32
243 else if (depth == 24
248 else if (depth == 16
253 else if (depth == 8
  /external/mesa3d/src/mesa/main/
texobj.c 482 /* Check width/height/depth for zero */
485 baseImage->Depth == 0) {
486 incomplete(t, BASE, "texture width or height or depth = 0");
581 GLuint width, height, depth, face; local
591 depth = baseImage->Depth2;
602 if (depth > 1 && t->Target != GL_TEXTURE_2D_ARRAY) {
603 depth /= 2;
631 if (img->Depth2 != depth) {
632 incomplete(t, MIPMAP, "TexImage[%d] bad depth %u", i, img->Depth2);
648 if (width == 1 && height == 1 && depth == 1)
724 const GLsizei width = 1, height = 1, depth = 1; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c 251 GLuint width, GLuint height, GLuint depth, GLuint level,
256 assert(depth >= 1);
290 if (width == 1 || height == 1 || depth == 1) {
295 depth <<= level;
308 *depth0 = depth;
327 GLuint lastLevel, width, height, depth; local
341 &width, &height, &depth)) {
348 /* At this point, (width x height x depth) is the expected size of
370 width, height, depth) - 1;
376 stObj->depth0 = depth;
419 GLuint depth = texImage->Depth; local
1218 GLuint width, height, depth; local
    [all...]
  /external/opencv/cv/src/
cvcalibration.cpp 495 int depth, elem_size; local
507 depth = CV_MAT_DEPTH(src->type);
508 elem_size = CV_ELEM_SIZE(depth);
510 if( depth != CV_32F && depth != CV_64F )
540 if( depth == CV_32F )
724 if( depth == CV_32F )
740 if( depth == CV_32F )
    [all...]
cvconvhull.cpp 659 double depth = 0, scale; local
693 /* compute depth */
696 if( dist > depth )
698 depth = dist;
700 defect.depth = (float)depth;
cvcorner.cpp 222 int depth, d_depth; local
239 depth = CV_MAT_DEPTH(src->type);
240 d_depth = depth == CV_8U ? CV_16S : CV_32F;
251 if( depth == CV_8U && aperture_size0 == CV_SCHARR )
256 else if( depth == CV_32F && aperture_size0 == CV_SCHARR )
261 else if( depth == CV_8U )
266 else if( depth == CV_32F )
279 el_anchor.x*CV_ELEM_SIZE(depth);
289 CV_CALL( dx_filter.init_deriv( size.width, depth, d_depth, 1, 0, aperture_size0 ));
290 CV_CALL( dy_filter.init_deriv( size.width, depth, d_depth, 0, 1, aperture_size0 ))
518 int depth, d_depth; local
    [all...]
cvfloodfill.cpp 1028 int i, type, depth, cn, is_simple, idx; local
    [all...]
cvmoments.cpp 378 int type = 0, depth, cn, pix_size; local
428 depth = CV_MAT_DEPTH( type );
465 func = (CvFunc2DnC_1A1P)(!binary ? mom_tab.fn_2d[depth] : mombin_tab.fn_2d[depth]);
470 if( depth >= CV_32S && !binary )
cvtemplmatch.cpp 62 int depth, templ_depth, corr_depth, max_depth = CV_32F, local
78 "Template (kernel) must be of the same depth as the input image, or be 32f" );
83 "The output image must have the same depth as the input image, or be 32f/64f" );
91 depth = CV_MAT_DEPTH(img->type);
98 max_depth = MAX( max_depth, depth );
100 if( depth > CV_8U )
142 if( cn > 1 && depth != max_depth )
144 (blocksize.height + templ->rows - 1)*CV_ELEM_SIZE(depth));
233 if( depth != max_depth )
234 planes[i] = cvInitMatHeader( &temp, y2 - y1, x2 - x1, depth, _buf )
334 int depth, cn; local
    [all...]
  /external/opencv/cxcore/src/
cxarithm.cpp 284 int y, dy, type, depth, cn, cont_flag = 0; local
322 depth = CV_MAT_DEPTH(type);
323 if( depth <= CV_16S )
325 func_sfs = (CvFunc2D_3A1I)(sub_tab.fn_2d[depth]);
340 func = (CvFunc2D_3A)(sub_tab.fn_2d[depth]);
375 depth = CV_MAT_DEPTH(type);
386 if( depth == CV_32F )
401 if( depth == CV_64F )
465 if( depth <= CV_16S )
468 func_sfs = (CvFunc2D_3A1I)(sub_tab.fn_2d[depth]);
535 int sctype, y, dy, type, depth, cn, coi = 0, cont_flag = 0; local
759 int y, dy, type, depth, cn, cont_flag = 0; local
1007 int sctype, y, dy, type, depth, cn, coi = 0, cont_flag = 0; local
1318 int type, depth, coi = 0; local
    [all...]
cxconvert.cpp 736 int depth = -1, elem_size = 1; local
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
jp2.h 148 OPJ_UINT32 depth; member in struct:opj_jp2_comps
  /external/pdfium/third_party/zlib_v128/
deflate.h 213 uch depth[2*L_CODES+1]; member in struct:internal_state
214 /* Depth of each subtree used as tie breaker for trees of equal frequency
  /external/swiftshader/src/OpenGL/libGLESv2/
Texture.cpp 413 GLsizei depth = (getTarget() == GL_TEXTURE_3D_OES || getTarget() == GL_TEXTURE_2D_ARRAY) ? image->getDepth() : 1; local
414 image->loadImageData(0, 0, 0, image->getWidth(), image->getHeight(), depth, format, type, unpackInfo, pixels);
422 GLsizei depth = (getTarget() == GL_TEXTURE_3D_OES || getTarget() == GL_TEXTURE_2D_ARRAY) ? image->getDepth() : 1; local
423 image->loadCompressedData(0, 0, 0, image->getWidth(), image->getHeight(), depth, imageSize, pixels);
427 void Texture::subImage(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const egl::Image::UnpackInfo& unpackInfo, const void *pixels, egl::Image *image)
434 if(width + xoffset > image->getWidth() || height + yoffset > image->getHeight() || depth + zoffset > image->getDepth())
451 image->loadImageData(xoffset, yoffset, zoffset, width, height, depth, format, type, unpackInfo, pixels);
455 void Texture::subImageCompressed(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *pixels, egl::Image *image)
462 if(width + xoffset > image->getWidth() || height + yoffset > image->getHeight() || depth + zoffset > image->getDepth())
474 image->loadCompressedData(xoffset, yoffset, zoffset, width, height, depth, imageSize, pixels)
    [all...]
  /external/swiftshader/src/Renderer/
Surface.hpp 185 // Depth/stencil formats
241 int depth; member in struct:sw::Surface::Buffer
254 Surface(int width, int height, int depth, Format format, void *pixels, int pitch, int slice);
255 Surface(Resource *texture, int width, int height, int depth, Format format, bool lockable, bool renderTarget, int pitchP = 0);
296 void clearDepth(float depth, int x0, int y0, int width, int height);
325 static unsigned int size(int width, int height, int depth, Format format); // FIXME: slice * depth
445 static void *allocateBuffer(int width, int height, int depth, Format format);
498 return external.depth;
588 return sw::min(internal.depth, 4)
    [all...]
  /external/syslinux/com32/lib/zlib/
deflate.h 210 uch depth[2*L_CODES+1]; member in struct:internal_state
211 /* Depth of each subtree used as tie breaker for trees of equal frequency
  /external/v8/src/compiler/
ast-graph-builder.h 520 void Poke(int depth, Node* node) {
521 DCHECK(depth >= 0 && depth < stack_height());
522 int index = static_cast<int>(values()->size()) - depth - 1;
525 Node* Peek(int depth) {
526 DCHECK(depth >= 0 && depth < stack_height());
527 int index = static_cast<int>(values()->size()) - depth - 1;
530 void Drop(int depth) {
531 DCHECK(depth >= 0 && depth <= stack_height())
535 int depth = stack_height() - trim_to_height; local
    [all...]
  /external/vulkan-validation-layers/tests/
vktestbinding.h 440 static VkExtent3D extent(int32_t width, int32_t height, int32_t depth);
663 info.extent.depth = 1;
747 inline VkExtent3D Image::extent(int32_t width, int32_t height, int32_t depth) {
751 extent.depth = depth;
758 const int32_t depth = (extent.depth >> mip_level) ? extent.depth >> mip_level : 1; local
759 return Image::extent(width, height, depth);
  /external/webrtc/webrtc/base/
openssladapter.cc 876 int depth = X509_STORE_CTX_get_error_depth(store); local
879 LOG(LS_INFO) << "Error with certificate at depth: " << depth;
opensslstreamadapter.cc 1039 int depth = X509_STORE_CTX_get_error_depth(store); local
1046 if (depth > 0) {
1047 LOG(LS_INFO) << "Ignored chained certificate at depth " << depth;
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls.h 51 int depth; member in struct:tls_event_data::__anon37668
59 int depth; member in struct:tls_event_data::__anon37669
  /external/zlib/src/
deflate.h 213 uch depth[2*L_CODES+1]; member in struct:internal_state
214 /* Depth of each subtree used as tie breaker for trees of equal frequency
  /frameworks/base/core/java/android/content/res/
ColorStateList.java 304 int depth; local
318 && ((depth = parser.getDepth()) >= innerDepth || type != XmlPullParser.END_TAG)) {
319 if (type != XmlPullParser.START_TAG || depth > innerDepth
  /frameworks/base/core/java/android/nfc/cardemulation/
ApduServiceInfo.java 190 final int depth = parser.getDepth(); local
194 while (((eventType = parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
  /frameworks/base/core/java/com/android/server/
SystemConfig.java 657 int depth = parser.getDepth(); local
658 while (XmlUtils.nextElementWithin(parser, depth)) {

Completed in 1523 milliseconds

<<11121314151617181920>>