/vbox/src/VBox/HostServices/SharedOpenGL/unpacker/ |
H A D | unpack_arrays.c | 28 cr_unpackDispatch.VertexPointer( size, type, stride, (void *) pointer ); 173 cr_unpackDispatch.VertexPointer(size, type, stride, pointer);
|
/vbox/src/VBox/Additions/common/crOpenGL/ |
H A D | VBoxICDList.h | 369 ICD_ENTRY(VertexPointer) /* 321 */
|
H A D | dri_drv.c | 511 driver->VertexPointer = VBOX_GL_FUNC(VertexPointer);
|
H A D | fakedri_glfuncsList.h | 344 GLAPI_ENTRY(VertexPointer)
|
/vbox/src/VBox/GuestHost/OpenGL/util/ |
H A D | blitter.cpp | 769 pBlitter->pDispatch->VertexPointer(2, GL_FLOAT, 0, pVerticies); 797 pBlitter->pDispatch->VertexPointer(2, GL_FLOAT, 0, pVerticies);
|
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/ |
H A D | state_bufferobject.c | 1042 diff_api.VertexPointer(cp->size, cp->type, cp->stride, cp->p);
|
H A D | state_client.c | 1057 ** VertexPointer 1735 diff_api.VertexPointer(to->array.v.size, to->array.v.type, 2031 diff_api.VertexPointer(to->array.v.size, to->array.v.type,
|
/vbox/src/VBox/Additions/common/crOpenGL/array/ |
H A D | arrayspu.c | 538 array_spu.child.VertexPointer(size, type, stride, pointer); 905 { "VertexPointer", (SPUGenericFunction) arrayspu_VertexPointer},
|
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/ |
H A D | dd.h | 714 void (*VertexPointer)(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 | 365 void (GLAPIENTRYP VertexPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 321 */
|
H A D | dispatch.h | 1021 #define CALL_VertexPointer(disp, parameters) (*((disp)->VertexPointer)) parameters 1022 #define GET_VertexPointer(disp) ((disp)->VertexPointer) 1023 #define SET_VertexPointer(disp, fn) ((disp)->VertexPointer = fn)
|
H A D | glapitemp.h | 1703 KEYWORD1 void KEYWORD2 NAME(VertexPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer) function 1705 DISPATCH(VertexPointer, (size, type, stride, pointer), (F, "glVertexPointer(%d, 0x%x, %d, %p);\n", size, type, stride, (const void *) pointer)); 5826 TABLE_ENTRY(VertexPointer),
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | glapitable.h | 364 void (GLAPIENTRYP VertexPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 321 */
|
H A D | dispatch.h | 1023 #define CALL_VertexPointer(disp, parameters) (*((disp)->VertexPointer)) parameters 1024 #define GET_VertexPointer(disp) ((disp)->VertexPointer) 1025 #define SET_VertexPointer(disp, fn) ((disp)->VertexPointer = fn)
|
H A D | glapitemp.h | 1703 KEYWORD1 void KEYWORD2 NAME(VertexPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer) function 1705 DISPATCH(VertexPointer, (size, type, stride, pointer), (F, "glVertexPointer(%d, 0x%x, %d, %p);\n", size, type, stride, (const void *) pointer)); 5826 TABLE_ENTRY(VertexPointer),
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | glapitable.h | 364 void (GLAPIENTRYP VertexPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 321 */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | glapitable.h | 364 void (GLAPIENTRYP VertexPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 321 */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | glapitable.h | 364 void (GLAPIENTRYP VertexPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 321 */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | glapitable.h | 364 void (GLAPIENTRYP VertexPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 321 */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | glapitable.h | 364 void (GLAPIENTRYP VertexPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 321 */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | glapitable.h | 364 void (GLAPIENTRYP VertexPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 321 */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | glapitable.h | 362 void (GLAPIENTRYP VertexPointer) (GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 321 */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | glapitable.h | 362 void (GLAPIENTRYP VertexPointer) (GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 321 */
|
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/ |
H A D | gl_mangle.h | 2196 #define glVertexPointer MANGLE(VertexPointer)
|
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/glapi/ |
H A D | glapitable.h | 365 void (GLAPIENTRYP VertexPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 321 */
|