Home
last modified time | relevance | path

Searched defs:height (Results 2726 - 2750 of 2913) sorted by relevance

1...<<101102103104105106107108109110>>...117

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp2086 deUint32 height = m_data.viewType != VK_IMAGE_VIEW_TYPE_1D && m_data.viewType != VK_IMAGE_VIEW_TYPE_1D_ARRAY ? m_data.imageDim[1] : 1; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp632 const int height = result.getWidth(); in verifyGatherOffsets() local
710 const int height = result.getWidth(); in verifyGatherOffsetsCompare() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/
H A DvktUniformBlockCase.cpp1687 Move<vk::VkImage> createImage2D (Context& context, deUint32 width, deUint32 height, vk::VkFormat format, vk::VkImageTiling tiling, vk::VkImageUsageFlags usageFlags) in createImage2D() argument
/third_party/vk-gl-cts/framework/common/
H A DtcuCompressedTexture.cpp2537 CompressedTexture::CompressedTexture (CompressedTexFormat format, int width, int height, int depth) in CompressedTexture() argument
2550 void CompressedTexture::setStorage (CompressedTexFormat format, int width, int height, int depth) in setStorage() argument
H A DtcuTexture.cpp985 ConstPixelBufferAccess::ConstPixelBufferAccess (const TextureFormat& format, int width, int height, int depth, const void* data) in ConstPixelBufferAccess() argument
1005 ConstPixelBufferAccess::ConstPixelBufferAccess (const TextureFormat& format, int width, int height, int depth, int rowPitch, int slicePitch, const void* data) in ConstPixelBufferAccess() argument
1046 PixelBufferAccess::PixelBufferAccess (const TextureFormat& format, int width, int height, int depth, void* data) in PixelBufferAccess() argument
1056 PixelBufferAccess::PixelBufferAccess (const TextureFormat& format, int width, int height, int depth, int rowPitch, int slicePitch, void* data) in PixelBufferAccess() argument
2043 int height = access.getHeight(); in sampleNearest2D() local
2062 int height = access.getHeight(); sampleNearest3D() local
2182 int height = access.getHeight(); sampleCubic2D() local
2302 int height = access.getHeight(); sampleLinear3D() local
2354 int height = access.getHeight(); sampleCubic3D() local
2577 TextureLevel(const TextureFormat& format, int width, int height, int depth) TextureLevel() argument
2588 setStorage(const TextureFormat& format, int width, int height, int depth) setStorage() argument
2594 setSize(int width, int height, int depth) setSize() argument
[all...]
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp614 virtual void viewport (int x, int y, int width, int height) { m_viewport = tcu::IVec4(x, y, width, height); } in viewport() argument
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fUniformApiTests.cpp1201 const int height = 32; in setupTexture() local
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp52 void ArkWebNWebWrapper::Resize(uint32_t width, uint32_t height, bool is_keyboard) in Resize() argument
547 bool ArkWebNWebWrapper::GetFavicon(const void** data, size_t& width, size_t& height, ArkWebImageColorType& color_type, in GetFavicon() argument
766 void ArkWebNWebWrapper::SetVirtualKeyBoardArg(int32_t width, int32_t height, double keyboard) in SetVirtualKeyBoardArg() argument
776 void ArkWebNWebWrapper::SetDrawRect(int32_t x, int32_t y, int32_t width, int32_t height) in SetDrawRect() argument
1066 void ArkWebNWebWrapper::DragResize(uint32_t width, uint32_t height, uint32_t pre_height, uint32_t pre_width) in DragResize() argument
1169 WebPageSnapshot(const char* id, ArkPixelUnit type, int width, int height, const WebSnapshotCallback callback) WebPageSnapshot() argument
1273 ResizeVisibleViewport(uint32_t width, uint32_t height, bool isKeyboard) ResizeVisibleViewport() argument
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/sysd/ext_inc/
H A Dsys_ext.h82 hi_u32 height; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/
H A Dhifb_main.c3678 hi_s32 hifb_check_mem_enough(struct fb_info *info, hi_u32 pitch, hi_u32 height) argument
4892 hifb_disp_check_param(struct fb_info *info, hi_u32 width, hi_u32 height) global() argument
4924 hifb_disp_setdispsize(hi_u32 layer_id, hi_u32 width, hi_u32 height) global() argument
4977 hifb_disp_setdispsize(hi_u32 layer_id, hi_u32 width, hi_u32 height) global() argument
5050 hifb_disp_setscreensize(hi_u32 layer_id, hi_u32 width, hi_u32 height) global() argument
5464 hifb_get_dispsize(hifb_par *par, hi_u32 *width, hi_u32 *height) global() argument
5545 hifb_get_screensize(hifb_par *par, hi_u32 *width, hi_u32 *height) global() argument
5558 hifb_set_screensize(hifb_par *par, hi_u32 *width, hi_u32 *height) global() argument
5584 hifb_get_maxscreensize(hifb_par *par, hi_u32 *width, hi_u32 *height) global() argument
[all...]
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/
H A Drga2.h152 u16 height; member
159 u16 height; // height member
168 u16 height; member
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_edid.c3070 int width, height; in drm_cvt_modes() local
3791 int width, height, vrefresh; global() member
[all...]
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
H A Dcapture.c2534 u32 i, height; rkcif_queue_setup() local
4125 int width, height, bpl, size, bpp, ex_size; rkcif_set_fmt() local
[all...]
H A Ddev.h262 unsigned int height; member
642 u32 height; member
648 u32 height; member
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/panel/
H A Dpanel-simple.c91 unsigned int height; member
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
H A Dcapture.c2605 u32 i, height; rkcif_queue_setup() local
4280 int width, height, bpl, size, bpp, ex_size; rkcif_set_fmt() local
[all...]
H A Ddev.h273 unsigned int height; member
603 u32 height; member
609 u32 height; member
/third_party/ffmpeg/libavcodec/
H A Dhevcdec.c99 int height = sps->height; in pic_arrays_init() local
1810 hevc_await_progress(HEVCContext *s, HEVCFrame *ref, const Mv *mv, int y0, int height) hevc_await_progress() argument
3419 int height = s->avctx->coded_height; verify_md5() local
[all...]
H A Dhevcdec.h480 int height; member
H A Dmpegvideo.h84 int width, height;///< picture size. must be a multiple of 16 member
H A Dvp3.c180 int width, height; member
1803 int height = s->fragment_height[!!plane]; in apply_loop_filter() local
2801 int height = s->height >> (i && s->chroma_y_shift); vp3_decode_frame() local
[all...]
/third_party/ffmpeg/fftools/
H A Dffmpeg.h254 int width, height; member
277 int width, height; member
/third_party/ffmpeg/libavutil/
H A Dhwcontext_vulkan.c3479 get_req_buffer_size(VulkanDevicePriv *p, int *stride, int height) get_req_buffer_size() argument
[all...]
/third_party/glfw/include/GLFW/
H A Dglfw3.h2034 int height; member
2097 int height; global() member
[all...]
/third_party/glfw/src/
H A Dwl_platform.h142 uint32_t height; member
350 int width, height; member
367 int width, height; member
604 int width, height; member

Completed in 77 milliseconds

1...<<101102103104105106107108109110>>...117