Searched refs:VkYcbcrSamplerHelper (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/tools/gpu/vk/ |
D | VkYcbcrSamplerHelper.cpp | 17 int VkYcbcrSamplerHelper::GetExpectedY(int x, int y, int width, int height) { in GetExpectedY() 21 std::pair<int, int> VkYcbcrSamplerHelper::GetExpectedUV(int x, int y, int width, int height) { in GetExpectedUV() 25 GrVkGpu* VkYcbcrSamplerHelper::vkGpu() { in vkGpu() 29 VkYcbcrSamplerHelper::VkYcbcrSamplerHelper(GrDirectContext* dContext) : fDContext(dContext) { in VkYcbcrSamplerHelper() function in VkYcbcrSamplerHelper 33 VkYcbcrSamplerHelper::~VkYcbcrSamplerHelper() { in ~VkYcbcrSamplerHelper() 46 bool VkYcbcrSamplerHelper::isYCbCrSupported() { in isYCbCrSupported() 52 bool VkYcbcrSamplerHelper::createBackendTexture(uint32_t width, uint32_t height) { in createBackendTexture()
|
D | VkYcbcrSamplerHelper.h | 22 class VkYcbcrSamplerHelper { 24 VkYcbcrSamplerHelper(GrDirectContext*); 25 ~VkYcbcrSamplerHelper();
|
/third_party/skia/gm/ |
D | ycbcrimage.cpp | 22 VkYcbcrSamplerHelper* ycbcrHelper = reinterpret_cast<VkYcbcrSamplerHelper*>(releaseContext); in release_ycbcrhelper() 46 std::unique_ptr<VkYcbcrSamplerHelper> ycbcrHelper(new VkYcbcrSamplerHelper(dContext)); in createYCbCrImage()
|
/third_party/skia/tests/ |
D | VkYcbcrSamplerTest.cpp | 37 VkYcbcrSamplerHelper ycbcrHelper(testHelper.directContext()); in DEF_GPUTEST() 84 auto y2 = VkYcbcrSamplerHelper::GetExpectedY(x, y, kImageWidth, kImageHeight); in DEF_GPUTEST() 85 auto [u, v] = VkYcbcrSamplerHelper::GetExpectedUV(x, y, kImageWidth, kImageHeight); in DEF_GPUTEST() 126 VkYcbcrSamplerHelper ycbcrHelper(testHelper.directContext()); in DEF_GPUTEST()
|
/third_party/skia/ |
D | BUILD.gn | 1884 sources += [ "tools/gpu/vk/VkYcbcrSamplerHelper.h" ] 1885 sources += [ "tools/gpu/vk/VkYcbcrSamplerHelper.cpp" ]
|