Home
last modified time | relevance | path

Searched defs:height (Results 301 - 325 of 5756) sorted by relevance

1...<<11121314151617181920>>...231

/third_party/backends/backend/escl/
H A Descl_png.c52 get_PNG_data(capabilities_t *scanner, int *width, int *height, int *bps) in get_PNG_data() argument
188 get_PNG_data(capabilities_t __sane_unused__ *scanner, int __sane_unused__ *width, int __sane_unused__ *height, int __sane_unused__ *bps) get_PNG_data() argument
/third_party/libuv/docs/code/tty-gravity/
H A Dmain.c10 int width, height; variable
/third_party/libunwind/libunwind/tests/
H A DGx64-test-dwarf-expressions.c20 extern int64_t recover_register(int64_t regnum, int64_t height) in recover_register() argument
/third_party/mesa3d/src/glx/
H A Dcompsize.c150 __glImageSize(GLsizei width, GLsizei height, GLsizei depth, in __glImageSize() argument
H A Dsinglepix.c60 GLint width, height; in __indirect_glGetSeparableFilter() local
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/
H A Dtest_context.c37 const unsigned int width = 16, height = 16; in main() local
[all...]
H A Dtest_surface.c37 const unsigned int width = 16, height = 16; in main() local
/third_party/musl/src/search/
H A Dtsearch.c5 static inline int height(struct node *n) { return n ? n->h : 0; } in height() function
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_copytex.c54 GLint readFBOSave, readBufSave, width, height; in st_copy_framebuffer_to_texture() local
/third_party/mesa3d/src/mesa/main/
H A Ddrawtex.c58 _mesa_DrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) in _mesa_DrawTexfOES() argument
74 _mesa_DrawTexiOES(GLint x, GLint y, GLint z, GLint width, GLint height) in _mesa_DrawTexiOES() argument
92 _mesa_DrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) in _mesa_DrawTexsOES() argument
33 draw_texture(struct gl_context *ctx, GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) draw_texture() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_transfer.h14 uint32_t height; member
/third_party/libdrm/tests/tegra/
H A Ddrm-test-tegra.c66 drm_tegra_gr2d_fill(struct drm_tegra_gr2d *gr2d, struct drm_framebuffer *fb, unsigned int x, unsigned int y, unsigned int width, unsigned int height, uint32_t color) drm_tegra_gr2d_fill() argument
H A Ddrm-test.h35 unsigned int height; member
49 unsigned int height; member
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_resource.c37 uint32_t height = prsc->height0; in fd4_setup_slices() local
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_tiling.c67 etna_texture_tile(void *dest, void *src, unsigned basex, unsigned basey, unsigned dst_stride, unsigned width, unsigned height, unsigned src_stride, unsigned elmtsize) etna_texture_tile() argument
85 etna_texture_untile(void *dest, void *src, unsigned basex, unsigned basey, unsigned src_stride, unsigned width, unsigned height, unsigned dst_stride, unsigned elmtsize) etna_texture_untile() argument
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_decoder.c67 unsigned width = templat->width, height = templat->height; in vl_create_decoder() local
H A Dvl_video_buffer.h52 vl_video_buffer_adjust_size(unsigned *width, unsigned *height, unsigned plane, in vl_video_buffer_adjust_size() argument
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_linear.h48 unsigned height; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DOverlay_autogen.cpp43 const int32_t height = kFontGlyphHeights[fontSize]; in initOverlayWidgets() local
66 const int32_t height = kFontGlyphHeights[fontSize]; in initOverlayWidgets() local
90 const int32_t height = kFontGlyphHeights[fontSize]; in initOverlayWidgets() local
113 const int32_t height = 100; in initOverlayWidgets() local
134 const int32_t height = kFontGlyphHeights[fontSize]; in initOverlayWidgets() local
156 const int32_t height = 100; initOverlayWidgets() local
177 const int32_t height = kFontGlyphHeights[fontSize]; initOverlayWidgets() local
199 const int32_t height = 100; initOverlayWidgets() local
220 const int32_t height = kFontGlyphHeights[fontSize]; initOverlayWidgets() local
242 const int32_t height = 100; initOverlayWidgets() local
263 const int32_t height = kFontGlyphHeights[fontSize]; initOverlayWidgets() local
285 const int32_t height = 100; initOverlayWidgets() local
306 const int32_t height = kFontGlyphHeights[fontSize]; initOverlayWidgets() local
328 const int32_t height = 100; initOverlayWidgets() local
349 const int32_t height = kFontGlyphHeights[fontSize]; initOverlayWidgets() local
371 const int32_t height = 100; initOverlayWidgets() local
392 const int32_t height = kFontGlyphHeights[fontSize]; initOverlayWidgets() local
[all...]
H A DCLtypes.h77 size_t height; member
/third_party/skia/third_party/externals/angle2/src/common/fuchsia_egl/
H A Dfuchsia_egl.c20 int32_t height; member
50 void fuchsia_egl_window_resize(fuchsia_egl_window *egl_window, int32_t width, int32_t height) in fuchsia_egl_window_resize() argument
23 fuchsia_egl_window_create(zx_handle_t image_pipe_handle, int32_t width, int32_t height) fuchsia_egl_window_create() argument
[all...]
/third_party/skia/third_party/externals/angle2/samples/WindowTest/
H A DWindowTest.cpp19 int height = 400; in main() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/
H A DesextcFragmentShadingRateBasic.hpp52 deUint32 height = 0; member
/third_party/vk-gl-cts/external/amber/src/samples/
H A Dppm.cc41 ConvertToPPM(uint32_t width, uint32_t height, const std::vector<amber::Value>& values, std::vector<uint8_t>* buffer) ConvertToPPM() argument
H A Dppm_test.cc56 const uint32_t height = 6; in TEST_F() local

Completed in 9 milliseconds

1...<<11121314151617181920>>...231