Home
last modified time | relevance | path

Searched refs:fSlot (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/src/gpu/d3d/
H A DGrD3DCommandSignature.h25 return (fIndexed == indexed && fSlot == slot); in isCompatible()
44 , fSlot(slot) {} in GrD3DCommandSignature()
52 unsigned int fSlot; member in GrD3DCommandSignature::ForIndexed
/third_party/skia/include/private/
H A DSkTHash.h165 Iter(const TTable* table, int slot) : fTable(table), fSlot(slot) {} in Iter()
176 return *fTable->slot(fSlot); in operator *()
180 return fTable->slot(fSlot); in operator ->()
186 return fSlot == that.fSlot; in operator ==()
194 fSlot = fTable->nextPopulatedSlot(fSlot); in operator ++()
206 int fSlot; member in SkTHashTable::Iter
/third_party/skia/src/sksl/codegen/
H A DSkSLVMCodeGenerator.h96 int fSlot; member
/third_party/skia/modules/canvaskit/
H A Dparticles_bindings.cpp90 su.slot = u.fSlot; in fromUniform()
/third_party/skia/tools/viewer/
H A DParticlesSlide.cpp333 float* vals = data + uni.fSlot; in draw()
/third_party/skia/modules/particles/src/
H A DSkParticleEffect.cpp261 std::copy(val, val + count, this->uniformData() + it->fSlot); in setUniform()

Completed in 4 milliseconds