Home
last modified time | relevance | path

Searched refs:glFrontFace (Results 1 – 3 of 3) sorted by relevance

/external/quake/quake/src/WinQuake/
Dglquake.h359 #define glFrontFace(...) do { glFrontFace(__VA_ARGS__); GLCHECK("glFrontFace");} while(0) macro
/external/webkit/WebCore/platform/graphics/mac/
DGraphicsContext3DMac.cpp491 ::glFrontFace(mode); in frontFace()
/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_glfuncs.h101 SDL_PROC_UNUSED(void,glFrontFace,(GLenum mode))