Searched defs:GLclampf (Results 1 - 3 of 3) sorted by relevance
/external/mesa3d/include/GLES2/ |
H A D | gl2.h | 34 typedef khronos_float_t GLclampf; typedef 481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 490 GL_APICALL void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 491 GL_APICALL void GL_APIENTRY glClearDepthf (GLclampf dept [all...] |
/external/mesa3d/include/GLES/ |
H A D | gl.h | 30 typedef khronos_float_t GLclampf; typedef 593 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLclampf ref); 594 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 595 GL_API void GL_APIENTRY glClearDepthf (GLclampf depth); 598 GL_API void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar); 717 GL_API void GL_APIENTRY glSampleCoverage (GLclampf valu [all...] |
/external/mesa3d/include/GL/ |
H A D | gl.h | 161 typedef float GLclampf; /* single precision float in [0,1] */ typedef 778 GLAPI void GLAPIENTRY glClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ); 786 GLAPI void GLAPIENTRY glAlphaFunc( GLenum func, GLclampf ref ); 1343 const GLclampf *priorities ); 1663 GLAPI void GLAPIENTRY glBlendColor( GLclampf red, GLclampf green, 1664 GLclampf blu [all...] |
Completed in 61 milliseconds