Lines Matching defs:context
31 void Sampler::onDestroy(const Context *context) in onDestroy()
39 void Sampler::setLabel(const Context *context, const std::string &label) in setLabel()
49 void Sampler::setMinFilter(const Context *context, GLenum minFilter) in setMinFilter()
60 void Sampler::setMagFilter(const Context *context, GLenum magFilter) in setMagFilter()
71 void Sampler::setWrapS(const Context *context, GLenum wrapS) in setWrapS()
82 void Sampler::setWrapT(const Context *context, GLenum wrapT) in setWrapT()
93 void Sampler::setWrapR(const Context *context, GLenum wrapR) in setWrapR()
104 void Sampler::setMaxAnisotropy(const Context *context, float maxAnisotropy) in setMaxAnisotropy()
115 void Sampler::setMinLod(const Context *context, GLfloat minLod) in setMinLod()
126 void Sampler::setMaxLod(const Context *context, GLfloat maxLod) in setMaxLod()
137 void Sampler::setCompareMode(const Context *context, GLenum compareMode) in setCompareMode()
148 void Sampler::setCompareFunc(const Context *context, GLenum compareFunc) in setCompareFunc()
159 void Sampler::setSRGBDecode(const Context *context, GLenum sRGBDecode) in setSRGBDecode()
170 void Sampler::setBorderColor(const Context *context, const ColorGeneric &color) in setBorderColor()
191 angle::Result Sampler::syncState(const Context *context) in syncState()