Home
last modified time | relevance | path

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

12

/external/mesa3d/src/mesa/main/
Dblend.h76 _mesa_BlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
80 _mesa_AlphaFunc( GLenum func, GLclampf ref );
Dclear.h37 _mesa_ClearColor( GLclampf red, GLclampf green,
38 GLclampf blue, GLclampf alpha );
Dviewport.h47 _mesa_DepthRangef(GLclampf nearval, GLclampf farval);
Des1_conversion.c41 _mesa_AlphaFunc(func, (GLclampf) (ref / 65536.0f)); in _es_AlphaFuncx()
47 _mesa_ClearColor((GLclampf) (red / 65536.0f), in _es_ClearColorx()
48 (GLclampf) (green / 65536.0f), in _es_ClearColorx()
49 (GLclampf) (blue / 65536.0f), in _es_ClearColorx()
50 (GLclampf) (alpha / 65536.0f)); in _es_ClearColorx()
56 _mesa_ClearDepthf((GLclampf) (depth / 65536.0f)); in _es_ClearDepthx()
106 _mesa_DepthRangef((GLclampf) (zNear / 65536.0f), in _es_DepthRangex()
107 (GLclampf) (zFar / 65536.0f)); in _es_DepthRangex()
736 _mesa_SampleCoverageARB((GLclampf) (value / 65536.0f), in _es_SampleCoveragex()
Dclear.c75 _mesa_ClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) in _mesa_ClearColor()
Dviewport.c150 _mesa_DepthRangef(GLclampf nearval, GLclampf farval) in _mesa_DepthRangef()
Dmultisample.h34 _mesa_SampleCoverageARB(GLclampf value, GLboolean invert);
Ddepth.h47 _mesa_ClearDepthf( GLclampf depth );
Dmultisample.c37 _mesa_SampleCoverageARB(GLclampf value, GLboolean invert) in _mesa_SampleCoverageARB()
Dblend.c542 _mesa_BlendColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) in _mesa_BlendColor()
580 _mesa_AlphaFunc( GLenum func, GLclampf ref ) in _mesa_AlphaFunc()
Dtexobj.h156 const GLclampf *priorities );
Ddepth.c61 _mesa_ClearDepthf( GLclampf depth ) in _mesa_ClearDepthf()
/external/deqp/doc/
DGLES2 Negative API Functions.txt69 x glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
77 x glDepthRangef (GLclampf zNear, GLclampf zFar);
78 x glSampleCoverage (GLclampf value, GLboolean invert);
111 x glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
112 x glClearDepthf (GLclampf depth);
DGLES3 Negative API Functions.txt124 x glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
132 x glDepthRangef (GLclampf zNear, GLclampf zFar);
133 x glSampleCoverage (GLclampf value, GLboolean invert);
175 x glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
176 x glClearDepthf (GLclampf depth);
/external/deqp/modules/gles2/performance/
Des2pStateChangeCallTests.cpp255 GLclampf, in init()
367 GLclampf, in init()
373 GLclampf, in init()
401 GLclampf, in init()
836 GLclampf, in init()
843 GLclampf, in init()
850 GLclampf, in init()
857 GLclampf, in init()
/external/mesa3d/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);
/external/autotest/client/site_tests/graphics_SanAngeles/src/
Dimportgl.h68 FNDEF(void, glClearColor, (GLclampf red, GLclampf green, GLclampf blue,
69 GLclampf alpha));
/external/deqp/modules/gles3/performance/
Des3pStateChangeCallTests.cpp290 GLclampf, in init()
402 GLclampf, in init()
408 GLclampf, in init()
436 GLclampf, in init()
898 GLclampf, in init()
905 GLclampf, in init()
912 GLclampf, in init()
919 GLclampf, in init()
/external/mesa3d/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.h737 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf zNear, GLclampf zFar);
742 GL_API void GL_APIENTRY glClearDepthfOES (GLclampf depth);
744 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFOESPROC) (GLclampf zNear, GLclampf zFar);
749 typedef void (GL_APIENTRYP PFNGLCLEARDEPTHFOESPROC) (GLclampf depth);
/external/deqp/framework/opengl/wrapper/
DglwDefs.cpp45 DE_STATIC_ASSERT(sizeof(GLclampf) == 4);
DglwTypes.inl60 typedef float GLclampf; typedef
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_icd.h256 void (GLAPIENTRY * ClearColor)(GLclampf, GLclampf, GLclampf, GLclampf);
290 void (GLAPIENTRY * AlphaFunc)(GLenum, GLclampf);
381 void (GLAPIENTRY * PrioritizeTextures)(GLsizei, const GLuint *, const GLclampf *);
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
Dglext.h1442 extern void APIENTRY glBlendColor (GLclampf, GLclampf, GLclampf, GLclampf);
1481 typedef void (APIENTRY * PFNGLBLENDCOLORPROC) (GLclampf red, GLclampf green, GLclampf blue, GLclamp…
1612 extern void APIENTRY glSampleCoverageARB (GLclampf, GLboolean);
1615 typedef void (APIENTRY * PFNGLSAMPLECOVERAGEARBPROC) (GLclampf value, GLboolean invert);
1654 extern void APIENTRY glBlendColorEXT (GLclampf, GLclampf, GLclampf, GLclampf);
1656 typedef void (APIENTRY * PFNGLBLENDCOLOREXTPROC) (GLclampf red, GLclampf green, GLclampf blue, GLcl…
1851 extern void APIENTRY glPrioritizeTexturesEXT (GLsizei, const GLuint *, const GLclampf *);
1858 … * PFNGLPRIORITIZETEXTURESEXTPROC) (GLsizei n, const GLuint *textures, const GLclampf *priorities);
1892 extern void APIENTRY glSampleMaskSGIS (GLclampf, GLboolean);
1895 typedef void (APIENTRY * PFNGLSAMPLEMASKSGISPROC) (GLclampf value, GLboolean invert);
[all …]
/external/mesa3d/include/GL/
Dgl.h161 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 blue, GLclampf alpha );
1739 typedef void (APIENTRYP PFNGLBLENDCOLORPROC) (GLclampf red, GLclampf green, GLclampf blue, GLclampf
1944 GLAPI void GLAPIENTRY glSampleCoverage( GLclampf value, GLboolean invert );
1948 typedef void (APIENTRYP PFNGLSAMPLECOVERAGEPROC) (GLclampf value, GLboolean invert);

12