Home
last modified time | relevance | path

Searched refs:extraSamplerKey (Results 1 – 7 of 7) sorted by relevance

/external/skqp/src/gpu/
DGrProgramDesc.cpp65 uint32_t extraSamplerKey = gpu->getExtraSamplerKeyForProgram( in add_sampler_keys() local
67 if (extraSamplerKey) { in add_sampler_keys()
73 b->add32(extraSamplerKey); in add_sampler_keys()
94 uint32_t extraSamplerKey = sampler.extraSamplerKey(); in add_sampler_keys() local
95 if (extraSamplerKey) { in add_sampler_keys()
101 b->add32(extraSamplerKey); in add_sampler_keys()
DGrPrimitiveProcessor.cpp59 uint32_t extraSamplerKey) { in TextureSampler() argument
60 this->reset(textureType, config, samplerState, extraSamplerKey); in TextureSampler()
73 uint32_t extraSamplerKey) { in reset() argument
79 fExtraSamplerKey = extraSamplerKey; in reset()
DGrPrimitiveProcessor.h258 TextureSampler(GrTextureType, GrPixelConfig, const GrSamplerState&, uint32_t extraSamplerKey);
267 void reset(GrTextureType, GrPixelConfig, const GrSamplerState&, uint32_t extraSamplerKey = 0);
277 uint32_t extraSamplerKey() const { return fExtraSamplerKey; } in extraSamplerKey() function
/external/skqp/src/gpu/ops/
DGrQuadPerEdgeAA.cpp520 uint32_t extraSamplerKey, in Make() argument
523 vertexSpec, caps, textureType, textureConfig, samplerState, extraSamplerKey, in Make()
687 uint32_t extraSamplerKey, in QuadPerEdgeAAGeometryProcessor() argument
691 , fSampler(textureType, textureConfig, samplerState, extraSamplerKey) { in QuadPerEdgeAAGeometryProcessor()
761 const GrSamplerState& samplerState, uint32_t extraSamplerKey, in MakeTexturedProcessor() argument
764 samplerState, extraSamplerKey, in MakeTexturedProcessor()
DGrQuadPerEdgeAA.h77 const GrSamplerState& samplerState, uint32_t extraSamplerKey,
DGrLatticeOp.cpp100 uint32_t extraSamplerKey = gpu->getExtraSamplerKeyForProgram(samplerState, in LatticeGP() local
104 extraSamplerKey); in LatticeGP()
DGrTextureOp.cpp364 uint32_t extraSamplerKey = gpu->getExtraSamplerKeyForProgram( in onPrepareDraws() local
369 textureType, config, samplerState, extraSamplerKey, in onPrepareDraws()