Searched refs:sourceWidth (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/host/tests/ |
D | CompositorVk_unittest.cpp | 94 std::unique_ptr<const SourceOrTargetImage> createImageWithColor(uint32_t sourceWidth, in createImageWithColor() argument 99 m_vkCommandPool, sourceWidth, sourceHeight); in createImageWithColor() 104 std::vector<uint32_t> sourcePixels(sourceWidth * sourceHeight, sourceColor); in createImageWithColor() 113 uint32_t sourceWidth; in createSourceImageFromPng() local 116 if (!LoadRGBAFromPng(filename, &sourceWidth, &sourceHeight, &sourcePixels)) { in createSourceImageFromPng() 122 m_vkCommandPool, sourceWidth, sourceHeight); in createSourceImageFromPng()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc.cpp | 251 uint32_t sourceWidth = sourceCrop.right - sourceCrop.left; in scaleDisplayFrame() local 254 if (isEqual(((float)layerWidth / (float)sourceWidth), xresRatio) && in scaleDisplayFrame()
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndTests.cpp | 634 uint32_t sourceWidth = 0; in LoadImage() local
|
/hardware/google/gfxstream/guest/mesa/include/CL/ |
D | opencl.hpp | 4932 size_type sourceWidth = in Image2D() local 4951 desc.image_width = sourceWidth; in Image2D()
|