Lines Matching defs:check
347 unsigned int check[sizeof(pattern) / sizeof(pattern[0])];
376 memset(check, 0, sizeof(check));
377 glGetTexImage(GL_TEXTURE_2D, 0, GL_BGRA, GL_UNSIGNED_INT_8_8_8_8_REV, check);
386 if (memcmp(check, pattern, sizeof(check)))
1810 * the Direct3D9 check, we know that the card (in case of Nvidia) is at
1811 * least a GeforceFX. To give a better estimate we do a basic check on the
1817 * GPU must belong. Because of this you only have to check a small part of
2266 * So this is just a check to check that our assumption holds true. If not, write a warning