Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkSampler.h37 const VkSampler* samplerPtr() const { return &fSampler; } in samplerPtr() function
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/
H A DGrD3DResourceProvider.cpp165 D3D12_CPU_DESCRIPTOR_HANDLE* samplerPtr = fSamplers.find(key); in findOrCreateCompatibleSampler() local
/aosp_15_r20/external/angle/src/libANGLE/capture/
H A Dserialize.cpp1428 gl::Sampler *samplerPtr = sampler.second; in SerializeContextToString() local
/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp3566 SpvId* samplerPtr = fVariableMap.find((*p)->fSampler.get()); in writeVariableReference() local