Home
last modified time | relevance | path

Searched refs:glclamp_mask (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dsamplerobj.h199 samp->glclamp_mask |= wrap; in update_sampler_gl_clamp()
201 samp->glclamp_mask &= ~wrap; in update_sampler_gl_clamp()
Dtexobj.c1626 texUnit->CurrentTex[targetIndex]->Sampler.glclamp_mask != in bind_texture_object()
1627 texObj->Sampler.glclamp_mask) in bind_texture_object()
Dmtypes.h899 uint8_t glclamp_mask; /**< mask of GL_CLAMP wraps active */ member