Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dgraphics_pipeline.h66 uint32_t GetWidth() const { return frame_width_; } in GetWidth()
96 uint32_t frame_width_ = 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()
751 frame_width_ = width; 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
783 webp_info->frame_width_ = width; in ProcessANMFChunk()
813 if (webp_info->frame_width_ != features.width || in ProcessImageChunk()

Completed in 4 milliseconds