Home
last modified time | relevance | path

Searched defs:samplerPtr (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/gpu/vk/
DGrVkSampler.h25 const VkSampler* samplerPtr() const { return &fSampler; } in samplerPtr() function
/third_party/skia/src/gpu/vk/
DGrVkSampler.h27 const VkSampler* samplerPtr() const { return &fSampler; } in samplerPtr() function
/third_party/skia/src/gpu/d3d/
DGrD3DResourceProvider.cpp161 D3D12_CPU_DESCRIPTOR_HANDLE* samplerPtr = fSamplers.find(key); in findOrCreateCompatibleSampler() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_utils.cpp1365 gl::Sampler *samplerPtr = sampler.second; in SerializeContextToString() local