Searched refs:frame_width_ (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | graphics_pipeline.h | 66 uint32_t GetWidth() const { return frame_width_; } in GetWidth() 96 uint32_t frame_width_ = 0; member in amber::vulkan::GraphicsPipeline
|
H A D | graphics_pipeline.cc | 606 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 D | webpinfo.c | 114 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