Searched refs:GetExpectedUV (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/tools/gpu/vk/ |
D | VkYcbcrSamplerHelper.h | 34 static std::pair<int, int> GetExpectedUV(int x, int y, int width, int height);
|
D | VkYcbcrSamplerHelper.cpp | 21 std::pair<int, int> VkYcbcrSamplerHelper::GetExpectedUV(int x, int y, int width, int height) { in GetExpectedUV() function in VkYcbcrSamplerHelper 154 auto [u, v] = GetExpectedUV(2*x, 2*y, width, height); in createBackendTexture()
|
/third_party/skia/tests/ |
D | VkYcbcrSamplerTest.cpp | 85 auto [u, v] = VkYcbcrSamplerHelper::GetExpectedUV(x, y, kImageWidth, kImageHeight); in DEF_GPUTEST()
|