Home
last modified time | relevance | path

Searched refs:frame_height_ (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dgraphics_pipeline.h67 uint32_t GetHeight() const { return frame_height_; } in GetHeight()
97 uint32_t frame_height_ = 0; member in amber::vulkan::GraphicsPipeline
H A Dgraphics_pipeline.cc606 0, 0, static_cast<float>(frame_width_), static_cast<float>(frame_height_), in CreateVkGraphicsPipeline()
619 VkRect2D scissor = {{0, 0}, {frame_width_, frame_height_}}; in CreateVkGraphicsPipeline()
752 frame_height_ = height; in Initialize()
861 clear_rect.rect = {{0, 0}, {frame_width_, frame_height_}}; in Clear()
/third_party/skia/third_party/externals/libwebp/examples/
H A Dwebpinfo.c114 int frame_width_, frame_height_; member
784 webp_info->frame_height_ = height; in ProcessANMFChunk()
814 webp_info->frame_height_ != features.height) { in ProcessImageChunk()

Completed in 4 milliseconds