Home
last modified time | relevance | path

Searched refs:GLshort (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/SDL2/src/render/opengl/
A DSDL_glfuncs.h58 SDL_PROC_UNUSED(void, glColor3s, (GLshort, GLshort, GLshort))
74 SDL_PROC_UNUSED(void, glColor4s, (GLshort, GLshort, GLshort, GLshort))
280 SDL_PROC_UNUSED(void, glNormal3s, (GLshort nx, GLshort ny, GLshort nz))
328 SDL_PROC_UNUSED(void, glRasterPos3s, (GLshort x, GLshort y, GLshort z))
339 (GLshort x, GLshort y, GLshort z, GLshort w))
354 (GLshort x1, GLshort y1, GLshort x2, GLshort y2))
391 SDL_PROC_UNUSED(void, glTexCoord3s, (GLshort s, GLshort t, GLshort r))
402 (GLshort s, GLshort t, GLshort r, GLshort q))
452 SDL_PROC_UNUSED(void, glVertex2s, (GLshort x, GLshort y))
460 SDL_PROC_UNUSED(void, glVertex3s, (GLshort x, GLshort y, GLshort z))
[all …]
/AliOS-Things-master/components/SDL2/include/
A DSDL_opengl.h997 GLAPI void GLAPIENTRY glVertex3s( GLshort x, GLshort y, GLshort z );
1002 GLAPI void GLAPIENTRY glVertex4s( GLshort x, GLshort y, GLshort z, GLshort w );
1024 GLAPI void GLAPIENTRY glNormal3s( GLshort nx, GLshort ny, GLshort nz );
1049 GLAPI void GLAPIENTRY glColor3s( GLshort red, GLshort green, GLshort blue );
1104 GLAPI void GLAPIENTRY glTexCoord3s( GLshort s, GLshort t, GLshort r );
1109 GLAPI void GLAPIENTRY glTexCoord4s( GLshort s, GLshort t, GLshort r, GLshort q );
1140 GLAPI void GLAPIENTRY glRasterPos3s( GLshort x, GLshort y, GLshort z );
1145 GLAPI void GLAPIENTRY glRasterPos4s( GLshort x, GLshort y, GLshort z, GLshort w );
1166 GLAPI void GLAPIENTRY glRects( GLshort x1, GLshort y1, GLshort x2, GLshort y2 );
1956 GLAPI void GLAPIENTRY glMultiTexCoord4s( GLenum target, GLshort s, GLshort t, GLshort r, GLshort q …
[all …]
A DSDL_opengl_glext.h264 …id (APIENTRYP PFNGLMULTITEXCOORD4SPROC) (GLenum target, GLshort s, GLshort t, GLshort r, GLshort q…
311 GLAPI void APIENTRY glMultiTexCoord4s (GLenum target, GLshort s, GLshort t, GLshort r, GLshort q);
461 GLAPI void APIENTRY glWindowPos3s (GLshort x, GLshort y, GLshort z);
744 …void (APIENTRYP PFNGLVERTEXATTRIB4SPROC) (GLuint index, GLshort x, GLshort y, GLshort z, GLshort w…
838 GLAPI void APIENTRY glVertexAttrib4s (GLuint index, GLshort x, GLshort y, GLshort z, GLshort w);
3386 GLAPI void APIENTRY glMultiTexCoord4sARB (GLenum target, GLshort s, GLshort t, GLshort r, GLshort q…
4308 GLAPI void APIENTRY glVertexAttrib4sARB (GLuint index, GLshort x, GLshort y, GLshort z, GLshort w);
5754 GLAPI void APIENTRY glVertexStream4sATI (GLenum stream, GLshort x, GLshort y, GLshort z, GLshort w);
8357 typedef void (APIENTRYP PFNGLWINDOWPOS4SMESAPROC) (GLshort x, GLshort y, GLshort z, GLshort w);
8382 GLAPI void APIENTRY glWindowPos4sMESA (GLshort x, GLshort y, GLshort z, GLshort w);
[all …]
A DSDL_opengles2_gl2.h27 typedef short GLshort; typedef
/AliOS-Things-master/components/SDL2/src/video/khronos/GLES2/
A Dgl2.h65 typedef short GLshort; typedef

Completed in 70 milliseconds