Home | History | Annotate | Download | only in functional

Lines Matching refs:isSampler

1232 			GLboolean	isSampler;
1235 isSampler = glIsSampler(sampler);
1236 checkBooleans (isSampler, GL_FALSE);
1239 isSampler = glIsSampler(sampler);
1240 checkBooleans (isSampler, GL_TRUE);
1243 isSampler = glIsSampler(sampler);
1244 checkBooleans (isSampler, GL_TRUE);
1247 isSampler = glIsSampler(sampler);
1248 checkBooleans (isSampler, GL_FALSE);