Home
last modified time | relevance | path

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

/third_party/skia/gm/
H A Dhairlines.cpp149 int wrapX = 1250 - kMargin; variable
/third_party/skia/src/gpu/effects/
H A DGrBicubicEffect.cpp125 Make(GrSurfaceProxyView view, SkAlphaType alphaType, const SkMatrix& matrix, const GrSamplerState::WrapMode wrapX, const GrSamplerState::WrapMode wrapY, SkImage::CubicResampler kernel, Direction direction, const GrCaps& caps) Make() argument
141 MakeSubset( GrSurfaceProxyView view, SkAlphaType alphaType, const SkMatrix& matrix, const GrSamplerState::WrapMode wrapX, const GrSamplerState::WrapMode wrapY, const SkRect& subset, SkImage::CubicResampler kernel, Direction direction, const GrCaps& caps) MakeSubset() argument
160 MakeSubset( GrSurfaceProxyView view, SkAlphaType alphaType, const SkMatrix& matrix, const GrSamplerState::WrapMode wrapX, const GrSamplerState::WrapMode wrapY, const SkRect& subset, const SkRect& domain, SkImage::CubicResampler kernel, Direction direction, const GrCaps& caps) MakeSubset() argument
/third_party/skia/src/gpu/
H A DGrSamplerState.h39 constexpr GrSamplerState(WrapMode wrapX, in GrSamplerState() argument
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp256 GrGLenum wrapX = wrap_mode_to_gl_wrap(state.wrapModeX(), fGpu->glCaps()); in bindSampler() local
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp2191 const int wrapX = x % imageWidth; in getCompareArg() local
2204 const string wrapX = "(" + x + "%" + toString(imageWidth) + ")"; in getCompareArgShaderStr() local
2212 const string wrapX = "(" + x + "%" + toString(imageWidth) + ")"; in getAssignArgShaderStr() local

Completed in 15 milliseconds