Searched refs:width (Results 201 - 225 of 8124) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/egl/wayland/wayland-egl/
H A Dwayland-egl.c9 int width, int height,
12 egl_window->width = width;
23 int width, int height)
34 wl_egl_window_resize(egl_window, width, height, 0, 0);
49 int *width, int *height)
51 if (width)
52 *width = egl_window->attached_width;
8 wl_egl_window_resize(struct wl_egl_window *egl_window, int width, int height, int dx, int dy) argument
22 wl_egl_window_create(struct wl_surface *surface, int width, int height) argument
48 wl_egl_window_get_attached_size(struct wl_egl_window *egl_window, int *width, int *height) argument
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_xgl_api.h32 void __applegl_glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height,
34 void __applegl_glCopyPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type);
36 GLsizei width);
41 void __applegl_glViewport(GLint x, GLint y, GLsizei width, GLsizei height);
H A Dapple_xgl_api_viewport.c38 __applegl_glViewport(GLint x, GLint y, GLsizei width, GLsizei height) argument
46 __ogl_framework_api->Viewport(x, y, width, height);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dscissor.c36 _mesa_Scissor( GLint x, GLint y, GLsizei width, GLsizei height ) argument
42 _mesa_debug(ctx, "glScissor %d %d %d %d\n", x, y, width, height);
44 if (width < 0 || height < 0) {
49 _mesa_set_scissor(ctx, x, y, width, height);
57 * \param width width of the scissor box.
68 GLint x, GLint y, GLsizei width, GLsizei height)
72 width == ctx->Scissor.Width &&
79 ctx->Scissor.Width = width;
83 ctx->Driver.Scissor( ctx, x, y, width, heigh
67 _mesa_set_scissor(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height) argument
[all...]
H A Dscissor.h35 _mesa_Scissor( GLint x, GLint y, GLsizei width, GLsizei height );
40 GLint x, GLint y, GLsizei width, GLsizei height);
H A Dtexcompress_cpal.h34 GLsizei width, GLsizei height,
39 unsigned width, unsigned height);
/external/chromium_org/third_party/skia/experimental/pixman/
H A Djunk.cpp25 int width,
30 bitmap->setConfig(SkBitmap::kARGB_8888_Config, width, height);
42 a8r8g8b8_to_rgba_np (dst_row, src_row, width);
49 int width, height; local
53 width = pixman_image_get_width (image);
80 width, height, NULL, -1);
84 width, height);
89 width, height,
24 pixbuf_from_argb32(uint32_t *bits, int width, int height, int stride) argument
/external/chromium_org/third_party/skia/src/gpu/
H A DGrClipData.cpp21 void GrClipData::getConservativeBounds(int width, int height, argument
28 width,
/external/chromium_org/third_party/skia/src/opts/
H A DSkBlitMask_opts_arm_neon.h10 SkColor color, int width,
14 SkColor color, int width, SkPMColor);
/external/chromium_org/third_party/webrtc/test/
H A Dframe_generator.h27 static FrameGenerator* Create(size_t width, size_t height);
29 size_t width,
H A Dvideo_renderer.cc25 size_t width,
27 VideoRenderer* renderer = CreatePlatformRenderer(window_title, width, height);
24 Create(const char* window_title, size_t width, size_t height) argument
H A Dvideo_renderer.h23 static VideoRenderer* Create(const char* window_title, size_t width,
31 size_t width, size_t height);
/external/chromium_org/third_party/webrtc/test/linux/
H A Dvideo_renderer_linux.cc18 size_t width,
20 GlxRenderer* glx_renderer = GlxRenderer::Create(window_title, width, height);
17 CreatePlatformRenderer(const char* window_title, size_t width, size_t height) argument
/external/chromium_org/ui/webui/resources/css/
H A Dalert_overlay.css6 width: 500px;
H A Dthrobber.css9 width: 16px;
/external/clang/test/PCH/
H A Dcxx-implicit-moves.cpp10 double width; member in struct:NSSize
22 return s.width;
/external/deqp/framework/common/
H A DtcuRenderTarget.cpp39 RenderTarget::RenderTarget (int width, int height, const PixelFormat& format, int depthBits, int stencilBits, int numSamples) argument
40 : m_width (width)
/external/deqp/modules/egl/
H A DteglGLES1RenderUtil.hpp37 void clear (int x, int y, int width, int height, const tcu::Vec4& color);
38 void readPixels (tcu::Surface& dst, int x, int y, int width, int height);
H A DteglGLES2RenderUtil.hpp37 void clear (int x, int y, int width, int height, const tcu::Vec4& color);
38 void readPixels (tcu::Surface& dst, int x, int y, int width, int height);
H A DteglVGRenderUtil.hpp37 void clear (int x, int y, int width, int height, const tcu::Vec4& color);
38 void readPixels (tcu::Surface& dst, int x, int y, int width, int height);
/external/harfbuzz_ng/util/
H A Dhelper-cairo-ansi.cc38 unsigned int width = cairo_image_surface_get_width (surface); local
41 cairo_surface_t *new_surface = cairo_image_surface_create (CAIRO_FORMAT_RGB24, width, height);
72 for (i = 0; i < width; i++)
75 if (i < width)
87 for (i = 0; i < width; i++)
90 if (i < width)
97 if (width && height)
98 ansi_print_image_rgb24 (data, width, height, stride / 4);
/external/libvpx/libvpx/third_party/libyuv/source/
H A Drow.h29 int width);
35 int width);
41 int width);
85 uint8* dst_u, uint8* dst_v, int width);
87 uint8* dst_u, uint8* dst_v, int width);
89 uint8* dst_u, uint8* dst_v, int width);
98 uint8* dst_u, uint8* dst_v, int width);
100 uint8* dst_u, uint8* dst_v, int width);
103 void ReverseRow_SSSE3(const uint8* src, uint8* dst, int width);
106 void ReverseRow_NEON(const uint8* src, uint8* dst, int width);
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_alloccommon.h23 int vp9_resize_frame_buffers(struct VP9Common *cm, int width, int height);
25 int vp9_alloc_frame_buffers(struct VP9Common *cm, int width, int height);
/external/mesa3d/src/egl/wayland/wayland-egl/
H A Dwayland-egl.c9 int width, int height,
12 egl_window->width = width;
23 int width, int height)
34 wl_egl_window_resize(egl_window, width, height, 0, 0);
49 int *width, int *height)
51 if (width)
52 *width = egl_window->attached_width;
8 wl_egl_window_resize(struct wl_egl_window *egl_window, int width, int height, int dx, int dy) argument
22 wl_egl_window_create(struct wl_surface *surface, int width, int height) argument
48 wl_egl_window_get_attached_size(struct wl_egl_window *egl_window, int *width, int *height) argument
/external/mesa3d/src/glx/apple/
H A Dapple_xgl_api.h32 void __applegl_glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height,
34 void __applegl_glCopyPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type);
36 GLsizei width);
41 void __applegl_glViewport(GLint x, GLint y, GLsizei width, GLsizei height);

Completed in 264 milliseconds

1234567891011>>