HomeSort by relevance Sort by last modified time
    Searched refs:FrontFace (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/pixelflinger2/
pixelflinger2.cpp 57 static void FrontFace(GGLInterface * iface, GLenum mode)
63 ctx->cullState.frontFace = mode - GL_CW;
194 iface->FrontFace = FrontFace;
215 iface->FrontFace(iface, GL_CCW);
  /external/mesa3d/include/pixelflinger2/
pixelflinger2_interface.h 170 void (* FrontFace)(GGLInterface_t * iface, GLenum mode);
  /external/mesa3d/test/
main.cpp 163 ggl->FrontFace(ggl, GL_CW);
  /external/mesa3d/src/mesa/main/
mtypes.h 1044 GLenum FrontFace; /**< Either GL_CW or GL_CCW */
    [all...]
  /external/skia/gpu/src/
GrGpuGL.cpp 510 GR_GL(FrontFace(GR_GL_CCW));
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl_mangle.h 397 #define glFrontFace MANGLE(FrontFace)
    [all...]

Completed in 1315 milliseconds