Searched refs:GLushort (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/java2d/opengl/J2D_GL/
H A Dwglext.h423 extern GLboolean WINAPI wglCreateDisplayColorTableEXT (GLushort);
424 extern GLboolean WINAPI wglLoadDisplayColorTableEXT (const GLushort *, GLuint);
425 extern GLboolean WINAPI wglBindDisplayColorTableEXT (GLushort);
426 extern VOID WINAPI wglDestroyDisplayColorTableEXT (GLushort);
428 typedef GLboolean (WINAPI * PFNWGLCREATEDISPLAYCOLORTABLEEXTPROC) (GLushort id);
429 typedef GLboolean (WINAPI * PFNWGLLOADDISPLAYCOLORTABLEEXTPROC) (const GLushort *table, GLuint length);
430 typedef GLboolean (WINAPI * PFNWGLBINDDISPLAYCOLORTABLEEXTPROC) (GLushort id);
431 typedef VOID (WINAPI * PFNWGLDESTROYDISPLAYCOLORTABLEEXTPROC) (GLushort id);
/openjdk7/jdk/src/share/native/sun/java2d/opengl/J2D_GL/
H A Dglext.h3305 GLAPI void APIENTRY glSecondaryColor3us (GLushort, GLushort, GLushort);
3306 GLAPI void APIENTRY glSecondaryColor3usv (const GLushort *);
3351 typedef void (APIENTRYP PFNGLSECONDARYCOLOR3USPROC) (GLushort red, GLushort green, GLushort blue);
3352 typedef void (APIENTRYP PFNGLSECONDARYCOLOR3USVPROC) (const GLushort *v);
3499 GLAPI void APIENTRY glVertexAttrib4Nusv (GLuint, const GLushort *);
3510 GLAPI void APIENTRY glVertexAttrib4usv (GLuint, const GLushort *);
[all...]
H A Dgl.h161 typedef unsigned short GLushort; /* 2-byte unsigned */ typedef
804 GLAPI void GLAPIENTRY glLineStipple( GLint factor, GLushort pattern );
1029 GLAPI void GLAPIENTRY glColor3us( GLushort red, GLushort green, GLushort blue );
1045 GLAPI void GLAPIENTRY glColor4us( GLushort red, GLushort green,
1046 GLushort blue, GLushort alpha );
1056 GLAPI void GLAPIENTRY glColor3usv( const GLushort *
[all...]

Completed in 112 milliseconds