Searched refs:GetClipPlane (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_icd.h309 void (GLAPIENTRY * GetClipPlane)(GLenum, GLdouble *); member in struct:__GLdispatchTableRec
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h309 void (GLAPIENTRY * GetClipPlane)(GLenum, GLdouble *); member in struct:__GLdispatchTableRec
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
H A Dcheck_table.cpp825 { "glGetClipPlane", _O(GetClipPlane) },
/external/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp825 { "glGetClipPlane", _O(GetClipPlane) },
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitable.h302 void (GLAPIENTRYP GetClipPlane)(GLenum plane, GLdouble * equation); /* 259 */
H A Dglapitemp.h1632 KEYWORD1 void KEYWORD2 NAME(GetClipPlane)(GLenum plane, GLdouble * equation) function
1635 DISPATCH(GetClipPlane, (plane, equation), (F, "glGetClipPlane(0x%x, %p);\n", plane, (const void *) equation));
8447 TABLE_ENTRY(GetClipPlane),
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dgl_mangle.h610 #define glGetClipPlane MANGLE(GetClipPlane)
/external/mesa3d/include/GL/
H A Dgl_mangle.h610 #define glGetClipPlane MANGLE(GetClipPlane)
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_gentable.c1931 if(!disp->GetClipPlane) {
1932 void ** procp = (void **) &disp->GetClipPlane;
H A Dglapi_x86-64.S9290 .globl GL_PREFIX(GetClipPlane)
9291 .type GL_PREFIX(GetClipPlane), @function
9292 GL_PREFIX(GetClipPlane):
9324 .size GL_PREFIX(GetClipPlane), .-GL_PREFIX(GetClipPlane)
H A Dglapi_mapi_tmp.h282 GLAPI void APIENTRY GLAPI_PREFIX(GetClipPlane)(GLenum plane, GLdouble *equation);
3220 GLAPI void APIENTRY GLAPI_PREFIX(GetClipPlane)(GLenum plane, GLdouble *equation) function
11174 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetClipPlane))"\n"

Completed in 2146 milliseconds