HomeSort by: relevance | last modified time | path
    Searched refs:glCullFace (Results 1 - 25 of 49) sorted by relevancy

1 2

  /xsrc/external/mit/mesa-demos/dist/src/trivial/
tri-cull.c 38 glCullFace(GL_FRONT);
43 glCullFace(GL_BACK);
48 glCullFace(GL_FRONT_AND_BACK);
tri-cull-both.c 45 glCullFace(GL_FRONT_AND_BACK);
  /xsrc/external/mit/mesa-demos/dist/src/tests/
front-back-modes.c 11 * glCullFace(GL_FRONT);
15 * glCullFace(GL_BACK);
81 glCullFace(GL_FRONT);
87 glCullFace(GL_BACK);
cva.c 47 glCullFace( GL_BACK );
  /xsrc/external/mit/mesa-demos/dist/src/redbook/
aapoly.c 53 glCullFace (GL_BACK);
texgen.c 121 glCullFace(GL_BACK);
shadowmap.c 97 glCullFace( GL_BACK );
  /xsrc/external/mit/MesaLib.old/dist/src/mapi/es1api/
ABI-check 53 glCullFace
  /xsrc/external/mit/mesa-demos/dist/src/samples/
tri.c 253 (face) ? glCullFace(GL_FRONT) : glCullFace(GL_BACK);
texture.c 282 glCullFace(GL_FRONT);
quad.c 327 glCullFace(GL_FRONT);
331 glCullFace(GL_BACK);
olympic.c 280 glCullFace(GL_BACK);
select.c 97 glCullFace(GL_BACK);
logo.c 1316 glCullFace(GL_BACK);
1464 glCullFace(GL_FRONT);
1469 glCullFace(GL_BACK);
sphere.c 739 glCullFace(GL_BACK);
  /xsrc/external/mit/mesa-demos/dist/src/demos/
bounce.c 206 glCullFace(GL_BACK);
teapot.c 591 glCullFace(GL_FRONT);
594 glCullFace(GL_BACK);
611 glCullFace(GL_FRONT);
613 glCullFace(GL_BACK);
dinoshade.c 462 glCullFace(GL_FRONT);
469 glCullFace(GL_BACK);
fbotexture.c 154 glCullFace(GL_BACK);
  /xsrc/external/mit/MesaLib.old/dist/src/mapi/es2api/
ABI-check 81 glCullFace
  /xsrc/external/mit/mesa-demos/dist/src/xdemos/
xdemo.c 279 glCullFace( GL_BACK );
multictx.c 233 glCullFace(GL_FRONT_AND_BACK);
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/examples/
dmxwininfo.c 439 glCullFace( GL_BACK );
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
stw_context.c 803 &glCullFace,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
stw_context.c 756 &glCullFace,

Completed in 13 milliseconds

1 2