Home
last modified time | relevance | path

Searched defs:CreateSampler (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DDevice.cpp369 SamplerBase* DeviceBase::CreateSampler(const SamplerDescriptor* descriptor) { in CreateSampler() function in dawn_native::DeviceBase
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.h153 PFN_vkCreateSampler CreateSampler = nullptr; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.h216 PFN_vkCreateSampler CreateSampler = nullptr; member
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/internal/
Dcl_icd_amd.h611 clCreateSampler_fn CreateSampler; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDevice.cpp1476 ResultOrError<Ref<SamplerBase>> DeviceBase::CreateSampler(const SamplerDescriptor* descriptor) { in CreateSampler() function in dawn_native::DeviceBase
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dcl_stubs.cpp1182 cl_sampler CreateSampler(cl_context context, in CreateSampler() function