/AliOS-Things-master/components/SDL2/src/render/opengl/ |
A D | SDL_glfuncs.h | 37 const GLubyte *)) 60 SDL_PROC_UNUSED(void, glColor3ub, (GLubyte, GLubyte, GLubyte)) 61 SDL_PROC_UNUSED(void, glColor3ubv, (const GLubyte *)) 77 (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)) 78 SDL_PROC_UNUSED(void, glColor4ubv, (const GLubyte * v)) 179 SDL_PROC_UNUSED(void, glGetPolygonStipple, (GLubyte * mask)) 180 SDL_PROC(const GLubyte *, glGetString, (GLenum name)) 214 SDL_PROC_UNUSED(void, glIndexub, (GLubyte c)) 215 SDL_PROC_UNUSED(void, glIndexubv, (const GLubyte * c)) 302 SDL_PROC_UNUSED(void, glPolygonStipple, (const GLubyte * mask))
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11opengl.h | 51 void *(*glXGetProcAddress) (const GLubyte*);
|
A D | SDL_x11opengl.c | 200 (void *(*)(const GLubyte *)) in X11_GL_LoadLibrary() 277 return _this->gl_data->glXGetProcAddress((const GLubyte *) proc); in X11_GL_GetProcAddress()
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testgles.c | 54 static GLubyte color[8][4] = { {255, 0, 0, 0}, in Render() 72 static GLubyte indices[36] = { 0, 3, 4, in Render()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_opengl.h | 183 typedef unsigned char GLubyte; /* 1-byte unsigned */ typedef 833 GLAPI void GLAPIENTRY glPolygonStipple( const GLubyte *mask ); 835 GLAPI void GLAPIENTRY glGetPolygonStipple( GLubyte *mask ); 886 GLAPI const GLubyte * GLAPIENTRY glGetString( GLenum name ); 1037 GLAPI void GLAPIENTRY glIndexub( GLubyte c ); /* 1.1 */ 1050 GLAPI void GLAPIENTRY glColor3ub( GLubyte red, GLubyte green, GLubyte blue ); 1064 GLAPI void GLAPIENTRY glColor4ub( GLubyte red, GLubyte green, 1065 GLubyte blue, GLubyte alpha ); 1077 GLAPI void GLAPIENTRY glColor3ubv( const GLubyte *v ); 1086 GLAPI void GLAPIENTRY glColor4ubv( const GLubyte *v ); [all …]
|
A D | SDL_opengl_glext.h | 440 GLAPI void APIENTRY glSecondaryColor3ub (GLubyte red, GLubyte green, GLubyte blue); 734 …id (APIENTRYP PFNGLVERTEXATTRIB4NUBPROC) (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w… 828 GLAPI void APIENTRY glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w); 4254 …(APIENTRYP PFNGLVERTEXATTRIB4NUBARBPROC) (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w… 4298 GLAPI void APIENTRY glVertexAttrib4NubARB (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w… 7184 GLAPI void APIENTRY glSecondaryColor3ubEXT (GLubyte red, GLubyte green, GLubyte blue); 10025 …d (APIENTRYP PFNGLVERTEXATTRIB4UBNVPROC) (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w… 10090 GLAPI void APIENTRY glVertexAttrib4ubNV (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w); 11081 typedef void (APIENTRYP PFNGLCOLOR4UBVERTEX2FSUNPROC) (GLubyte r, GLubyte g, GLubyte b, GLubyte a, … 11122 GLAPI void APIENTRY glColor4ubVertex2fSUN (GLubyte r, GLubyte g, GLubyte b, GLubyte a, GLfloat x, G… [all …]
|
A D | SDL_opengles2_gl2.h | 30 typedef khronos_uint8_t GLubyte; typedef 544 GL_APICALL const GLubyte* GL_APIENTRY glGetString (GLenum name);
|
/AliOS-Things-master/components/SDL2/src/render/opengles2/ |
A D | SDL_gles2funcs.h | 45 SDL_PROC(const GLubyte *, glGetString, (GLenum))
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoaopengl.m | 314 const GLubyte *(APIENTRY * glGetStringFunc)(GLenum); 316 … glGetStringFunc = (const GLubyte *(APIENTRY *)(GLenum)) SDL_GL_GetProcAddress("glGetString");
|
/AliOS-Things-master/components/SDL2/src/video/khronos/GLES2/ |
A D | gl2.h | 81 typedef khronos_uint8_t GLubyte; typedef 454 typedef const GLubyte *(GL_APIENTRYP PFNGLGETSTRINGPROC) (GLenum name); 597 GL_APICALL const GLubyte *GL_APIENTRY glGetString (GLenum name);
|
A D | gl2ext.h | 1467 typedef void (GL_APIENTRYP PFNGLGETUNSIGNEDBYTEVEXTPROC) (GLenum pname, GLubyte *data); 1468 typedef void (GL_APIENTRYP PFNGLGETUNSIGNEDBYTEI_VEXTPROC) (GLenum target, GLuint index, GLubyte *d… 1485 GL_APICALL void GL_APIENTRY glGetUnsignedBytevEXT (GLenum pname, GLubyte *data); 1486 GL_APICALL void GL_APIENTRY glGetUnsignedBytei_vEXT (GLenum target, GLuint index, GLubyte *data); 3024 …ENTRYP PFNGLPATHCOMMANDSNVPROC) (GLuint path, GLsizei numCommands, const GLubyte *commands, GLsize… 3026 …sizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte *commands, GLsize… 3053 typedef void (GL_APIENTRYP PFNGLGETPATHCOMMANDSNVPROC) (GLuint path, GLubyte *commands); 3082 GL_APICALL void GL_APIENTRY glPathCommandsNV (GLuint path, GLsizei numCommands, const GLubyte *comm… 3084 …sizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte *commands, GLsize… 3111 GL_APICALL void GL_APIENTRY glGetPathCommandsNV (GLuint path, GLubyte *commands);
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/ |
A D | vwebp.c | 311 const GLubyte color = 128 + 64 * (!((x + y) & square_size)); in DrawCheckerBoard()
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_video.c | 227 const GLubyte *(APIENTRY * glGetStringFunc) (GLenum); in ShouldUseTextureFramebuffer() 3023 const GLubyte *(APIENTRY * glGetStringFunc) (GLenum); in SDL_GL_ExtensionSupported() 3047 const GLubyte *(APIENTRY * glGetStringiFunc) (GLenum, GLuint); in SDL_GL_ExtensionSupported() 3324 const GLubyte *(APIENTRY *glGetStringFunc) (GLenum name); in SDL_GL_GetAttribute()
|