Searched refs:GLbyte (Results 151 - 175 of 201) sorted by relevance

123456789

/vbox/src/VBox/HostServices/SharedOpenGL/unpacker/
H A Dunpack_program.c264 const GLbyte *v = DATA_POINTER(4, const GLbyte);
312 const GLbyte *v = DATA_POINTER(4, const GLbyte);
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_lists.c144 const GLbyte *src = (const GLbyte *) lists;
/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_client.c17 /*Convert from GLbyte to GLfloat in [-1.f,1.f]*/
18 #define CRP_B2F_NORM(b) ((2.f*((GLbyte)(b))+1.f) * (1.f/255.f))
219 GLbyte *bPtr = (GLbyte*) p;
240 GLbyte bv[4];
327 case GL_BYTE: crPackNormal3bv((GLbyte *)p); break;
353 case 3: crPackColor3bv((GLbyte *)p); break;
354 case 4: crPackColor4bv((GLbyte *)p); break;
426 crPackSecondaryColor3bvEXT((GLbyte *)p); break;
H A Dpack_buffer.c350 const GLbyte *payload = (const GLbyte *) src->opcode_current + 1;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwgl_driver.h50 void (WINE_GLAPI *p_glColor3b)(GLbyte,GLbyte,GLbyte);
51 void (WINE_GLAPI *p_glColor3bv)(const GLbyte*);
66 void (WINE_GLAPI *p_glColor4b)(GLbyte,GLbyte,GLbyte,GLbyte);
67 void (WINE_GLAPI *p_glColor4bv)(const GLbyte*);
211 void (WINE_GLAPI *p_glNormal3b)(GLbyte,GLbyt
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dglapitable.h52 void (GLAPIENTRYP Color3b)(GLbyte red, GLbyte green, GLbyte blue); /* 9 */
53 void (GLAPIENTRYP Color3bv)(const GLbyte * v); /* 10 */
68 void (GLAPIENTRYP Color4b)(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha); /* 25 */
69 void (GLAPIENTRYP Color4bv)(const GLbyte * v); /* 26 */
95 void (GLAPIENTRYP Normal3b)(GLbyte n
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dglapitable.h50 void (GLAPIENTRYP Color3b) (GLbyte red, GLbyte green, GLbyte blue); /* 9 */
51 void (GLAPIENTRYP Color3bv) (const GLbyte * v); /* 10 */
66 void (GLAPIENTRYP Color4b) (GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha); /* 25 */
67 void (GLAPIENTRYP Color4bv) (const GLbyte * v); /* 26 */
93 void (GLAPIENTRYP Normal3b) (GLbyte n
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dglapitable.h50 void (GLAPIENTRYP Color3b) (GLbyte red, GLbyte green, GLbyte blue); /* 9 */
51 void (GLAPIENTRYP Color3bv) (const GLbyte * v); /* 10 */
66 void (GLAPIENTRYP Color4b) (GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha); /* 25 */
67 void (GLAPIENTRYP Color4bv) (const GLbyte * v); /* 26 */
93 void (GLAPIENTRYP Normal3b) (GLbyte n
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dglapitable.h53 void (GLAPIENTRYP Color3b)(GLbyte red, GLbyte green, GLbyte blue); /* 9 */
54 void (GLAPIENTRYP Color3bv)(const GLbyte * v); /* 10 */
69 void (GLAPIENTRYP Color4b)(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha); /* 25 */
70 void (GLAPIENTRYP Color4bv)(const GLbyte * v); /* 26 */
96 void (GLAPIENTRYP Normal3b)(GLbyte n
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dglapitable.h52 void (GLAPIENTRYP Color3b)(GLbyte red, GLbyte green, GLbyte blue); /* 9 */
53 void (GLAPIENTRYP Color3bv)(const GLbyte * v); /* 10 */
68 void (GLAPIENTRYP Color4b)(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha); /* 25 */
69 void (GLAPIENTRYP Color4bv)(const GLbyte * v); /* 26 */
95 void (GLAPIENTRYP Normal3b)(GLbyte n
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dglapitable.h52 void (GLAPIENTRYP Color3b)(GLbyte red, GLbyte green, GLbyte blue); /* 9 */
53 void (GLAPIENTRYP Color3bv)(const GLbyte * v); /* 10 */
68 void (GLAPIENTRYP Color4b)(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha); /* 25 */
69 void (GLAPIENTRYP Color4bv)(const GLbyte * v); /* 26 */
95 void (GLAPIENTRYP Normal3b)(GLbyte n
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dglapitable.h52 void (GLAPIENTRYP Color3b)(GLbyte red, GLbyte green, GLbyte blue); /* 9 */
53 void (GLAPIENTRYP Color3bv)(const GLbyte * v); /* 10 */
68 void (GLAPIENTRYP Color4b)(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha); /* 25 */
69 void (GLAPIENTRYP Color4bv)(const GLbyte * v); /* 26 */
95 void (GLAPIENTRYP Normal3b)(GLbyte n
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dglapitable.h52 void (GLAPIENTRYP Color3b)(GLbyte red, GLbyte green, GLbyte blue); /* 9 */
53 void (GLAPIENTRYP Color3bv)(const GLbyte * v); /* 10 */
68 void (GLAPIENTRYP Color4b)(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha); /* 25 */
69 void (GLAPIENTRYP Color4bv)(const GLbyte * v); /* 26 */
95 void (GLAPIENTRYP Normal3b)(GLbyte n
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dglapitable.h52 void (GLAPIENTRYP Color3b)(GLbyte red, GLbyte green, GLbyte blue); /* 9 */
53 void (GLAPIENTRYP Color3bv)(const GLbyte * v); /* 10 */
68 void (GLAPIENTRYP Color4b)(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha); /* 25 */
69 void (GLAPIENTRYP Color4bv)(const GLbyte * v); /* 26 */
95 void (GLAPIENTRYP Normal3b)(GLbyte n
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dglapitable.h52 void (GLAPIENTRYP Color3b)(GLbyte red, GLbyte green, GLbyte blue); /* 9 */
53 void (GLAPIENTRYP Color3bv)(const GLbyte * v); /* 10 */
68 void (GLAPIENTRYP Color4b)(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha); /* 25 */
69 void (GLAPIENTRYP Color4bv)(const GLbyte * v); /* 26 */
95 void (GLAPIENTRYP Normal3b)(GLbyte n
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/glapi/
H A Dglapitable.h53 void (GLAPIENTRYP Color3b)(GLbyte red, GLbyte green, GLbyte blue); /* 9 */
54 void (GLAPIENTRYP Color3bv)(const GLbyte * v); /* 10 */
69 void (GLAPIENTRYP Color4b)(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha); /* 25 */
70 void (GLAPIENTRYP Color4bv)(const GLbyte * v); /* 26 */
96 void (GLAPIENTRYP Normal3b)(GLbyte n
[all...]
/vbox/src/VBox/Devices/Graphics/vmsvga_glext/
H A Dglext.h6488 GLAPI void APIENTRY glSecondaryColor3b (GLbyte red, GLbyte green, GLbyte blue);
6489 GLAPI void APIENTRY glSecondaryColor3bv (const GLbyte *v);
6534 typedef void (APIENTRYP PFNGLSECONDARYCOLOR3BPROC) (GLbyte red, GLbyte green, GLbyte blue);
6535 typedef void (APIENTRYP PFNGLSECONDARYCOLOR3BVPROC) (const GLbyte *v);
6690 GLAPI void APIENTRY glVertexAttrib4Nbv (GLuint index, const GLbyte *v);
6697 GLAPI void APIENTRY glVertexAttrib4bv (GLuint index, const GLbyte *
[all...]
/vbox/src/VBox/Additions/common/crOpenGL/array/
H A Darrayspu.c198 case 3: array_spu.self.Color3bv((GLbyte *)p); break;
199 case 4: array_spu.self.Color4bv((GLbyte *)p); break;
266 case GL_BYTE: array_spu.self.Normal3bv((GLbyte *)p); break;
288 array_spu.self.SecondaryColor3bvEXT((GLbyte *)p); break;
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dstub.h362 extern void APIENTRY glBoundsInfoCR(const CRrecti *, const GLbyte *, GLint, GLint);
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dpixel.c178 #define FLOAT_TO_BYTE(f) ((GLbyte) ((f) * 127.0))
181 #define FLOAT_TO_UBYTE(f) ((GLbyte) ((f) * 255.0))
244 const GLbyte *bSrc = (GLbyte *) src;
871 GLbyte *bDst = (GLbyte *) dst;
905 bDst[i] = (GLbyte) tmpRow[i];
959 bDst[i] = (GLbyte) FLOAT_TO_INT(tmpRow[i]);
963 bDst[i] = (GLbyte) FLOAT_TO_UINT(tmpRow[i]);
/vbox/src/VBox/GuestHost/OpenGL/include/GL/
H A Dglext.h3984 GLAPI void APIENTRY glSecondaryColor3b (GLbyte, GLbyte, GLbyte);
3985 GLAPI void APIENTRY glSecondaryColor3bv (const GLbyte *);
4030 typedef void (APIENTRYP PFNGLSECONDARYCOLOR3BPROC) (GLbyte red, GLbyte green, GLbyte blue);
4031 typedef void (APIENTRYP PFNGLSECONDARYCOLOR3BVPROC) (const GLbyte *v);
4186 GLAPI void APIENTRY glVertexAttrib4Nbv (GLuint, const GLbyte *);
4193 GLAPI void APIENTRY glVertexAttrib4bv (GLuint, const GLbyte *);
[all...]
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dgl.h153 typedef signed char GLbyte; /* 1-byte signed */ typedef
993 GLAPI void GLAPIENTRY glNormal3b( GLbyte nx, GLbyte ny, GLbyte nz );
999 GLAPI void GLAPIENTRY glNormal3bv( const GLbyte *v );
1018 GLAPI void GLAPIENTRY glColor3b( GLbyte red, GLbyte green, GLbyte blue );
1027 GLAPI void GLAPIENTRY glColor4b( GLbyte red, GLbyte gree
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dgl.h151 typedef signed char GLbyte; /* 1-byte signed */ typedef
991 GLAPI void GLAPIENTRY glNormal3b( GLbyte nx, GLbyte ny, GLbyte nz );
997 GLAPI void GLAPIENTRY glNormal3bv( const GLbyte *v );
1016 GLAPI void GLAPIENTRY glColor3b( GLbyte red, GLbyte green, GLbyte blue );
1025 GLAPI void GLAPIENTRY glColor4b( GLbyte red, GLbyte gree
[all...]
H A Dglext.h3972 GLAPI void APIENTRY glSecondaryColor3b (GLbyte, GLbyte, GLbyte);
3973 GLAPI void APIENTRY glSecondaryColor3bv (const GLbyte *);
4018 typedef void (APIENTRYP PFNGLSECONDARYCOLOR3BPROC) (GLbyte red, GLbyte green, GLbyte blue);
4019 typedef void (APIENTRYP PFNGLSECONDARYCOLOR3BVPROC) (const GLbyte *v);
4174 GLAPI void APIENTRY glVertexAttrib4Nbv (GLuint, const GLbyte *);
4181 GLAPI void APIENTRY glVertexAttrib4bv (GLuint, const GLbyte *);
[all...]
/vbox/include/VBox/HostServices/
H A Dglext.h3655 GLAPI void APIENTRY glSecondaryColor3b (GLbyte, GLbyte, GLbyte);
3656 GLAPI void APIENTRY glSecondaryColor3bv (const GLbyte *);
3701 typedef void (APIENTRYP PFNGLSECONDARYCOLOR3BPROC) (GLbyte red, GLbyte green, GLbyte blue);
3702 typedef void (APIENTRYP PFNGLSECONDARYCOLOR3BVPROC) (const GLbyte *v);
3857 GLAPI void APIENTRY glVertexAttrib4Nbv (GLuint, const GLbyte *);
3864 GLAPI void APIENTRY glVertexAttrib4bv (GLuint, const GLbyte *);
[all...]

Completed in 252 milliseconds

123456789