Searched refs:IsDecalSampled (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/gpu/effects/ |
D | GrTextureDomain.h | 84 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()
|
D | GrBicubicEffect.cpp | 126 GrTextureDomain::IsDecalSampled(wrapModes, modeX,modeY))} in GrBicubicEffect()
|
D | GrTextureDomain.cpp | 286 GrTextureDomain::IsDecalSampled(sampler, modeX, modeY))) in GrTextureDomainEffect()
|
/external/skqp/src/gpu/effects/ |
D | GrTextureDomain.h | 84 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()
|
D | GrBicubicEffect.cpp | 126 GrTextureDomain::IsDecalSampled(wrapModes, modeX,modeY))} in GrBicubicEffect()
|
D | GrTextureDomain.cpp | 286 GrTextureDomain::IsDecalSampled(sampler, modeX, modeY))) in GrTextureDomainEffect()
|