OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ClipPlane
(Results
26 - 29
of
29
) sorted by null
1
2
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glapi_gentable.c
[
all
...]
glapi_x86-64.S
[
all
...]
glapi_mapi_tmp.h
172
GLAPI void APIENTRY GLAPI_PREFIX(
ClipPlane
)(GLenum plane, const GLdouble *equation);
[
all
...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
glapitemp.h
983
KEYWORD1 void KEYWORD2 NAME(
ClipPlane
)(GLenum plane, const GLdouble * equation)
986
DISPATCH(
ClipPlane
, (plane, equation), (F, "glClipPlane(0x%x, %p);\n", plane, (const void *) equation));
[
all
...]
Completed in 73 milliseconds
1
2