Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/libOpenglRender/
Dgl_proc.h23 typedef void (GL_APIENTRY *glAlphaFunc_t) (GLenum, GLclampf);
24 typedef void (GL_APIENTRY *glClearColor_t) (GLclampf, GLclampf, GLclampf, GLclampf);
25 typedef void (GL_APIENTRY *glClearDepthf_t) (GLclampf);
28 typedef void (GL_APIENTRY *glDepthRangef_t) (GLclampf, GLclampf);
145 typedef void (GL_APIENTRY *glSampleCoverage_t) (GLclampf, GLboolean);
243 typedef void (GL_APIENTRY *glDepthRangefOES_t) (GLclampf, GLclampf);
248 typedef void (GL_APIENTRY *glClearDepthfOES_t) (GLclampf);
/sdk/emulator/opengl/host/libs/GLESv1_dec/
Dgl.types3 GLclampf 32 %f false
20 GLclampf* 32 0x%08x true
Dgl.in1 GL_ENTRY(void, glAlphaFunc, GLenum func, GLclampf ref)
2 GL_ENTRY(void, glClearColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
3 GL_ENTRY(void, glClearDepthf, GLclampf depth)
6 GL_ENTRY(void, glDepthRangef, GLclampf zNear, GLclampf zFar)
122 GL_ENTRY(void, glSampleCoverage, GLclampf value, GLboolean invert)
247 GL_ENTRY(void, glDepthRangefOES, GLclampf zNear, GLclampf zFar)
253 GL_ENTRY(void, glClearDepthfOES, GLclampf depth)
/sdk/emulator/opengl/host/libs/Translator/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);
/sdk/emulator/opengl/host/libs/GLESv2_dec/
Dgl2.types3 GLclampf 32 %f false
20 GLclampf* 32 0x%08x true
Dgl2.in8 GL_ENTRY(void, glBlendColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
17 GL_ENTRY(void, glClearColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
18 GL_ENTRY(void, glClearDepthf, GLclampf depth)
37 GL_ENTRY(void, glDepthRangef, GLclampf zNear, GLclampf zFar)
96 GL_ENTRY(void, glSampleCoverage, GLclampf value, GLboolean invert)
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLDispatch.h35 void (GLAPIENTRY *glAlphaFunc) (GLenum func, GLclampf ref);
43 void (GLAPIENTRY *glClearColor) (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
137 void (GLAPIENTRY *glSampleCoverage) ( GLclampf value, GLboolean invert );
DGLEScmImp.cpp272 GL_API void GL_APIENTRY glAlphaFunc( GLenum func, GLclampf ref) { in glAlphaFunc()
358 GL_API void GL_APIENTRY glClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)… in glClearColor()
369 GL_API void GL_APIENTRY glClearDepthf( GLclampf depth) { in glClearDepthf()
522 GL_API void GL_APIENTRY glDepthRangef( GLclampf zNear, GLclampf zFar) { in glDepthRangef()
1350 GL_API void GL_APIENTRY glSampleCoverage( GLclampf value, GLboolean invert) { in glSampleCoverage()
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLDispatch.h46 …static void (GLAPIENTRY *glClearColor) (GLclampf red, GLclampf green, GLclampf blue, GLclampf alph…
85 static void (GLAPIENTRY *glSampleCoverage) ( GLclampf value, GLboolean invert );
118 static void (GLAPIENTRY *glAlphaFunc) (GLenum func, GLclampf ref);
196 …static void (GL_APIENTRY *glBlendColor) (GLclampf red, GLclampf green, GLclampf blue, GLclampf alp…
/sdk/emulator/opengl/host/libs/Translator/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);
/sdk/emulator/opengl/shared/OpenglCodecCommon/
Dgl_base_types.h42 typedef khronos_float_t GLclampf; typedef
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DDummyGLfuncs.h36 void GLAPIENTRY dummy_glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
75 void GLAPIENTRY dummy_glSampleCoverage(GLclampf value, GLboolean invert );
91 void GLAPIENTRY dummy_glAlphaFunc(GLenum func, GLclampf ref);
186 … void GL_APIENTRY dummy_glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
DDummyGLfuncs.cpp29 … void GLAPIENTRY dummy_glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha){} in dummy_glClearColor()
68 void GLAPIENTRY dummy_glSampleCoverage(GLclampf value, GLboolean invert ){} in dummy_glSampleCoverage()
84 void GLAPIENTRY dummy_glAlphaFunc(GLenum func, GLclampf ref){} in dummy_glAlphaFunc()
179 … void GL_APIENTRY dummy_glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha){} in dummy_glBlendColor()
DGLDispatch.cpp82 void (GLAPIENTRY *GLDispatch::glClearColor)(GLclampf,GLclampf,GLclampf,GLclampf) = NULL;
121 void (GLAPIENTRY *GLDispatch::glSampleCoverage)(GLclampf,GLboolean) = NULL;
139 void (GLAPIENTRY *GLDispatch::glAlphaFunc)(GLenum,GLclampf) = NULL;
232 void (GL_APIENTRY *GLDispatch::glBlendColor)(GLclampf,GLclampf,GLclampf,GLclampf) = NULL;
/sdk/emulator/opengl/host/libs/Translator/EGL/
DClientAPIExts.in45 (GLclampf zNear, GLclampf zFar),
65 (GLclampf depth),
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in10 void, glAlphaFunc, GLenum func, GLclampf ref
11 void, glAlphaFuncQCOM, GLenum func, GLclampf ref
33 void, glBlendColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha
52 void, glClearColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha
55 void, glClearDepthf, GLclampf depth
56 void, glClearDepthfOES, GLclampf depth
113 void, glDepthRangef, GLclampf zNear, GLclampf zFar
114 void, glDepthRangefOES, GLclampf zNear, GLclampf zFar
425 void, glSampleCoverage, GLclampf value, GLboolean invert
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp272 GL_APICALL void GL_APIENTRY glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alp… in glBlendColor()
330 GL_APICALL void GL_APIENTRY glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alp… in glClearColor()
334 GL_APICALL void GL_APIENTRY glClearDepthf(GLclampf depth){ in glClearDepthf()
520 GL_APICALL void GL_APIENTRY glDepthRangef(GLclampf zNear, GLclampf zFar){ in glDepthRangef()
1672 GL_APICALL void GL_APIENTRY glSampleCoverage(GLclampf value, GLboolean invert){ in glSampleCoverage()