/external/skia/src/gpu/vk/ |
D | GrVkSampler.cpp | 39 GrVkSampler* GrVkSampler::Create(GrVkGpu* gpu, GrSamplerState samplerState, in Create() 134 GrVkSampler::Key GrVkSampler::GenerateKey(GrSamplerState samplerState, in GenerateKey()
|
D | GrVkPipelineState.cpp | 138 GrSamplerState samplerState = te.samplerState(); in setAndBindTextures() local 155 const auto& samplerState = samplerBindings[0].fState; in setAndBindTextures() local
|
/external/skia/src/gpu/ |
D | GrGeometryProcessor.cpp | 59 GrGeometryProcessor::TextureSampler::TextureSampler(GrSamplerState samplerState, in TextureSampler() 65 void GrGeometryProcessor::TextureSampler::reset(GrSamplerState samplerState, in reset()
|
/external/skqp/src/gpu/vk/ |
D | GrVkSampler.cpp | 29 GrVkSampler* GrVkSampler::Create(GrVkGpu* gpu, const GrSamplerState& samplerState, in Create() 129 GrVkSampler::Key GrVkSampler::GenerateKey(const GrSamplerState& samplerState, in GenerateKey()
|
/external/skqp/src/gpu/ |
D | GrPrimitiveProcessor.cpp | 58 const GrSamplerState& samplerState, in TextureSampler() 72 const GrSamplerState& samplerState, in reset()
|
D | GrTextureProducer.cpp | 73 GrSamplerState samplerState(GrSamplerState::WrapMode::kClamp, copyParams.fFilter); in CopyOnGpu() local 211 GrSamplerState samplerState(GrSamplerState::WrapMode::kClamp, *filterOrNullForBicubic); in CreateFragmentProcessorForDomainAndFilter() local
|
D | GrPaint.cpp | 43 const GrSamplerState& samplerState) { in addColorTextureProcessor()
|
D | GrTextureMaker.cpp | 124 GrSamplerState samplerState; in createFragmentProcessor() local
|
D | GrTextureAdjuster.cpp | 122 GrSamplerState samplerState; in createFragmentProcessor() local
|
/external/swiftshader/src/Vulkan/ |
D | VkDevice.cpp | 75 uint32_t Device::SamplerIndexer::index(const SamplerState &samplerState) in index() 94 void Device::SamplerIndexer::remove(const SamplerState &samplerState) in remove() 388 uint32_t Device::indexSampler(const SamplerState &samplerState) in indexSampler() 393 void Device::removeSampler(const SamplerState &samplerState) in removeSampler()
|
D | VkSampler.cpp | 46 …:Sampler(const VkSamplerCreateInfo *pCreateInfo, void *mem, const SamplerState &samplerState, uint… in Sampler()
|
/external/swiftshader/src/Pipeline/ |
D | SpirvShaderSampling.cpp | 47 Sampler samplerState = {}; in getImageSampler() local 96 …Routine> SpirvShader::emitSamplerRoutine(ImageInstruction instruction, const Sampler &samplerState) in emitSamplerRoutine()
|
/external/skia/src/gpu/gl/ |
D | GrGLTypesPriv.cpp | 48 void GrGLTextureParameters::set(const SamplerOverriddenState* samplerState, in set()
|
D | GrGLProgram.cpp | 139 GrSamplerState samplerState = te.samplerState(); in bindTextures() local
|
/external/deqp/modules/glshared/ |
D | glsSamplerObjectTest.hpp | 60 SamplingState samplerState; member 119 SamplingState samplerState; member
|
/external/skia/src/gpu/effects/ |
D | GrTextureEffect.h | 100 GrSamplerState samplerState() const { return fSamplerState; } in samplerState() function
|
D | GrDistanceFieldGeoProc.cpp | 296 GrSamplerState samplerState(wrapModes, d->fRandom->nextBool() in TestCreate() local 569 GrSamplerState samplerState(wrapModes, d->fRandom->nextBool() in TestCreate() local 896 GrSamplerState samplerState(wrapModes, d->fRandom->nextBool() in TestCreate() local
|
/external/skqp/src/gpu/effects/ |
D | GrDistanceFieldGeoProc.cpp | 295 GrSamplerState samplerState(wrapModes, d->fRandom->nextBool() in TestCreate() local 590 GrSamplerState samplerState(wrapModes, d->fRandom->nextBool() in TestCreate() local 910 GrSamplerState samplerState(wrapModes, d->fRandom->nextBool() in TestCreate() local
|
D | GrBitmapTextGeoProc.cpp | 210 GrSamplerState samplerState(wrapModes, d->fRandom->nextBool() in TestCreate() local
|
/external/skia/gm/ |
D | yuvtorgbsubset.cpp | 138 GrSamplerState samplerState; in onDraw() local
|
/external/angle/src/libANGLE/ |
D | Texture.h | 126 const SamplerState &samplerState) const in compatibleWithSamplerFormatForWebGL() 670 SamplerState samplerState; member
|
/external/skqp/src/gpu/ops/ |
D | GrAtlasTextOp.cpp | 317 GrSamplerState samplerState = fNeedsGlyphTransform ? GrSamplerState::ClampBilerp() in onPrepareDraws() local 420 GrSamplerState samplerState = fNeedsGlyphTransform ? GrSamplerState::ClampBilerp() in flush() local
|
/external/skia/src/gpu/ops/ |
D | GrQuadPerEdgeAA.cpp | 554 GrSamplerState samplerState, in Make() 773 GrSamplerState samplerState, in QuadPerEdgeAAGeometryProcessor() 862 GrSamplerState samplerState, in MakeTexturedProcessor()
|
/external/skia/src/gpu/d3d/ |
D | GrD3DPipelineState.cpp | 113 GrSamplerState samplerState = te.samplerState(); in setAndBindTextures() local
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | RenderStateCache.cpp | 265 const gl::SamplerState &samplerState, in getSamplerState()
|