Home
last modified time | relevance | path

Searched refs:GetExpectedY (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/tools/gpu/vk/
DVkYcbcrSamplerHelper.h33 static int GetExpectedY(int x, int y, int width, int height);
DVkYcbcrSamplerHelper.cpp17 int VkYcbcrSamplerHelper::GetExpectedY(int x, int y, int width, int height) { in GetExpectedY() function in VkYcbcrSamplerHelper
142 bufferData[y * yLayout.rowPitch + x] = GetExpectedY(x, y, width, height); in createBackendTexture()
/third_party/skia/tests/
DVkYcbcrSamplerTest.cpp84 auto y2 = VkYcbcrSamplerHelper::GetExpectedY(x, y, kImageWidth, kImageHeight); in DEF_GPUTEST()