Home
last modified time | relevance | path

Searched defs:wrapX (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/effects/
H A DGrBicubicEffect.cpp140 const GrSamplerState::WrapMode wrapX, in Make()
157 const GrSamplerState::WrapMode wrapX, in MakeSubset()
176 const GrSamplerState::WrapMode wrapX, in MakeSubset()
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrSamplerState.h60 static constexpr GrSamplerState Aniso(WrapMode wrapX, in Aniso()
/aosp_15_r20/external/skia/gm/
H A Dhairlines.cpp146 int wrapX = 1250 - kMargin; in onDraw() local
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp2448 const int wrapX = x % imageWidth; in getCompareArg() local
2461 const string wrapX = "(" + x + "%" + toString(imageWidth) + ")"; in getCompareArgShaderStr() local
2470 const string wrapX = "(" + x + "%" + toString(imageWidth) + ")"; in getAssignArgShaderStr() local
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLGpu.cpp309 GrGLenum wrapX = wrap_mode_to_gl_wrap(state.wrapModeX(), fGpu->glCaps()); in bindSampler() local