Home
last modified time | relevance | path

Searched refs:IsDecalSampled (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/effects/
DGrTextureDomain.h84 static bool IsDecalSampled(GrSamplerState::WrapMode wrapX, GrSamplerState::WrapMode wrapY, in IsDecalSampled() function
92 static bool IsDecalSampled(const GrSamplerState::WrapMode wraps[2], Mode modeX, Mode modeY) { in IsDecalSampled() function
93 return IsDecalSampled(wraps[0], wraps[1], modeX, modeY); in IsDecalSampled()
96 static bool IsDecalSampled(const GrSamplerState& sampler, Mode modeX, Mode modeY) { in IsDecalSampled() function
97 return IsDecalSampled(sampler.wrapModeX(), sampler.wrapModeY(), modeX, modeY); in IsDecalSampled()
DGrBicubicEffect.cpp126 GrTextureDomain::IsDecalSampled(wrapModes, modeX,modeY))} in GrBicubicEffect()
DGrTextureDomain.cpp286 GrTextureDomain::IsDecalSampled(sampler, modeX, modeY))) in GrTextureDomainEffect()
/external/skqp/src/gpu/effects/
DGrTextureDomain.h84 static bool IsDecalSampled(GrSamplerState::WrapMode wrapX, GrSamplerState::WrapMode wrapY, in IsDecalSampled() function
92 static bool IsDecalSampled(const GrSamplerState::WrapMode wraps[2], Mode modeX, Mode modeY) { in IsDecalSampled() function
93 return IsDecalSampled(wraps[0], wraps[1], modeX, modeY); in IsDecalSampled()
96 static bool IsDecalSampled(const GrSamplerState& sampler, Mode modeX, Mode modeY) { in IsDecalSampled() function
97 return IsDecalSampled(sampler.wrapModeX(), sampler.wrapModeY(), modeX, modeY); in IsDecalSampled()
DGrBicubicEffect.cpp126 GrTextureDomain::IsDecalSampled(wrapModes, modeX,modeY))} in GrBicubicEffect()
DGrTextureDomain.cpp286 GrTextureDomain::IsDecalSampled(sampler, modeX, modeY))) in GrTextureDomainEffect()