Home
last modified time | relevance | path

Searched refs:kWrapModeCount (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/gm/
Dtexelsubset.cpp74 static constexpr int kN = GrSamplerState::kWrapModeCount; in onISize()
141 for (int my = 0; my < GrSamplerState::kWrapModeCount; ++my) { in onDraw()
144 for (int mx = 0; mx < GrSamplerState::kWrapModeCount; ++mx) { in onDraw()
193 if (mx < GrSamplerState::kWrapModeCount - 1) { in onDraw()
200 if (my < GrSamplerState::kWrapModeCount - 1) { in onDraw()
Dyuvtorgbsubset.cpp137 for (uint32_t j = 0; j < GrSamplerState::kWrapModeCount + 1; ++j) { in onDraw()
/third_party/skia/src/gpu/
DGrSamplerState.h32 inline static constexpr int kWrapModeCount = static_cast<int>(WrapMode::kLast) + 1; variable
/third_party/skia/src/gpu/effects/
DGrGaussianConvolutionFragmentProcessor.cpp260 d->fRandom->nextULessThan(GrSamplerState::kWrapModeCount)); in TestCreate()
DGrMatrixConvolutionEffect.cpp376 d->fRandom->nextULessThan(GrSamplerState::kWrapModeCount)); in TestCreate()