Searched defs:depth (Results 126 - 150 of 958) sorted by relevance

1234567891011>>

/external/mesa3d/src/glx/
H A Dindirect_texture_compression.c222 GLsizei depth, GLint border,
240 __GLX_PUT_LONG(24, depth);
256 __GLX_PUT_LONG(28, depth);
296 GLsizei height, GLsizei depth,
318 __GLX_PUT_LONG(32, depth);
336 __GLX_PUT_LONG(36, depth);
219 __indirect_glCompressedTexImage3DARB(GLenum target, GLint level, GLenum internal_format, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei image_size, const GLvoid * data) argument
293 __indirect_glCompressedTexSubImage3DARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei image_size, const GLvoid * data) argument
H A Drenderpix.c68 * \param depth Depth of the image, must be 1 for 1D or 2D images
82 GLint width, GLint height, GLint depth,
95 (*gc->fillImage) (gc, dim, width, height, depth, format, type,
81 __glXSendLargeImage(struct glx_context * gc, GLint compsize, GLint dim, GLint width, GLint height, GLint depth, GLenum format, GLenum type, const GLvoid * src, GLubyte * pc, GLubyte * modes) argument
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tex_validate.c45 int width, height, depth; local
80 &width, &height, &depth);
89 depth,
137 for (int i = 0; i < mt->level[level].depth; i++)
148 for (i = 0; i < mt->level[level].depth; i++) {
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_tex_validate.c45 int width, height, depth; local
80 &width, &height, &depth);
89 depth,
137 for (int i = 0; i < mt->level[level].depth; i++)
148 for (i = 0; i < mt->level[level].depth; i++) {
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_tex_validate.c45 int width, height, depth; local
80 &width, &height, &depth);
89 depth,
137 for (int i = 0; i < mt->level[level].depth; i++)
148 for (i = 0; i < mt->level[level].depth; i++) {
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_mipmap_tree.h44 GLuint depth; member in struct:_radeon_mipmap_level
100 unsigned depth,
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_mipmap_tree.h44 GLuint depth; member in struct:_radeon_mipmap_level
100 unsigned depth,
/external/qemu-pc-bios/vgabios/
H A Dvbetables-gen.c10 int depth; member in struct:__anon30298
104 if (pm->depth == 4)
107 pitch = pm->width * ((pm->depth + 7) / 8);
111 pm->mode, pm->width, pm->height, pm->depth);
112 if (pm->depth == 4)
150 if (pm->depth == 4) {
155 printf("/*Bit8u BitsPerPixel*/ %d,\n", pm->depth);
159 if (pm->depth == 4)
161 else if (pm->depth == 8)
167 if (pm->depth
[all...]
/external/skia/include/core/
H A DSkTDStack.h34 int depth() const { return fTotalCount; } function in class:SkTDStack
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DEventMod.java93 public int depth; field in class:EventMod
121 depth = -1;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXPolicyNode.java14 protected int depth; field in class:PKIXPolicyNode
37 depth = _depth;
59 return depth;
151 depth,
/external/chromium_org/chrome/renderer/pepper/
H A Dpepper_flash_menu_host.cc21 // Maximum depth of submenus allowed (e.g., 1 indicates that submenus are
33 // - |depth| is the current nested depth (call it starting with 0).
38 size_t depth,
41 if (depth > kMaxMenuDepth || !in_menu)
83 in_menu->items[i].submenu, depth + 1, &item.submenu, menu_id_map))
37 ConvertMenuData(const PP_Flash_Menu* in_menu, size_t depth, std::vector<content::MenuItem>* out_menu, std::vector<int32_t>* menu_id_map) argument
/external/chromium_org/chrome/utility/media_galleries/
H A Diapps_xml_utils.cc25 int depth = reader->Depth(); local
27 if (!SkipToNextElement(reader) || reader->Depth() < depth)
29 DCHECK_EQ(depth, reader->Depth());
/external/chromium_org/gpu/command_buffer/service/
H A Dtexture_definition.h66 GLsizei depth,
77 GLsizei depth; member in struct:gpu::gles2::TextureDefinition::LevelInfo
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DDetectCallDepth.cpp31 int DetectCallDepth::FunctionNode::detectCallDepth(DetectCallDepth* detectCallDepth, int depth) argument
36 int maxDepth = depth;
46 // Check before we recurse so we don't go too depth
47 if (detectCallDepth->checkExceedsMaxDepth(depth))
48 return depth;
49 int callDepth = callees[i]->detectCallDepth(detectCallDepth, depth + 1);
127 bool DetectCallDepth::checkExceedsMaxDepth(int depth) argument
129 return depth >= maxDepth;
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Dasn1_par.c67 int offset, int depth, int indent, int dump);
112 int depth, int indent, int dump)
154 depth,(long)hl,len) <= 0)
160 depth,(long)hl) <= 0)
163 if (!asn1_print_info(bp,tag,xclass,j,(indent)?depth:0))
181 offset+(p - *pp),depth+1,
191 offset+(p - *pp),depth+1,
111 asn1_parse2(BIO *bp, const unsigned char **pp, long length, int offset, int depth, int indent, int dump) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dlookahead.c65 unsigned int depth)
70 /* Clamp the lookahead queue depth */
71 if(depth < 1)
72 depth = 1;
73 else if(depth > MAX_LAG_BUFFERS)
74 depth = MAX_LAG_BUFFERS;
76 /* Keep last frame in lookahead buffer by increasing depth by 1.*/
77 depth += 1;
87 ctx->max_sz = depth;
88 ctx->buf = calloc(depth, sizeo
63 vp8_lookahead_init(unsigned int width, unsigned int height, unsigned int depth) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_lookahead.c56 unsigned int depth) {
59 // Clamp the lookahead queue depth
60 depth = clamp(depth, 1, MAX_LAG_BUFFERS);
63 depth += MAX_PRE_FRAMES;
69 ctx->max_sz = depth;
70 ctx->buf = calloc(depth, sizeof(*ctx->buf));
73 for (i = 0; i < depth; i++)
49 vp9_lookahead_init(unsigned int width, unsigned int height, unsigned int subsampling_x, unsigned int subsampling_y, int use_highbitdepth, unsigned int depth) argument
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
H A Drbug_texture.h102 uint32_t *depth; member in struct:rbug_proto_texture_info_reply
171 uint32_t *depth,
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_winsys_xsp.c63 unsigned int depth; local
69 if (XGetGeometry(xsp_screen->display, drawable, &root, &x, &y, &width, &height, &border_width, &depth) == BadDrawable)
93 xsp_screen->xdraw.depth = 24/*util_format_get_blocksizebits(templat.format) /
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_clear.c44 pack_zeta(enum pipe_format format, double depth, unsigned stencil) argument
46 uint32_t zuint = (uint32_t)(depth * 4294967295.0);
54 const union pipe_color_union *color, double depth, unsigned stencil)
73 zeta = pack_zeta(fb->zsbuf->format, depth, stencil);
157 unsigned buffers, double depth, unsigned stencil,
213 PUSH_DATA (push, pack_zeta(ps->format, depth, stencil));
53 nv30_clear(struct pipe_context *pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
156 nv30_clear_depth_stencil(struct pipe_context *pipe, struct pipe_surface *ps, unsigned buffers, double depth, unsigned stencil, unsigned x, unsigned y, unsigned w, unsigned h) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_resource.h90 uint16_t depth; member in struct:nv50_surface
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_tex.c65 uint32_t depth; local
142 depth = MAX2(mt->base.base.array_size, mt->base.base.depth0);
147 depth = view->pipe.u.tex.last_layer - view->pipe.u.tex.first_layer + 1;
167 depth /= 6;
168 if (depth > 1)
193 tic[5] |= depth << 16;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_quad.h81 * Quad stage outputs (color & depth).
87 float depth[TGSI_QUAD_SIZE]; member in struct:quad_header_output
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
H A Dmemory.cpp131 size_t width, size_t height, size_t depth,
145 if (width < 1 || height < 1 || depth < 2)
156 return new image3d(*ctx, flags, format, width, height, depth,
265 return scalar_property<size_t>(buf, size, size_ret, img->depth());
129 clCreateImage3D(cl_context ctx, cl_mem_flags flags, const cl_image_format *format, size_t width, size_t height, size_t depth, size_t row_pitch, size_t slice_pitch, void *host_ptr, cl_int *errcode_ret) argument

Completed in 501 milliseconds

1234567891011>>