Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/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/webkit/Source/WebCore/platform/graphics/cairo/
DOpenGLShims.h35 typedef void (*glBlendColorType) (GLclampf, GLclampf, GLclampf, GLclampf);
86 typedef void (*glSampleCoverageType) (GLclampf, GLboolean);
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DContext.h142 GLclampf depthClearValue;
178 GLclampf sampleCoverageValue;
281 void setSampleCoverageParams(GLclampf value, bool invert);
DlibGLESv2.cpp270 void __stdcall glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glBlendColor()
620 void __stdcall glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor()
640 void __stdcall glClearDepthf(GLclampf depth) in glClearDepthf()
1598 void __stdcall glDepthRangef(GLclampf zNear, GLclampf zFar) in glDepthRangef()
4107 void __stdcall glSampleCoverage(GLclampf value, GLboolean invert) in glSampleCoverage()
DContext.cpp613 void Context::setSampleCoverageParams(GLclampf value, bool invert) in setSampleCoverageParams()
/external/qemu/distrib/sdl-1.2.15/src/video/
DSDL_glfuncs.h7 SDL_PROC_UNUSED(void,glAlphaFunc,(GLenum,GLclampf))
18 SDL_PROC_UNUSED(void,glClearColor,(GLclampf,GLclampf,GLclampf,GLclampf))
213 SDL_PROC_UNUSED(void,glPrioritizeTextures,(GLsizei n, const GLuint *textures, const GLclampf *prior…
/external/quake/quake/src/QW/client/
Dglquake2.h24 const GLclampf *);
Dglquake.h58 const GLclampf *);
/external/qemu/distrib/sdl-1.2.15/include/
DSDL_opengl.h3153 GLAPI void APIENTRY glBlendColor (GLclampf, GLclampf, GLclampf, GLclampf);
3192 typedef void (APIENTRYP PFNGLBLENDCOLORPROC) (GLclampf red, GLclampf green, GLclampf blue, GLclampf
3273 GLAPI void APIENTRY glSampleCoverage (GLclampf, GLboolean);
3320 typedef void (APIENTRYP PFNGLSAMPLECOVERAGEPROC) (GLclampf value, GLboolean invert);
3753 GLAPI void APIENTRY glSampleCoverageARB (GLclampf, GLboolean);
3755 typedef void (APIENTRYP PFNGLSAMPLECOVERAGEARBPROC) (GLclampf value, GLboolean invert);
4248 GLAPI void APIENTRY glBlendColorEXT (GLclampf, GLclampf, GLclampf, GLclampf);
4250 typedef void (APIENTRYP PFNGLBLENDCOLOREXTPROC) (GLclampf red, GLclampf green, GLclampf blue, GLcla…
4445 GLAPI void APIENTRY glPrioritizeTexturesEXT (GLsizei, const GLuint *, const GLclampf *);
4452 …YP PFNGLPRIORITIZETEXTURESEXTPROC) (GLsizei n, const GLuint *textures, const GLclampf *priorities);
[all …]
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContext3DQt.cpp71 typedef void (APIENTRY* glBlendColorType) (GLclampf, GLclampf, GLclampf, GLclampf);
120 typedef void (APIENTRY* glSampleCoverageType) (GLclampf, GLboolean);
/external/quake/quake/src/WinQuake/
Dglquake.h58 const GLclampf *);