Home | History | Annotate | Download | only in tests

Lines Matching defs:in

8  * deal in the Materials without restriction, including without limitation the
13 * The above copyright notice(s) and this permission notice shall be included in
20 * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
21 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
22 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE
23 * USE OR OTHER DEALINGS IN THE MATERIALS.
171 "\t\tDisplay test images in viewer after tests complete.\n");
173 "\t\tSave tests images as ppm files in current working "
178 "\t\tCompare test images to 'golden' image in golden folder.\n"
179 "\t\tAlso saves the generated test image in current working\n"
188 "\t\tUse built-in GLSL compiler rather than SPV code path.\n");
577 printf("Warning: unrecognized limit (%s) in configuration file.\n",
599 FILE *in;
601 in = fopen(fileName, "r");
602 int errorCode = in ? 0 : 1;
604 int errorCode = fopen_s(&in, fileName, "r");
618 while (fgetc(in) != EOF)
621 fseek(in, 0, SEEK_SET);
627 if (fread(fdata, 1, count, in) != count) {
632 fclose(in);
667 // Deduce the language from the filename. Files must end in one of the