Home
last modified time | relevance | path

Searched refs:optionalSampler (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/
DTexture.cpp1785 bool Texture::isSamplerComplete(const Context *context, const Sampler *optionalSampler) in isSamplerComplete() argument
1788 optionalSampler ? optionalSampler->getSamplerState() : mState.mSamplerState; in isSamplerComplete()
DTexture.h491 bool isSamplerComplete(const Context *context, const Sampler *optionalSampler);