/external/mesa3d/src/mesa/main/ |
D | blend.h | 76 _mesa_BlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 80 _mesa_AlphaFunc( GLenum func, GLclampf ref );
|
D | clear.h | 37 _mesa_ClearColor( GLclampf red, GLclampf green, 38 GLclampf blue, GLclampf alpha );
|
D | viewport.h | 47 _mesa_DepthRangef(GLclampf nearval, GLclampf farval);
|
D | es1_conversion.c | 41 _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()
|
D | clear.c | 75 _mesa_ClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) in _mesa_ClearColor()
|
D | viewport.c | 150 _mesa_DepthRangef(GLclampf nearval, GLclampf farval) in _mesa_DepthRangef()
|
D | multisample.h | 34 _mesa_SampleCoverageARB(GLclampf value, GLboolean invert);
|
D | depth.h | 47 _mesa_ClearDepthf( GLclampf depth );
|
D | multisample.c | 37 _mesa_SampleCoverageARB(GLclampf value, GLboolean invert) in _mesa_SampleCoverageARB()
|
D | blend.c | 542 _mesa_BlendColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) in _mesa_BlendColor() 580 _mesa_AlphaFunc( GLenum func, GLclampf ref ) in _mesa_AlphaFunc()
|
D | texobj.h | 156 const GLclampf *priorities );
|
D | depth.c | 61 _mesa_ClearDepthf( GLclampf depth ) in _mesa_ClearDepthf()
|
/external/deqp/doc/ |
D | GLES2 Negative API Functions.txt | 69 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);
|
D | GLES3 Negative API Functions.txt | 124 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/ |
D | es2pStateChangeCallTests.cpp | 255 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/ |
D | gl2.h | 34 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/ |
D | importgl.h | 68 FNDEF(void, glClearColor, (GLclampf red, GLclampf green, GLclampf blue, 69 GLclampf alpha));
|
/external/deqp/modules/gles3/performance/ |
D | es3pStateChangeCallTests.cpp | 290 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/ |
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 value, GLboolean invert);
|
D | glext.h | 737 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/ |
D | glwDefs.cpp | 45 DE_STATIC_ASSERT(sizeof(GLclampf) == 4);
|
D | glwTypes.inl | 60 typedef float GLclampf; typedef
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 256 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/ |
D | glext.h | 1442 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/ |
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 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);
|