/vbox/src/VBox/HostServices/SharedOpenGL/unpacker/ |
H A D | unpack_arrays.c | 69 cr_unpackDispatch.ColorPointer( size, type, stride, (void *) pointer ); 176 cr_unpackDispatch.ColorPointer(size, type, stride, pointer);
|
/vbox/src/VBox/Additions/common/crOpenGL/ |
H A D | VBoxICDList.h | 356 ICD_ENTRY(ColorPointer) /* 308 */
|
H A D | dri_drv.c | 513 driver->ColorPointer = VBOX_GL_FUNC(ColorPointer);
|
H A D | fakedri_glfuncsList.h | 331 GLAPI_ENTRY(ColorPointer)
|
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/ |
H A D | state_bufferobject.c | 1049 diff_api.ColorPointer(cp->size, cp->type, cp->stride, cp->p);
|
H A D | state_client.c | 1189 ** ColorPointer 1779 diff_api.ColorPointer(to->array.c.size, to->array.c.type, 2072 diff_api.ColorPointer(to->array.c.size, to->array.c.type,
|
/vbox/src/VBox/Additions/common/crOpenGL/array/ |
H A D | arrayspu.c | 526 array_spu.child.ColorPointer(size, type, stride, pointer); 903 { "ColorPointer", (SPUGenericFunction) arrayspu_ColorPointer},
|
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/ |
H A D | dd.h | 718 void (*ColorPointer)(GLcontext *ctx, GLint size, GLenum type, member in struct:dd_function_table
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | glapitable.h | 352 void (GLAPIENTRYP ColorPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 308 */
|
H A D | dispatch.h | 982 #define CALL_ColorPointer(disp, parameters) (*((disp)->ColorPointer)) parameters 983 #define GET_ColorPointer(disp) ((disp)->ColorPointer) 984 #define SET_ColorPointer(disp, fn) ((disp)->ColorPointer = fn)
|
H A D | glapitemp.h | 1633 KEYWORD1 void KEYWORD2 NAME(ColorPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer) function 1635 DISPATCH(ColorPointer, (size, type, stride, pointer), (F, "glColorPointer(%d, 0x%x, %d, %p);\n", size, type, stride, (const void *) pointer)); 5813 TABLE_ENTRY(ColorPointer),
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | glapitable.h | 351 void (GLAPIENTRYP ColorPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 308 */
|
H A D | dispatch.h | 984 #define CALL_ColorPointer(disp, parameters) (*((disp)->ColorPointer)) parameters 985 #define GET_ColorPointer(disp) ((disp)->ColorPointer) 986 #define SET_ColorPointer(disp, fn) ((disp)->ColorPointer = fn)
|
H A D | glapitemp.h | 1633 KEYWORD1 void KEYWORD2 NAME(ColorPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer) function 1635 DISPATCH(ColorPointer, (size, type, stride, pointer), (F, "glColorPointer(%d, 0x%x, %d, %p);\n", size, type, stride, (const void *) pointer)); 5813 TABLE_ENTRY(ColorPointer),
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | glapitable.h | 351 void (GLAPIENTRYP ColorPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 308 */
|
H A D | glapitemp.h | 1633 KEYWORD1 void KEYWORD2 NAME(ColorPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer) function 1635 DISPATCH(ColorPointer, (size, type, stride, pointer), (F, "glColorPointer(%d, 0x%x, %d, %p);\n", size, type, stride, (const void *) pointer)); 5813 TABLE_ENTRY(ColorPointer),
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | glapitable.h | 351 void (GLAPIENTRYP ColorPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 308 */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | glapitable.h | 351 void (GLAPIENTRYP ColorPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 308 */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | glapitable.h | 351 void (GLAPIENTRYP ColorPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 308 */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | glapitable.h | 351 void (GLAPIENTRYP ColorPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 308 */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | glapitable.h | 351 void (GLAPIENTRYP ColorPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 308 */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | glapitable.h | 349 void (GLAPIENTRYP ColorPointer) (GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 308 */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | glapitable.h | 349 void (GLAPIENTRYP ColorPointer) (GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 308 */
|
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/ |
H A D | gl_mangle.h | 236 #define glColorPointer MANGLE(ColorPointer)
|
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/glapi/ |
H A D | glapitable.h | 352 void (GLAPIENTRYP ColorPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 308 */
|