HomeSort by: relevance | last modified time | path
    Searched defs:errorpos (Results 1 - 25 of 38) sorted by relevancy

1 2

  /xsrc/external/mit/mesa-demos/dist/src/tests/
arbvptest3.c 105 GLint errorpos; local
107 glGetIntegerv(GL_PROGRAM_ERROR_POSITION_ARB, &errorpos);
108 printf("errorpos: %d\n", errorpos);
arbfptest1.c 60 GLint errorpos, errnum; local
71 glGetIntegerv(GL_PROGRAM_ERROR_POSITION_ARB, &errorpos);
72 printf("errorpos: %d\n", errorpos);
77 if ((errorpos+a < 0) || (errorpos+a >= strlen(prog))) continue;
78 printf("%c", prog[errorpos+a]);
arbvptest1.c 56 GLint errorpos, errnum; local
67 glGetIntegerv(GL_PROGRAM_ERROR_POSITION_ARB, &errorpos);
68 printf("errorpos: %d\n", errorpos);
73 if ((errorpos+a < 0) || (errorpos+a >= strlen(prog))) continue;
74 printf("%c", prog[errorpos+a]);
arbvptorus.c 152 GLint errorpos; local
154 glGetIntegerv(GL_PROGRAM_ERROR_POSITION_ARB, &errorpos);
155 printf("errorpos: %d\n", errorpos);
  /xsrc/external/mit/mesa-demos/dist/src/trivial/
vp-clip.c 33 GLint errorpos; local
35 glGetIntegerv(GL_PROGRAM_ERROR_POSITION_ARB, &errorpos);
36 printf("errorpos: %d\n", errorpos);
vp-line-clip.c 33 GLint errorpos; local
35 glGetIntegerv(GL_PROGRAM_ERROR_POSITION_ARB, &errorpos);
36 printf("errorpos: %d\n", errorpos);
vp-tri-cb.c 38 GLint errorpos; local
40 glGetIntegerv(GL_PROGRAM_ERROR_POSITION_ARB, &errorpos);
41 printf("errorpos: %d\n", errorpos);
vp-tri-imm.c 34 GLint errorpos; local
36 glGetIntegerv(GL_PROGRAM_ERROR_POSITION_ARB, &errorpos);
37 printf("errorpos: %d\n", errorpos);
vp-tri-swap.c 34 GLint errorpos; local
36 glGetIntegerv(GL_PROGRAM_ERROR_POSITION_ARB, &errorpos);
37 printf("errorpos: %d\n", errorpos);
vp-tri.c 35 GLint errorpos; local
37 glGetIntegerv(GL_PROGRAM_ERROR_POSITION_ARB, &errorpos);
38 printf("errorpos: %d\n", errorpos);
vp-unfilled.c 33 GLint errorpos; local
35 glGetIntegerv(GL_PROGRAM_ERROR_POSITION_ARB, &errorpos);
36 printf("errorpos: %d\n", errorpos);
draw2arrays.c 44 GLint errorpos; local
46 glGetIntegerv(GL_PROGRAM_ERROR_POSITION_ARB, &errorpos);
47 printf("errorpos: %d\n", errorpos);
drawarrays.c 55 GLint errorpos; local
57 glGetIntegerv(GL_PROGRAM_ERROR_POSITION_ARB, &errorpos);
58 printf("errorpos: %d\n", errorpos);
drawelements-large.c 39 GLint errorpos; local
41 glGetIntegerv(GL_PROGRAM_ERROR_POSITION_ARB, &errorpos);
42 printf("errorpos: %d\n", errorpos);
drawelements.c 48 GLint errorpos; local
50 glGetIntegerv(GL_PROGRAM_ERROR_POSITION_ARB, &errorpos);
51 printf("errorpos: %d\n", errorpos);
drawrange.c 48 GLint errorpos; local
50 glGetIntegerv(GL_PROGRAM_ERROR_POSITION_ARB, &errorpos);
51 printf("errorpos: %d\n", errorpos);
lineloop-elts.c 48 GLint errorpos; local
50 glGetIntegerv(GL_PROGRAM_ERROR_POSITION_ARB, &errorpos);
51 printf("errorpos: %d\n", errorpos);
tri-array-interleaved.c 52 GLint errorpos; local
54 glGetIntegerv(GL_PROGRAM_ERROR_POSITION_ARB, &errorpos);
55 printf("errorpos: %d\n", errorpos);
tri-fp-const-imm.c 65 GLint errorpos; local
67 glGetIntegerv(GL_PROGRAM_ERROR_POSITION_ARB, &errorpos);
68 printf("errorpos: %d\n", errorpos);
tri-fp.c 63 GLint errorpos; local
65 glGetIntegerv(GL_PROGRAM_ERROR_POSITION_ARB, &errorpos);
66 printf("errorpos: %d\n", errorpos);
vbo-drawarrays.c 57 GLint errorpos; local
59 glGetIntegerv(GL_PROGRAM_ERROR_POSITION_ARB, &errorpos);
60 printf("errorpos: %d\n", errorpos);
vbo-drawelements.c 58 GLint errorpos; local
60 glGetIntegerv(GL_PROGRAM_ERROR_POSITION_ARB, &errorpos);
61 printf("errorpos: %d\n", errorpos);
vbo-drawrange.c 60 GLint errorpos; local
62 glGetIntegerv(GL_PROGRAM_ERROR_POSITION_ARB, &errorpos);
63 printf("errorpos: %d\n", errorpos);
vbo-noninterleaved.c 61 GLint errorpos; local
63 glGetIntegerv(GL_PROGRAM_ERROR_POSITION_ARB, &errorpos);
64 printf("errorpos: %d\n", errorpos);
vbo-tri.c 57 GLint errorpos; local
59 glGetIntegerv(GL_PROGRAM_ERROR_POSITION_ARB, &errorpos);
60 printf("errorpos: %d\n", errorpos);

Completed in 16 milliseconds

1 2