Home
last modified time | relevance | path

Searched defs:height (Results 476 - 500 of 2302) sorted by relevance

1...<<11121314151617181920>>...93

/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DAppletFrame.java71 public AppletFrame(String name, Applet applet, int width, int height) { in AppletFrame() argument
92 public void appletResize(int width, int height) { in appletResize() argument
/third_party/libdrm/tests/etnaviv/
H A Detnaviv_2d_test.c73 static void gen_cmd_stream(struct etna_cmd_stream *stream, struct etna_bo *bmp, const int width, const int height) in gen_cmd_stream() argument
150 int etna_check_image(uint32_t *p, int width, int height) in etna_check_image() argument
174 const int height = 256; in main() local
267 bmp_dump32(etna_bo_map(bmp), width, height, false, argv[2]); in main() local
H A Dwrite_bmp.c49 unsigned int height; member
67 bmp_header_write(int fd, int width, int height, int bgra, int noflip, int alpha) in bmp_header_write() argument
104 bmp_dump32(char *buffer, unsigned width, unsigned height, bool bgra, const char *filename) in bmp_dump32() argument
120 bmp_dump32_noflip(char *buffer, unsigned width, unsigned height, bool bgra, const char *filename) bmp_dump32_noflip() argument
136 bmp_dump32_ex(char *buffer, unsigned width, unsigned height, bool flip, bool bgra, bool alpha, const char *filename) bmp_dump32_ex() argument
[all...]
/third_party/libevdev/tools/
H A Dtouchpad-edge-detector.c180 height = y->maximum - y->minimum; in print_udev_override_rule() local
/third_party/libdrm/tests/tegra/
H A Ddrm-test.c164 drm_framebuffer_new(struct drm_framebuffer **fbp, struct drm_screen *screen, uint32_t handle, unsigned int width, unsigned int height, unsigned int pitch, uint32_t format, void *data) drm_framebuffer_new() argument
H A Dvic.c50 int vic_image_new(struct vic *vic, unsigned int width, unsigned int height, in vic_image_new() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_image.c51 uint32_t height; member
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_perfetto.h102 uint16_t height; member
H A Dfreedreno_gmem.h60 uint16_t width, height; member
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_clear.c42 i915_clear_emit(struct pipe_context *pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil, unsigned destx, unsigned desty, unsigned width, unsigned height) i915_clear_emit() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_job.h55 int width, height; member
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_video.h95 u_copy_nv12_to_yv12(void *const *destination_data, uint32_t const *destination_pitches, int src_plane, int src_field, int src_stride, int num_fields, uint8_t const *src, int width, int height) u_copy_nv12_to_yv12() argument
137 u_copy_nv12_from_yv12(const void *const *source_data, uint32_t const *source_pitches, int dst_plane, int dst_field, int dst_stride, int num_fields, uint8_t *dst, int width, int height) u_copy_nv12_from_yv12() argument
163 u_copy_yv12_to_nv12(void *const *destination_data, uint32_t const *destination_pitches, int src_plane, int src_field, int src_stride, int num_fields, uint8_t const *src, int width, int height) u_copy_yv12_to_nv12() argument
186 u_copy_swap422_packed(void *const *destination_data, uint32_t const *destination_pitches, int src_plane, int src_field, int src_stride, int num_fields, uint8_t const *src, int width, int height) u_copy_swap422_packed() argument
211 u_get_h264_level(uint32_t width, uint32_t height, uint32_t *max_reference) u_get_h264_level() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_median_filter.c244 vl_median_filter_init(struct vl_median_filter *filter, struct pipe_context *pipe, unsigned width, unsigned height, unsigned size, enum vl_median_filter_shape shape) vl_median_filter_init() argument
H A Dvl_vertex_buffers.c84 vl_vb_upload_pos(struct pipe_context *pipe, unsigned width, unsigned height) in vl_vb_upload_pos() argument
209 vl_vb_init(struct vl_vertex_buffer *buffer, struct pipe_context *pipe, unsigned width, unsigned height) vl_vb_init() argument
H A Dvl_vertex_buffers.h93 unsigned width, height; member
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_etc2.c78 etna_etc2_calculate_blocks(uint8_t *buffer, unsigned stride, unsigned width, unsigned height, enum pipe_format format, struct util_dynarray *offsets) etna_etc2_calculate_blocks() argument
/third_party/mesa3d/src/util/format/
H A Du_format_bptc.c36 util_format_bptc_rgba_unorm_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_rgba_unorm_unpack_rgba_8unorm() argument
46 util_format_bptc_rgba_unorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_rgba_unorm_pack_rgba_8unorm() argument
56 util_format_bptc_rgba_unorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_rgba_unorm_unpack_rgba_float() argument
77 util_format_bptc_rgba_unorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_rgba_unorm_pack_rgba_float() argument
99 util_format_bptc_rgba_unorm_fetch_rgba(void *restrict dst, const uint8_t *restrict src, unsigned width, unsigned height) util_format_bptc_rgba_unorm_fetch_rgba() argument
114 util_format_bptc_srgba_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_srgba_unpack_rgba_8unorm() argument
124 util_format_bptc_srgba_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_srgba_pack_rgba_8unorm() argument
134 util_format_bptc_srgba_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_srgba_unpack_rgba_float() argument
157 util_format_bptc_srgba_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_srgba_pack_rgba_float() argument
168 util_format_bptc_srgba_fetch_rgba(void *restrict dst, const uint8_t *restrict src, unsigned width, unsigned height) util_format_bptc_srgba_fetch_rgba() argument
179 util_format_bptc_rgb_float_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_rgb_float_unpack_rgba_8unorm() argument
202 util_format_bptc_rgb_float_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_rgb_float_pack_rgba_8unorm() argument
212 util_format_bptc_rgb_float_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_rgb_float_unpack_rgba_float() argument
223 util_format_bptc_rgb_float_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_rgb_float_pack_rgba_float() argument
234 util_format_bptc_rgb_float_fetch_rgba(void *restrict dst, const uint8_t *restrict src, unsigned width, unsigned height) util_format_bptc_rgb_float_fetch_rgba() argument
242 util_format_bptc_rgb_ufloat_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_rgb_ufloat_unpack_rgba_8unorm() argument
264 util_format_bptc_rgb_ufloat_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_rgb_ufloat_pack_rgba_8unorm() argument
274 util_format_bptc_rgb_ufloat_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_rgb_ufloat_unpack_rgba_float() argument
285 util_format_bptc_rgb_ufloat_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_rgb_ufloat_pack_rgba_float() argument
296 util_format_bptc_rgb_ufloat_fetch_rgba(void *restrict dst, const uint8_t *restrict src, unsigned width, unsigned height) util_format_bptc_rgb_ufloat_fetch_rgba() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/rbug/
H A Drbug_texture.h100 uint32_t *height; member
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_image.c52 uint32_t height; member
/third_party/mesa3d/src/gallium/winsys/i915/drm/
H A Di915_drm_buffer.c55 i915_drm_buffer_create_tiled(struct i915_winsys *iws, unsigned *stride, unsigned height, enum i915_winsys_buffer_tile *tiling, enum i915_winsys_buffer_type type) i915_drm_buffer_create_tiled() argument
91 i915_drm_buffer_from_handle(struct i915_winsys *iws, struct winsys_handle *whandle, unsigned height, enum i915_winsys_buffer_tile *tiling, unsigned *stride) i915_drm_buffer_from_handle() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderLimitTests.cpp70 const int height = viewportSize.y(); in iterate() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DStream.h65 unsigned int height; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DWindowSurfaceWGL.cpp111 postSubBuffer(const gl::Context *context, EGLint x, EGLint y, EGLint width, EGLint height) postSubBuffer() argument
/third_party/skia/third_party/externals/angle2/samples/multi_window/
H A DMultiWindow.cpp86 int height = mRNG.randomIntBetween(128, 512); variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/
H A DCoreWindowNativeWindow.cpp142 createSwapChain(ID3D11Device *device, IDXGIFactory2 *factory, DXGI_FORMAT format, unsigned int width, unsigned int height, bool containsAlpha, IDXGISwapChain1 **swapChain) createSwapChain() argument

Completed in 12 milliseconds

1...<<11121314151617181920>>...93