Home
last modified time | relevance | path

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

/development/ndk/platforms/android-5/include/GLES2/
Dgl2.h34 typedef khronos_float_t GLclampf; typedef
481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLcl…
490 GL_APICALL void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLcl…
491 GL_APICALL void GL_APIENTRY glClearDepthf (GLclampf depth);
510 GL_APICALL void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
569 GL_APICALL void GL_APIENTRY glSampleCoverage (GLclampf value, GLboolean invert);
/development/ndk/platforms/android-4/include/GLES/
Dgl.h30 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 value, GLboolean invert);
Dglext.h703 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf zNear, GLclampf zFar);
708 GL_API void GL_APIENTRY glClearDepthfOES (GLclampf depth);
710 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFOESPROC) (GLclampf zNear, GLclampf zFar);
715 typedef void (GL_APIENTRYP PFNGLCLEARDEPTHFOESPROC) (GLclampf depth);
/development/ndk/platforms/android-18/include/GLES3/
Dgl3.h56 typedef khronos_float_t GLclampf; typedef