Home | History | Annotate | Download | only in functional

Lines Matching refs:isTexture

1182 			GLboolean	isTexture;
1185 isTexture = glIsTexture(texture);
1186 checkBooleans (isTexture, GL_FALSE);
1189 isTexture = glIsTexture(texture);
1190 checkBooleans (isTexture, GL_FALSE);
1193 isTexture = glIsTexture(texture);
1194 checkBooleans (isTexture, GL_TRUE);
1198 isTexture = glIsTexture(texture);
1199 checkBooleans (isTexture, GL_FALSE);