Searched refs:GLclampf (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/SDL2/src/render/opengles/ |
A D | SDL_glesfuncs.h | 28 SDL_PROC(void, glClearColor, (GLclampf, GLclampf, GLclampf, GLclampf))
|
/AliOS-Things-master/components/SDL2/src/render/opengles2/ |
A D | SDL_gles2funcs.h | 29 SDL_PROC(void, glClearColor, (GLclampf, GLclampf, GLclampf, GLclampf))
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_opengles2_gl2.h | 34 typedef khronos_float_t GLclampf; typedef 480 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLcl… 489 GL_APICALL void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLcl… 490 GL_APICALL void GL_APIENTRY glClearDepthf (GLclampf depth); 509 GL_APICALL void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar); 568 GL_APICALL void GL_APIENTRY glSampleCoverage (GLclampf value, GLboolean invert);
|
A D | SDL_opengl.h | 188 typedef float GLclampf; /* single precision float in [0,1] */ typedef 805 GLAPI void GLAPIENTRY glClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ); 813 GLAPI void GLAPIENTRY glAlphaFunc( GLenum func, GLclampf ref ); 1370 const GLclampf *priorities ); 1690 GLAPI void GLAPIENTRY glBlendColor( GLclampf red, GLclampf green, 1691 GLclampf blue, GLclampf alpha ); 1969 GLAPI void GLAPIENTRY glSampleCoverage( GLclampf value, GLboolean invert ); 1973 typedef void (APIENTRYP PFNGLSAMPLECOVERAGEPROC) (GLclampf value, GLboolean invert);
|
A D | SDL_opengles2_gl2ext.h | 1953 GL_APICALL void GL_APIENTRY glAlphaFuncQCOM (GLenum func, GLclampf ref); 1955 typedef void (GL_APIENTRYP PFNGLALPHAFUNCQCOMPROC) (GLenum func, GLclampf ref);
|
A D | SDL_opengl_glext.h | 4728 typedef void (APIENTRYP PFNGLCLEARDEPTHFOESPROC) (GLclampf depth); 4730 typedef void (APIENTRYP PFNGLDEPTHRANGEFOESPROC) (GLclampf n, GLclampf f); 4735 GLAPI void APIENTRY glClearDepthfOES (GLclampf depth); 4737 GLAPI void APIENTRY glDepthRangefOES (GLclampf n, GLclampf f); 6938 typedef void (APIENTRYP PFNGLINDEXFUNCEXTPROC) (GLenum func, GLclampf ref); 6940 GLAPI void APIENTRY glIndexFuncEXT (GLenum func, GLclampf ref); 7013 typedef void (APIENTRYP PFNGLSAMPLEMASKEXTPROC) (GLclampf value, GLboolean invert); 7016 GLAPI void APIENTRY glSampleMaskEXT (GLclampf value, GLboolean invert); 7602 GLAPI void APIENTRY glPrioritizeTexturesEXT (GLsizei n, const GLuint *textures, const GLclampf *pri… 10383 typedef void (APIENTRYP PFNGLSAMPLEMASKSGISPROC) (GLclampf value, GLboolean invert); [all …]
|
/AliOS-Things-master/components/SDL2/src/render/opengl/ |
A D | SDL_glfuncs.h | 29 SDL_PROC_UNUSED(void, glAlphaFunc, (GLenum, GLclampf)) 45 SDL_PROC(void, glClearColor, (GLclampf, GLclampf, GLclampf, GLclampf)) 309 const GLclampf * priorities))
|
/AliOS-Things-master/components/SDL2/src/video/khronos/GLES2/ |
A D | gl2.h | 63 typedef khronos_float_t GLclampf; typedef
|
A D | gl2ext.h | 3348 typedef void (GL_APIENTRYP PFNGLALPHAFUNCQCOMPROC) (GLenum func, GLclampf ref); 3350 GL_APICALL void GL_APIENTRY glAlphaFuncQCOM (GLenum func, GLclampf ref);
|
Completed in 94 milliseconds