Searched defs:wrapX (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/gm/ |
H A D | hairlines.cpp | 149 int wrapX = 1250 - kMargin; variable
|
/third_party/skia/src/gpu/effects/ |
H A D | GrBicubicEffect.cpp | 125 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 D | GrSamplerState.h | 39 constexpr GrSamplerState(WrapMode wrapX, in GrSamplerState() argument
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLGpu.cpp | 256 GrGLenum wrapX = wrap_mode_to_gl_wrap(state.wrapModeX(), fGpu->glCaps()); in bindSampler() local
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderImageLoadStoreTests.cpp | 2191 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