Searched defs:ClipPlane (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddd.h454 void (*ClipPlane)(struct gl_context *ctx, GLenum plane, const GLfloat *equation ); member in struct:dd_function_table
/external/mesa3d/src/mesa/main/
H A Ddd.h454 void (*ClipPlane)(struct gl_context *ctx, GLenum plane, const GLfloat *equation ); member in struct:dd_function_table
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_icd.h200 void (GLAPIENTRY * ClipPlane)(GLenum, const GLdouble *); member in struct:__GLdispatchTableRec
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h200 void (GLAPIENTRY * ClipPlane)(GLenum, const GLdouble *); member in struct:__GLdispatchTableRec
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h983 KEYWORD1 void KEYWORD2 NAME(ClipPlane)(GLenum plane, const GLdouble * equation) function
986 DISPATCH(ClipPlane, (plane, equation), (F, "glClipPlane(0x%x, %p);\n", plane, (const void *) equation));
8338 TABLE_ENTRY(ClipPlane),
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h172 GLAPI void APIENTRY GLAPI_PREFIX(ClipPlane)(GLenum plane, const GLdouble *equation);
2450 GLAPI void APIENTRY GLAPI_PREFIX(ClipPlane)(GLenum plane, const GLdouble *equation) function
10844 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClipPlane))"\n"

Completed in 791 milliseconds