Home
last modified time | relevance | path

Searched refs:GLclampf (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/SDL2/src/render/opengles/
A DSDL_glesfuncs.h28 SDL_PROC(void, glClearColor, (GLclampf, GLclampf, GLclampf, GLclampf))
/AliOS-Things-master/components/SDL2/src/render/opengles2/
A DSDL_gles2funcs.h29 SDL_PROC(void, glClearColor, (GLclampf, GLclampf, GLclampf, GLclampf))
/AliOS-Things-master/components/SDL2/include/
A DSDL_opengles2_gl2.h34 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 DSDL_opengl.h188 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 DSDL_opengles2_gl2ext.h1953 GL_APICALL void GL_APIENTRY glAlphaFuncQCOM (GLenum func, GLclampf ref);
1955 typedef void (GL_APIENTRYP PFNGLALPHAFUNCQCOMPROC) (GLenum func, GLclampf ref);
A DSDL_opengl_glext.h4728 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 DSDL_glfuncs.h29 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 Dgl2.h63 typedef khronos_float_t GLclampf; typedef
A Dgl2ext.h3348 typedef void (GL_APIENTRYP PFNGLALPHAFUNCQCOMPROC) (GLenum func, GLclampf ref);
3350 GL_APICALL void GL_APIENTRY glAlphaFuncQCOM (GLenum func, GLclampf ref);

Completed in 94 milliseconds