Searched defs:height (Results 126 - 150 of 2970) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/egl/wayland/wayland-egl/
H A Dwayland-egl-priv.h21 int height; member in struct:wl_egl_window
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_framebuffer.c55 dst->height != src->height)
86 dst->height = src->height;
111 fb->width = fb->height = 0;
117 * minimum width and height of all bound surfaces.
122 unsigned *height)
130 h = MIN2(h, fb->cbufs[i]->height);
135 h = MIN2(h, fb->zsbuf->height);
140 *height
120 util_framebuffer_min_size(const struct pipe_framebuffer_state *fb, unsigned *width, unsigned *height) argument
[all...]
H A Du_linear.h47 /** Block height in pixels */
48 unsigned height; member in struct:u_linear_format_block
83 * @tile_height the height of the tile in pixels
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_decoder.c52 unsigned width, unsigned height, unsigned max_references,
59 assert(width > 0 && height > 0);
69 buffer_height = pot_buffers ? util_next_power_of_two(height) : align(height, VL_MACROBLOCK_HEIGHT);
48 vl_create_decoder(struct pipe_context *pipe, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint, enum pipe_video_chroma_format chroma_format, unsigned width, unsigned height, unsigned max_references, bool expect_chunked_decode) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_transfer.h14 uint32_t height; member in struct:nv50_m2mf_rect
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Dnative_modeset.h41 int width, height; member in struct:native_mode
72 uint width, uint height);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dimage.h42 VGint width, height; member in struct:vg_image
53 VGint width, VGint height);
57 VGint x, VGint y, VGint width, VGint height);
64 VGint width, VGint height);
71 VGint width, VGint height);
75 VGint width, VGint height);
79 VGint width, VGint height,
86 VGint width, VGint height);
89 VGint width, VGint height);
102 VGint width, VGint height);
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
H A Dtest_context.c34 const unsigned int width = 16, height = 16; local
50 height,
72 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, NULL) == XvMCBadContext);
75 assert(XvMCCreateContext(display, -1, surface_type_id, width, height, XVMC_DIRECT, &context) == XvBadPort);
77 assert(XvMCCreateContext(display, port_num, -1, width, height, XVMC_DIRECT, &context) == BadMatch);
79 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, -1, &context) == BadValue);
81 assert(XvMCCreateContext(display, port_num, surface_type_id, 16384, height, XVMC_DIRECT, &context) == BadValue);
82 /* Test huge height */
84 /* Test huge width & height */
87 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIREC
[all...]
H A Dtest_surface.c34 const unsigned int width = 16, height = 16; local
51 height,
71 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success);
85 /* Test width & height assigned and correct */
86 assert(surface.width == width && surface.height == height);
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dcompsize.c140 __glImageSize(GLsizei width, GLsizei height, GLsizei depth, argument
162 if (width < 0 || height < 0 || depth < 0) {
182 return bytes_per_row * height * depth * components;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_surface.c37 unsigned width, unsigned height)
48 .height = height,
70 get_format_blocksy(format, height) * s->pitch,
84 dst->height = src->height;
34 nouveau_surface_alloc(struct gl_context *ctx, struct nouveau_surface *s, enum nouveau_surface_layout layout, unsigned flags, unsigned format, unsigned width, unsigned height) argument
H A Dnouveau_surface.h45 unsigned width, height; member in struct:nouveau_surface
52 unsigned width, unsigned height);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddrawtex.c36 GLfloat width, GLfloat height)
43 if (width <= 0.0f || height <= 0.0f) {
44 _mesa_error(ctx, GL_INVALID_VALUE, "glDrawTex(width or height <= 0)");
54 ctx->Driver.DrawTex(ctx, x, y, z, width, height);
61 _mesa_DrawTexf(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) argument
64 draw_texture(ctx, x, y, z, width, height);
77 _mesa_DrawTexi(GLint x, GLint y, GLint z, GLint width, GLint height) argument
81 (GLfloat) width, (GLfloat) height);
95 _mesa_DrawTexs(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) argument
99 (GLfloat) width, (GLfloat) height);
35 draw_texture(struct gl_context *ctx, GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) argument
113 _mesa_DrawTexx(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height) argument
[all...]
H A Dviewport.c46 _mesa_Viewport(GLint x, GLint y, GLsizei width, GLsizei height) argument
50 _mesa_set_viewport(ctx, x, y, width, height);
61 * \param height height of the viewport rectangle.
65 GLsizei width, GLsizei height)
68 _mesa_debug(ctx, "glViewport %d %d %d %d\n", x, y, width, height);
70 if (width < 0 || height < 0) {
72 "glViewport(%d, %d, %d, %d)", x, y, width, height);
76 /* clamp width and height to the implementation dependent range */
78 height
64 _mesa_set_viewport(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_readpixels.c45 GLsizei width, GLsizei height,
54 _mesa_readpixels(ctx, x, y, width, height, format, type, pack, dest);
44 st_readpixels(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, const struct gl_pixelstore_attrib *pack, GLvoid *dest) argument
H A Dst_cb_viewport.c52 GLsizei width, GLsizei height)
51 st_viewport(struct gl_context * ctx, GLint x, GLint y, GLsizei width, GLsizei height) argument
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_bitmap.c50 GLsizei width, GLsizei height,
77 for (row = 0; row < height; row++) {
79 bitmap, width, height, GL_COLOR_INDEX, GL_BITMAP, row, 0);
126 if (count + width >= SWRAST_MAX_WIDTH || row + 1 == height) {
149 GLsizei width, GLsizei height,
175 for (row=0; row<height; row++, span.y++) {
177 bitmap, width, height, GL_COLOR_INDEX, GL_BITMAP, row, 0);
49 _swrast_Bitmap( struct gl_context *ctx, GLint px, GLint py, GLsizei width, GLsizei height, const struct gl_pixelstore_attrib *unpack, const GLubyte *bitmap ) argument
/external/chromium_org/third_party/skia/bench/
H A DBlurRoundRectBench.cpp26 BlurRoundRectBench(int width, int height, int cornerRadius) argument
28 fName.appendf("_WH[%ix%i]_cr[%i]", width, height, cornerRadius);
29 SkRect r = SkRect::MakeWH(SkIntToScalar(width), SkIntToScalar(height));
39 SkScalarCeilToInt(fRRect.rect().height()));
/external/chromium_org/third_party/skia/include/core/
H A DSkImage.h60 int height() const { return fHeight; } function in class:SkImage
107 SkImage(int width, int height) : argument
109 fHeight(height),
113 SkASSERT(height >= 0);
H A DSkPictureRecorder.h32 SkCanvas* beginRecording(int width, int height, argument
35 return this->beginRecording(SkIntToScalar(width), SkIntToScalar(height),
42 @param height the height of the cull rect used when recording this picture.
47 SkCanvas* beginRecording(SkScalar width, SkScalar height,
57 SkCanvas* DEPRECATED_beginRecording(SkScalar width, SkScalar height,
62 SkCanvas* EXPERIMENTAL_beginRecording(SkScalar width, SkScalar height,
/external/chromium_org/third_party/skia/include/gpu/
H A DGrSurface.h32 * Retrieves the height of the surface.
34 * @return the height in texels
36 int height() const { return fDesc.fHeight; } function in class:GrSurface
39 * Helper that gets the width and height of the surface as a bounding rectangle.
42 SkIntToScalar(this->height())); }
97 * @param height height of rectangle to read in pixels.
107 virtual bool readPixels(int left, int top, int width, int height,
119 * @param height height o
[all...]
/external/chromium_org/third_party/skia/include/images/
H A DSkPageFlipper.h27 SkPageFlipper(int width, int height);
30 int height() const { return fHeight; } function in class:SkPageFlipper
32 void resize(int width, int height);
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmap_scroll.cpp28 int height = this->height(); local
31 if ((dx | dy) == 0 || width <= 0 || height <= 0) {
42 r.set(0, 0, width, height);
71 height += dy;
74 height -= dy;
76 src += (height - 1) * rowBytes;
77 dst += (height - 1) * rowBytes;
97 while (--height >= 0) {
H A DSkRecording.cpp26 SkRecording::SkRecording(int width, int height) argument
28 , fRecorder(SkNEW_ARGS(SkRecorder, (fRecord.get(), width, height)))
/external/chromium_org/third_party/skia/src/doc/
H A DSkDocument.cpp21 SkCanvas* SkDocument::beginPage(SkScalar width, SkScalar height, argument
23 if (width <= 0 || height <= 0) {
27 SkRect outer = SkRect::MakeWH(width, height);
42 return this->onBeginPage(width, height, inner);

Completed in 4247 milliseconds

1234567891011>>