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

/external/mesa3d/include/pixelflinger2/
H A Dpixelflinger2_interface.h171 void (* DepthRangef)(GGLInterface_t * iface, GLclampf zNear, GLclampf zFar);
176 void (* BlendColor)(GGLInterface_t * iface, GLclampf red, GLclampf green,
177 GLclampf blue, GLclampf alpha);
191 void (* ClearColor)(GGLInterface_t * iface, GLclampf r, GLclampf g, GLclampf b, GLclampf
[all...]
/external/mesa3d/src/pixelflinger2/
H A Dpixelflinger2.cpp32 static void DepthRangef(GGLInterface * iface, GLclampf zNear, GLclampf zFar)
66 static void BlendColor(GGLInterface * iface, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
H A Dbuffer.cpp118 static void ClearColor(GGLInterface * iface, GLclampf r, GLclampf g, GLclampf b, GLclampf a)
129 static void ClearDepthf(GGLInterface * iface, GLclampf d)
/external/mesa3d/include/GLES2/
H A Dgl2.h34 typedef khronos_float_t GLclampf; typedef
481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
490 GL_APICALL void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
491 GL_APICALL void GL_APIENTRY glClearDepthf (GLclampf dept
[all...]
/external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
H A Dgl2.h34 typedef khronos_float_t GLclampf; typedef
481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
490 GL_APICALL void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
491 GL_APICALL void GL_APIENTRY glClearDepthf (GLclampf dept
[all...]
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DOpenGLShims.h35 typedef void (*glBlendColorType) (GLclampf, GLclampf, GLclampf, GLclampf);
86 typedef void (*glSampleCoverageType) (GLclampf, GLboolean);
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DContext.h142 GLclampf depthClearValue;
178 GLclampf sampleCoverageValue;
281 void setSampleCoverageParams(GLclampf value, bool invert);
H A DlibGLESv2.cpp270 void __stdcall glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
272 TRACE("(GLclampf red = %f, GLclampf green = %f, GLclampf blue = %f, GLclampf alpha = %f)",
620 void __stdcall glClearColor(GLclampf red, GLclampf gree
[all...]
H A DContext.cpp613 void Context::setSampleCoverageParams(GLclampf value, bool invert)
/external/quake/quake/src/QW/client/
H A Dglquake2.h24 const GLclampf *);
H A Dglquake.h58 const GLclampf *);
/external/qemu/distrib/sdl-1.2.15/src/video/
H A 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 *priorities))
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_opengl.h3153 GLAPI void APIENTRY glBlendColor (GLclampf, GLclampf, GLclampf, GLclampf);
3192 typedef void (APIENTRYP PFNGLBLENDCOLORPROC) (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
3273 GLAPI void APIENTRY glSampleCoverage (GLclampf, GLboolean);
3320 typedef void (APIENTRYP PFNGLSAMPLECOVERAGEPROC) (GLclampf valu
[all...]
/external/quake/quake/src/WinQuake/
H A Dglquake.h58 const GLclampf *);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContext3DQt.cpp71 typedef void (APIENTRY* glBlendColorType) (GLclampf, GLclampf, GLclampf, GLclampf);
120 typedef void (APIENTRY* glSampleCoverageType) (GLclampf, GLboolean);
/external/mesa3d/src/mesa/main/
H A Dmtypes.h700 GLclampf ClearColor[4]; /**< Color to use for glClear */
713 GLclampf AlphaRef; /**< Alpha reference value */

Completed in 199 milliseconds