Home
last modified time | relevance | path

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

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