Home
last modified time | relevance | path

Searched refs:GLclampf (Results 1 - 25 of 77) sorted by relevance

1234

/third_party/vk-gl-cts/modules/gles2/performance/
H A 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()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv2.hpp52 void (GL_APIENTRY *glBlendColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
61 void (GL_APIENTRY *glClearColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
62 void (GL_APIENTRY *glClearDepthf)(GLclampf depth);
85 void (GL_APIENTRY *glDepthRangef)(GLclampf zNea
[all...]
H A Dentry_points.h32 void GL_APIENTRY BlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
41 void GL_APIENTRY ClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
42 void GL_APIENTRY ClearDepthf(GLclampf depth);
65 void GL_APIENTRY DepthRangef(GLclampf zNea
[all...]
H A Dentry_points.cpp73 GL_APICALL void GL_APIENTRY glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glBlendColor()
123 GL_APICALL void GL_APIENTRY glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor()
128 GL_APICALL void GL_APIENTRY glClearDepthf(GLclampf depth) in glClearDepthf()
245 GL_APICALL void GL_APIENTRY glDepthRangef(GLclampf zNea
[all...]
H A DContext.h307 GLclampf depthClearValue;
343 GLclampf sampleCoverageValue;
451 void setSampleCoverageParams(GLclampf value, bool invert);
/third_party/openGLES/api/GLSC/1.0.1/
H A Dgl.h31 typedef float GLclampf; typedef
471 GLAPI void APIENTRY glAlphaFunc (GLenum func, GLclampf ref);
478 GLAPI void APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
479 GLAPI void APIENTRY glClearDepthf (GLclampf depth);
493 GLAPI void APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
/third_party/openGLES/api/GLSC/1.0/
H A Dgl.h36 typedef float GLclampf; typedef
467 GLAPI void APIENTRY glAlphaFunc (GLenum func, GLclampf ref);
474 GLAPI void APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
475 GLAPI void APIENTRY glClearDepthf (GLclampf depth);
489 GLAPI void APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0/
H A Dgl.h36 typedef float GLclampf; typedef
467 GLAPI void APIENTRY glAlphaFunc (GLenum func, GLclampf ref);
474 GLAPI void APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
475 GLAPI void APIENTRY glClearDepthf (GLclampf depth);
489 GLAPI void APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0.1/
H A Dgl.h31 typedef float GLclampf; typedef
471 GLAPI void APIENTRY glAlphaFunc (GLenum func, GLclampf ref);
478 GLAPI void APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
479 GLAPI void APIENTRY glClearDepthf (GLclampf depth);
493 GLAPI void APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
/third_party/vk-gl-cts/modules/gles3/performance/
H A 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()
/third_party/openGLES/api/GLES/1.0/
H A Dgl.h65 typedef float GLclampf; typedef
474 GLAPI void APIENTRY glAlphaFunc (GLenum func, GLclampf ref);
479 GLAPI void APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
481 GLAPI void APIENTRY glClearDepthf (GLclampf depth);
497 GLAPI void APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
557 GLAPI void APIENTRY glSampleCoverage (GLclampf valu
[all...]
/third_party/skia/third_party/externals/opengl-registry/api/GLES/1.0/
H A Dgl.h65 typedef float GLclampf; typedef
474 GLAPI void APIENTRY glAlphaFunc (GLenum func, GLclampf ref);
479 GLAPI void APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
481 GLAPI void APIENTRY glClearDepthf (GLclampf depth);
497 GLAPI void APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
557 GLAPI void APIENTRY glSampleCoverage (GLclampf valu
[all...]
/third_party/mesa3d/src/mesa/main/
H A Des1_conversion.c27 _mesa_AlphaFunc(func, (GLclampf) (ref / 65536.0f)); in _mesa_AlphaFuncx()
33 _mesa_ClearColor((GLclampf) (red / 65536.0f), in _mesa_ClearColorx()
34 (GLclampf) (green / 65536.0f), in _mesa_ClearColorx()
35 (GLclampf) (blue / 65536.0f), in _mesa_ClearColorx()
36 (GLclampf) (alpha / 65536.0f)); in _mesa_ClearColorx()
42 _mesa_ClearDepthf((GLclampf) (depth / 65536.0f)); in _mesa_ClearDepthx()
83 _mesa_DepthRangef((GLclampf) (zNear / 65536.0f), in _mesa_DepthRangex()
84 (GLclampf) (zFar / 65536.0f)); in _mesa_DepthRangex()
724 _mesa_SampleCoverage((GLclampf) (value / 65536.0f), in _mesa_SampleCoveragex()
H A Dmultisample.c45 _mesa_SampleCoverage(GLclampf value, GLboolean invert) in _mesa_SampleCoverage()
188 min_sample_shading(struct gl_context *ctx, GLclampf value) in min_sample_shading()
204 _mesa_MinSampleShading_no_error(GLclampf value) in _mesa_MinSampleShading_no_error()
211 _mesa_MinSampleShading(GLclampf value) in _mesa_MinSampleShading()
H A Dclear.c67 _mesa_ClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) in _mesa_ClearColor()
H A Dblend.c797 _mesa_BlendColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) in _mesa_BlendColor()
832 _mesa_AlphaFunc( GLenum func, GLclampf ref ) in _mesa_AlphaFunc()
H A Ddepth.c58 _mesa_ClearDepthf( GLclampf depth ) in _mesa_ClearDepthf()
/third_party/vk-gl-cts/framework/opengl/wrapper/
H A DglwDefs.cpp45 DE_STATIC_ASSERT(sizeof(GLclampf) == 4);
/third_party/skia/third_party/externals/dawn/generator/templates/opengl/
H A Dopengl_platform.h30 using GLclampf = khronos_float_t;
/third_party/mesa3d/include/GL/
H A Dgl.h126 typedef float GLclampf; /* single precision float in [0,1] */ typedef
743 GLAPI void GLAPIENTRY glClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha );
751 GLAPI void GLAPIENTRY glAlphaFunc( GLenum func, GLclampf ref );
1308 const GLclampf *priorities );
1628 GLAPI void GLAPIENTRY glBlendColor( GLclampf red, GLclampf green,
1629 GLclampf blu
[all...]
/third_party/mesa3d/include/GLES/
H A Dglext.h414 typedef void (GL_APIENTRYP PFNGLCLEARDEPTHFOESPROC) (GLclampf depth);
416 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFOESPROC) (GLclampf n, GLclampf f);
421 GL_API void GL_APIENTRY glClearDepthfOES (GLclampf depth);
423 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf n, GLclampf f);
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dgldrv.h240 void (APIENTRY *glClearColor )( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha );
274 void (APIENTRY *glAlphaFunc )( GLenum func, GLclampf ref );
368 void (APIENTRY *glPrioritizeTextures )(GLsizei n, const GLuint *textures, const GLclampf *priorities);
/third_party/openGLES/api/GLES/
H A Dglext.h395 typedef void (GL_APIENTRYP PFNGLCLEARDEPTHFOESPROC) (GLclampf depth);
397 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFOESPROC) (GLclampf n, GLclampf f);
402 GL_API void GL_APIENTRY glClearDepthfOES (GLclampf depth);
404 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf n, GLclampf f);
/third_party/skia/third_party/externals/swiftshader/include/GLES/
H A Dglext.h414 typedef void (GL_APIENTRYP PFNGLCLEARDEPTHFOESPROC) (GLclampf depth);
416 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFOESPROC) (GLclampf n, GLclampf f);
421 GL_API void GL_APIENTRY glClearDepthfOES (GLclampf depth);
423 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf n, GLclampf f);
/third_party/skia/third_party/externals/opengl-registry/api/GLES/
H A Dglext.h414 typedef void (GL_APIENTRYP PFNGLCLEARDEPTHFOESPROC) (GLclampf depth);
416 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFOESPROC) (GLclampf n, GLclampf f);
421 GL_API void GL_APIENTRY glClearDepthfOES (GLclampf depth);
423 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf n, GLclampf f);

Completed in 38 milliseconds

1234