Searched refs:GLushort (Results 26 - 50 of 84) sorted by relevance

1234

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/swrast/
H A Ds_span.h78 GLushort rgba16[MAX_WIDTH][4];
/vbox/src/VBox/Devices/Graphics/vmsvga_glext/
H A Dwglext.h572 extern GLboolean WINAPI wglCreateDisplayColorTableEXT (GLushort id);
573 extern GLboolean WINAPI wglLoadDisplayColorTableEXT (const GLushort *table, GLuint length);
574 extern GLboolean WINAPI wglBindDisplayColorTableEXT (GLushort id);
575 extern VOID WINAPI wglDestroyDisplayColorTableEXT (GLushort id);
577 typedef GLboolean (WINAPI * PFNWGLCREATEDISPLAYCOLORTABLEEXTPROC) (GLushort id);
578 typedef GLboolean (WINAPI * PFNWGLLOADDISPLAYCOLORTABLEEXTPROC) (const GLushort *table, GLuint length);
579 typedef GLboolean (WINAPI * PFNWGLBINDDISPLAYCOLORTABLEEXTPROC) (GLushort id);
580 typedef VOID (WINAPI * PFNWGLDESTROYDISPLAYCOLORTABLEEXTPROC) (GLushort id);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwglext.h565 extern GLboolean WINAPI wglCreateDisplayColorTableEXT (GLushort id);
566 extern GLboolean WINAPI wglLoadDisplayColorTableEXT (const GLushort *table, GLuint length);
567 extern GLboolean WINAPI wglBindDisplayColorTableEXT (GLushort id);
568 extern VOID WINAPI wglDestroyDisplayColorTableEXT (GLushort id);
570 typedef GLboolean (WINAPI * PFNWGLCREATEDISPLAYCOLORTABLEEXTPROC) (GLushort id);
571 typedef GLboolean (WINAPI * PFNWGLLOADDISPLAYCOLORTABLEEXTPROC) (const GLushort *table, GLuint length);
572 typedef GLboolean (WINAPI * PFNWGLBINDDISPLAYCOLORTABLEEXTPROC) (GLushort id);
573 typedef VOID (WINAPI * PFNWGLDESTROYDISPLAYCOLORTABLEEXTPROC) (GLushort id);
H A Dwgl_driver.h64 void (WINE_GLAPI *p_glColor3us)(GLushort,GLushort,GLushort);
65 void (WINE_GLAPI *p_glColor3usv)(const GLushort*);
80 void (WINE_GLAPI *p_glColor4us)(GLushort,GLushort,GLushort,GLushort);
81 void (WINE_GLAPI *p_glColor4usv)(const GLushort*);
147 void (WINE_GLAPI *p_glGetPixelMapusv)(GLenum,GLushort*);
[all...]
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dwglext.h553 extern GLboolean WINAPI wglCreateDisplayColorTableEXT (GLushort id);
554 extern GLboolean WINAPI wglLoadDisplayColorTableEXT (const GLushort *table, GLuint length);
555 extern GLboolean WINAPI wglBindDisplayColorTableEXT (GLushort id);
556 extern VOID WINAPI wglDestroyDisplayColorTableEXT (GLushort id);
558 typedef GLboolean (WINAPI * PFNWGLCREATEDISPLAYCOLORTABLEEXTPROC) (GLushort id);
559 typedef GLboolean (WINAPI * PFNWGLLOADDISPLAYCOLORTABLEEXTPROC) (const GLushort *table, GLuint length);
560 typedef GLboolean (WINAPI * PFNWGLBINDDISPLAYCOLORTABLEEXTPROC) (GLushort id);
561 typedef VOID (WINAPI * PFNWGLDESTROYDISPLAYCOLORTABLEEXTPROC) (GLushort id);
H A Dgl.h157 typedef unsigned short GLushort; /* 2-byte unsigned */ typedef
800 GLAPI void GLAPIENTRY glLineStipple( GLint factor, GLushort pattern );
1025 GLAPI void GLAPIENTRY glColor3us( GLushort red, GLushort green, GLushort blue );
1041 GLAPI void GLAPIENTRY glColor4us( GLushort red, GLushort green,
1042 GLushort blue, GLushort alpha );
1052 GLAPI void GLAPIENTRY glColor3usv( const GLushort *
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dwglext.h565 extern GLboolean WINAPI wglCreateDisplayColorTableEXT (GLushort id);
566 extern GLboolean WINAPI wglLoadDisplayColorTableEXT (const GLushort *table, GLuint length);
567 extern GLboolean WINAPI wglBindDisplayColorTableEXT (GLushort id);
568 extern VOID WINAPI wglDestroyDisplayColorTableEXT (GLushort id);
570 typedef GLboolean (WINAPI * PFNWGLCREATEDISPLAYCOLORTABLEEXTPROC) (GLushort id);
571 typedef GLboolean (WINAPI * PFNWGLLOADDISPLAYCOLORTABLEEXTPROC) (const GLushort *table, GLuint length);
572 typedef GLboolean (WINAPI * PFNWGLBINDDISPLAYCOLORTABLEEXTPROC) (GLushort id);
573 typedef VOID (WINAPI * PFNWGLDESTROYDISPLAYCOLORTABLEEXTPROC) (GLushort id);
H A Dwgl_driver.h64 void (WINE_GLAPI *p_glColor3us)(GLushort,GLushort,GLushort);
65 void (WINE_GLAPI *p_glColor3usv)(const GLushort*);
80 void (WINE_GLAPI *p_glColor4us)(GLushort,GLushort,GLushort,GLushort);
81 void (WINE_GLAPI *p_glColor4usv)(const GLushort*);
147 void (WINE_GLAPI *p_glGetPixelMapusv)(GLenum,GLushort*);
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dglapitable.h66 void (GLAPIENTRYP Color3us)(GLushort red, GLushort green, GLushort blue); /* 23 */
67 void (GLAPIENTRYP Color3usv)(const GLushort * v); /* 24 */
82 void (GLAPIENTRYP Color4us)(GLushort red, GLushort green, GLushort blue, GLushort alpha); /* 39 */
83 void (GLAPIENTRYP Color4usv)(const GLushort * v); /* 40 */
210 void (GLAPIENTRYP LineStipple)(GLint factor, GLushort patter
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dglapitable.h64 void (GLAPIENTRYP Color3us) (GLushort red, GLushort green, GLushort blue); /* 23 */
65 void (GLAPIENTRYP Color3usv) (const GLushort * v); /* 24 */
80 void (GLAPIENTRYP Color4us) (GLushort red, GLushort green, GLushort blue, GLushort alpha); /* 39 */
81 void (GLAPIENTRYP Color4usv) (const GLushort * v); /* 40 */
208 void (GLAPIENTRYP LineStipple) (GLint factor, GLushort patter
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dglapitable.h64 void (GLAPIENTRYP Color3us) (GLushort red, GLushort green, GLushort blue); /* 23 */
65 void (GLAPIENTRYP Color3usv) (const GLushort * v); /* 24 */
80 void (GLAPIENTRYP Color4us) (GLushort red, GLushort green, GLushort blue, GLushort alpha); /* 39 */
81 void (GLAPIENTRYP Color4usv) (const GLushort * v); /* 40 */
208 void (GLAPIENTRYP LineStipple) (GLint factor, GLushort patter
[all...]
/vbox/src/VBox/Additions/common/crOpenGL/array/
H A Darrayspu.c219 case 3: array_spu.self.Color3usv((GLushort *)p); break;
220 case 4: array_spu.self.Color4usv((GLushort *)p); break;
294 array_spu.self.SecondaryColor3usvEXT((GLushort *)p); break;
495 array_spu.self.ArrayElement((GLint) * (GLushort *) p);
496 p+=sizeof (GLushort);
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/drivers/dri/common/
H A Dspantmp2.h74 GLushort * _p = (GLushort *) GET_PTR(_x, _y); \
80 GLushort p = *(volatile GLshort *) GET_PTR(_x, _y); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dglapitable.h67 void (GLAPIENTRYP Color3us)(GLushort red, GLushort green, GLushort blue); /* 23 */
68 void (GLAPIENTRYP Color3usv)(const GLushort * v); /* 24 */
83 void (GLAPIENTRYP Color4us)(GLushort red, GLushort green, GLushort blue, GLushort alpha); /* 39 */
84 void (GLAPIENTRYP Color4usv)(const GLushort * v); /* 40 */
211 void (GLAPIENTRYP LineStipple)(GLint factor, GLushort patter
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dglapitable.h66 void (GLAPIENTRYP Color3us)(GLushort red, GLushort green, GLushort blue); /* 23 */
67 void (GLAPIENTRYP Color3usv)(const GLushort * v); /* 24 */
82 void (GLAPIENTRYP Color4us)(GLushort red, GLushort green, GLushort blue, GLushort alpha); /* 39 */
83 void (GLAPIENTRYP Color4usv)(const GLushort * v); /* 40 */
210 void (GLAPIENTRYP LineStipple)(GLint factor, GLushort patter
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dglapitable.h66 void (GLAPIENTRYP Color3us)(GLushort red, GLushort green, GLushort blue); /* 23 */
67 void (GLAPIENTRYP Color3usv)(const GLushort * v); /* 24 */
82 void (GLAPIENTRYP Color4us)(GLushort red, GLushort green, GLushort blue, GLushort alpha); /* 39 */
83 void (GLAPIENTRYP Color4usv)(const GLushort * v); /* 40 */
210 void (GLAPIENTRYP LineStipple)(GLint factor, GLushort patter
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dglapitable.h66 void (GLAPIENTRYP Color3us)(GLushort red, GLushort green, GLushort blue); /* 23 */
67 void (GLAPIENTRYP Color3usv)(const GLushort * v); /* 24 */
82 void (GLAPIENTRYP Color4us)(GLushort red, GLushort green, GLushort blue, GLushort alpha); /* 39 */
83 void (GLAPIENTRYP Color4usv)(const GLushort * v); /* 40 */
210 void (GLAPIENTRYP LineStipple)(GLint factor, GLushort patter
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dglapitable.h66 void (GLAPIENTRYP Color3us)(GLushort red, GLushort green, GLushort blue); /* 23 */
67 void (GLAPIENTRYP Color3usv)(const GLushort * v); /* 24 */
82 void (GLAPIENTRYP Color4us)(GLushort red, GLushort green, GLushort blue, GLushort alpha); /* 39 */
83 void (GLAPIENTRYP Color4usv)(const GLushort * v); /* 40 */
210 void (GLAPIENTRYP LineStipple)(GLint factor, GLushort patter
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dglapitable.h66 void (GLAPIENTRYP Color3us)(GLushort red, GLushort green, GLushort blue); /* 23 */
67 void (GLAPIENTRYP Color3usv)(const GLushort * v); /* 24 */
82 void (GLAPIENTRYP Color4us)(GLushort red, GLushort green, GLushort blue, GLushort alpha); /* 39 */
83 void (GLAPIENTRYP Color4usv)(const GLushort * v); /* 40 */
210 void (GLAPIENTRYP LineStipple)(GLint factor, GLushort patter
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dglapitable.h66 void (GLAPIENTRYP Color3us)(GLushort red, GLushort green, GLushort blue); /* 23 */
67 void (GLAPIENTRYP Color3usv)(const GLushort * v); /* 24 */
82 void (GLAPIENTRYP Color4us)(GLushort red, GLushort green, GLushort blue, GLushort alpha); /* 39 */
83 void (GLAPIENTRYP Color4usv)(const GLushort * v); /* 40 */
210 void (GLAPIENTRYP LineStipple)(GLint factor, GLushort patter
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/glapi/
H A Dglapitable.h67 void (GLAPIENTRYP Color3us)(GLushort red, GLushort green, GLushort blue); /* 23 */
68 void (GLAPIENTRYP Color3usv)(const GLushort * v); /* 24 */
83 void (GLAPIENTRYP Color4us)(GLushort red, GLushort green, GLushort blue, GLushort alpha); /* 39 */
84 void (GLAPIENTRYP Color4usv)(const GLushort * v); /* 40 */
211 void (GLAPIENTRYP LineStipple)(GLint factor, GLushort patter
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dimage.h34 _mesa_swap2( GLushort *p, GLuint n );
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/math/
H A Dm_trans_tmp.h148 static void DEST_4US( GLushort (*t)[4],
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dpixel.c187 #define FLOAT_TO_USHORT(f) ((GLushort) ((f) * 65535.0))
247 const GLushort *usSrc = (GLushort *) src;
874 GLushort *usDst = (GLushort *) dst;
917 usDst[i] = (GLushort) tmpRow[i];
1392 swap2(GLushort *us, GLuint n)
1608 swap2((GLushort *) dst, srcBytesPerRow / size);
1645 swap2((GLushort *) swapRow, bytes / 2);
1660 swap2((GLushort *) ds
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dgl.h155 typedef unsigned short GLushort; /* 2-byte unsigned */ typedef
798 GLAPI void GLAPIENTRY glLineStipple( GLint factor, GLushort pattern );
1023 GLAPI void GLAPIENTRY glColor3us( GLushort red, GLushort green, GLushort blue );
1039 GLAPI void GLAPIENTRY glColor4us( GLushort red, GLushort green,
1040 GLushort blue, GLushort alpha );
1050 GLAPI void GLAPIENTRY glColor3usv( const GLushort *
[all...]

Completed in 130 milliseconds

1234