Lines Matching defs:VkYcbcrSamplerHelper
8 #include "tools/gpu/vk/VkYcbcrSamplerHelper.h"
17 int VkYcbcrSamplerHelper::GetExpectedY(int x, int y, int width, int height) {
21 std::pair<int, int> VkYcbcrSamplerHelper::GetExpectedUV(int x, int y, int width, int height) {
25 GrVkGpu* VkYcbcrSamplerHelper::vkGpu() {
29 VkYcbcrSamplerHelper::VkYcbcrSamplerHelper(GrDirectContext* dContext) : fDContext(dContext) {
33 VkYcbcrSamplerHelper::~VkYcbcrSamplerHelper() {
46 bool VkYcbcrSamplerHelper::isYCbCrSupported() {
52 bool VkYcbcrSamplerHelper::createBackendTexture(uint32_t width, uint32_t height) {