HomeSort by relevance Sort by last modified time
    Searched defs:width (Results 501 - 525 of 4542) sorted by null

<<21222324252627282930>>

  /external/libvpx/libvpx/test/
active_map_refresh_test.cc 85 const int width = static_cast<int>(current->d_w); local
87 const int mb_width = (width + 15) / 16;
decode_api_test.cc 103 const int width = 352; local
106 vpx_img_alloc(&ref_copy.img, VPX_IMG_FMT_I420, width, height, 1) != NULL);
  /external/libvpx/libvpx/vp9/encoder/
vp9_lookahead.c 44 struct lookahead_ctx *vp9_lookahead_init(unsigned int width,
70 &ctx->buf[i].img, width, height, subsampling_x, subsampling_y,
97 int width = src->y_crop_width; local
109 new_dimensions = width != buf->img.y_crop_width ||
113 larger_dimensions = width > buf->img.y_width || height > buf->img.y_height ||
161 if (vpx_alloc_frame_buffer(&new_img, width, height, subsampling_x,
  /external/mesa3d/include/GL/internal/
sarea.h 74 unsigned int width; member in struct:_XF86DRISAREAFrame
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_winsys_xsp.c 61 unsigned int width, height; local
69 if (XGetGeometry(xsp_screen->display, drawable, &root, &x, &y, &width, &height, &border_width, &depth) == BadDrawable)
75 if (xsp_screen->tex->width0 == width && xsp_screen->tex->height0 == height)
86 templat.width0 = width;
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_sampler.c 303 const uint width = pt->width0, height = pt->height0, depth = pt->depth0; local
308 assert(width);
323 | ((width - 1) << MS3_WIDTH_SHIFT)
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_resource.h 88 uint32_t width; member in struct:nv50_surface
  /external/mesa3d/src/gallium/drivers/svga/
svga_draw.c 307 unsigned width; local
316 width = 4;
319 width = 4*2;
322 width = 4*3;
325 width = 4*4;
328 width = 4;
331 width = 1*4;
334 width = 2*2;
337 width = 2*4;
340 width = 1*4
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_video_decoder.h 53 unsigned width; member in struct:pipe_video_decoder
111 unsigned width; member in struct:pipe_video_buffer
  /external/mesa3d/src/gallium/state_trackers/clover/core/
memory.cpp 119 size_t width, size_t height, size_t depth,
123 __format(*format), __width(width), __height(height), __depth(depth),
149 image::width() const { function in class:image
174 const cl_image_format *format, size_t width,
177 image(ctx, flags, format, width, height, 0,
188 size_t width, size_t height, size_t depth,
191 image(ctx, flags, format, width, height, depth,
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
d3d10winmain.cpp 33 static unsigned width, height; variable
45 width = lParam & 0xffff;
48 swap_chain->ResizeBuffers(buffer_count, width, height, format, 0);
89 width = rc.right - rc.left;
94 swap_chain_desc.BufferDesc.Width = width;
167 else if(width && height)
177 app->draw(ctx, rtv, width, height, ctime);
d3d10x11main.cpp 34 unsigned width, height; variable
55 width = 512;
57 Window win = XCreateWindow(dpy, RootWindow(dpy, DefaultScreen(dpy)), 0, 0, width, height, 0, CopyFromParent, InputOutput, visual, CWBorderPixel | CWColormap| CWEventMask, &swa);
64 swap_chain_desc.BufferDesc.Width = width;
128 width = event.xconfigure.width;
130 swap_chain->ResizeBuffers(3, width, height, format, 0);
134 else if(width && height)
143 app->draw(ctx, rtv, width, height, ctime)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11winmain.cpp 33 static unsigned width, height; variable
45 width = lParam & 0xffff;
48 swap_chain->ResizeBuffers(buffer_count, width, height, format, 0);
89 width = rc.right - rc.left;
94 swap_chain_desc.BufferDesc.Width = width;
151 else if(width && height)
161 app->draw(ctx, rtv, width, height, ctime);
d3d11x11main.cpp 8 unsigned width, height; variable
29 width = 512;
31 Window win = XCreateWindow(dpy, RootWindow(dpy, DefaultScreen(dpy)), 0, 0, width, height, 0, CopyFromParent, InputOutput, visual, CWBorderPixel | CWColormap| CWEventMask, &swa);
38 swap_chain_desc.BufferDesc.Width = width;
88 width = event.xconfigure.width;
90 swap_chain->ResizeBuffers(3, width, height, format, 0);
94 else if(width && height)
103 app->draw(ctx, rtv, width, height, ctime)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/wayland/
native_shm.c 85 uint width, height; local
91 resource_surface_get_size(surface->rsurf, &width, &height);
110 buffer = wl_shm_pool_create_buffer(pool, 0, width, height,
  /external/mesa3d/src/gallium/state_trackers/vdpau/
surface.c 45 uint32_t width, uint32_t height,
52 if (!(width && height)) {
86 p_surf->templat.width = width;
145 uint32_t *width, uint32_t *height)
147 if (!(width && height && chroma_type))
155 *width = p_surf->video_buffer->width;
159 *width = p_surf->templat.width;
225 unsigned width, height; local
319 unsigned width, height; local
    [all...]
  /external/mesa3d/src/gallium/tests/graw/
fs-fragcoord.c 11 static int width = 300; variable
209 width = w;
212 set_viewport(0, 0, width, height, 30, 1000);
220 if (!graw_util_create_window(&info, width, height, 1, TRUE))
225 graw_util_viewport(&info, 0, 0, width, height, -1.0, 1.0);
fs-frontface.c 9 static int width = 300; variable
171 width = w;
174 set_viewport(0, 0, width, height, 30, 1000);
182 if (!graw_util_create_window(&info, width, height, 1, TRUE))
187 graw_util_viewport(&info, 0, 0, width, height, -1.0, 1.0);
fs-write-z.c 11 static int width = 300; variable
188 width = w;
191 graw_util_viewport(&info, 0, 0, width, height, -1.0, 1.0);
199 if (!graw_util_create_window(&info, width, height, 1, TRUE))
204 graw_util_viewport(&info, 0, 0, width, height, -1.0, 1.0);
  /external/mesa3d/src/gallium/winsys/sw/android/
android_sw_winsys.cpp 55 int width, height; member in struct:android_sw_displaytarget
86 unsigned width, unsigned height,
146 adt->usage, 0, 0, adt->width, adt->height, &adt->mapped);
168 adt->width = templ->width0;
  /external/mesa3d/src/gallium/winsys/sw/dri/
dri_sw_winsys.c 43 unsigned width; member in struct:dri_sw_displaytarget
84 unsigned width, unsigned height,
96 dri_sw_dt->width = width;
99 format_stride = util_format_get_stride(format, width);
176 unsigned width, height; local
178 /* Set the width to 'stride / cpp'.
180 * PutImage correctly clips to the width of the dst drawable.
182 width = dri_sw_dt->stride / util_format_get_blocksize(dri_sw_dt->format);
186 dri_sw_ws->lf->put_image(dri_drawable, dri_sw_dt->data, width, height)
    [all...]
  /external/mesa3d/src/gallium/winsys/sw/gdi/
gdi_sw_winsys.c 52 unsigned width; member in struct:gdi_sw_displaytarget
125 unsigned width, unsigned height,
138 gdt->width = width;
144 gdt->stride = align(width * cpp, alignment);
202 0, 0, gdt->width, gdt->height,
203 0, 0, gdt->width, gdt->height,
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_validate.c 45 int width, height, depth; local
80 &width, &height, &depth);
87 width,
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.h 42 GLuint width; member in struct:_radeon_mipmap_level
74 GLuint width0; /** Width of baseLevel image */
94 unsigned get_texture_image_row_stride(radeonContextPtr rmesa, gl_format format, unsigned width, unsigned tiling, unsigned target);
  /external/mesa3d/src/mesa/swrast/
s_clear.c 49 const GLint width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin; local
68 ctx->Driver.MapRenderbuffer(ctx, rb, x, y, width, height,
88 for (j = 0; j < width; j++) { \
93 for (j = 0; j < width; j++) { \
118 for (j = 0; j < width; j++) { \
126 for (j = 0; j < width; j++) { \

Completed in 1091 milliseconds

<<21222324252627282930>>