Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_proc.h23 typedef void (* glAlphaFunc_t) (GLenum, GLclampf);
24 typedef void (* glClearColor_t) (GLclampf, GLclampf, GLclampf, GLclampf);
25 typedef void (* glClearDepthf_t) (GLclampf);
28 typedef void (* glDepthRangef_t) (GLclampf, GLclampf);
145 typedef void (* glSampleCoverage_t) (GLclampf, GLboolean);
243 typedef void (* glDepthRangefOES_t) (GLclampf, GLclampf);
248 typedef void (* glClearDepthfOES_t) (GLclampf);
Dgles.cpp56 void glAlphaFunc(GLenum func, GLclampf ref) in glAlphaFunc()
61 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor()
66 void glClearDepthf(GLclampf depth) in glClearDepthf()
81 void glDepthRangef(GLclampf zNear, GLclampf zFar) in glDepthRangef()
666 void glSampleCoverage(GLclampf value, GLboolean invert) in glSampleCoverage()
1156 void glDepthRangefOES(GLclampf zNear, GLclampf zFar) in glDepthRangefOES()
1181 void glClearDepthfOES(GLclampf depth) in glClearDepthfOES()
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.types3 GLclampf 32 %f
20 GLclampf* 32 0x%08x
Dgles1.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)
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles1_core.entries8 void glAlphaFunc(GLenum func, GLclampf ref);
9 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
10 void glClearDepthf(GLclampf depth);
13 void glDepthRangef(GLclampf zNear, GLclampf zFar);
130 void glSampleCoverage(GLclampf value, GLboolean invert);
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.types3 GLclampf 32 %f
20 GLclampf* 32 0x%08x
Dgles3.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)
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_client_proc.h15 typedef void (gl_APIENTRY *glAlphaFunc_client_proc_t) (void * ctx, GLenum, GLclampf);
16 …oid (gl_APIENTRY *glClearColor_client_proc_t) (void * ctx, GLclampf, GLclampf, GLclampf, GLclampf);
17 typedef void (gl_APIENTRY *glClearDepthf_client_proc_t) (void * ctx, GLclampf);
20 typedef void (gl_APIENTRY *glDepthRangef_client_proc_t) (void * ctx, GLclampf, GLclampf);
136 typedef void (gl_APIENTRY *glSampleCoverage_client_proc_t) (void * ctx, GLclampf, GLboolean);
254 typedef void (gl_APIENTRY *glDepthRangefOES_client_proc_t) (void * ctx, GLclampf, GLclampf);
260 typedef void (gl_APIENTRY *glClearDepthfOES_client_proc_t) (void * ctx, GLclampf);
Dgl_entry.cpp8 void glAlphaFunc(GLenum func, GLclampf ref);
9 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
10 void glClearDepthf(GLclampf depth);
13 void glDepthRangef(GLclampf zNear, GLclampf zFar);
129 void glSampleCoverage(GLclampf value, GLboolean invert);
247 void glDepthRangefOES(GLclampf zNear, GLclampf zFar);
253 void glClearDepthfOES(GLclampf depth);
309 void glAlphaFunc(GLenum func, GLclampf ref) in glAlphaFunc()
315 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor()
321 void glClearDepthf(GLclampf depth) in glClearDepthf()
[all …]
Dgl_enc.cpp22 void glAlphaFunc_enc(void *self , GLenum func, GLclampf ref) in glAlphaFunc_enc()
48 void glClearColor_enc(void *self , GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor_enc()
76 void glClearDepthf_enc(void *self , GLclampf depth) in glClearDepthf_enc()
157 void glDepthRangef_enc(void *self , GLclampf zNear, GLclampf zFar) in glDepthRangef_enc()
3454 void glSampleCoverage_enc(void *self , GLclampf value, GLboolean invert) in glSampleCoverage_enc()
6767 void glDepthRangefOES_enc(void *self , GLclampf zNear, GLclampf zFar) in glDepthRangefOES_enc()
6948 void glClearDepthfOES_enc(void *self , GLclampf depth) in glClearDepthfOES_enc()
/device/generic/goldfish-opengl/system/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.h846 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf zNear, GLclampf zFar);
851 GL_API void GL_APIENTRY glClearDepthfOES (GLclampf depth);
853 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFOESPROC) (GLclampf zNear, GLclampf zFar);
858 typedef void (GL_APIENTRYP PFNGLCLEARDEPTHFOESPROC) (GLclampf depth);
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
Dgl_base_types.h42 typedef khronos_float_t GLclampf; typedef
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_client_proc.h22 …id (gl2_APIENTRY *glBlendColor_client_proc_t) (void * ctx, GLclampf, GLclampf, GLclampf, GLclampf);
31 …id (gl2_APIENTRY *glClearColor_client_proc_t) (void * ctx, GLclampf, GLclampf, GLclampf, GLclampf);
32 typedef void (gl2_APIENTRY *glClearDepthf_client_proc_t) (void * ctx, GLclampf);
51 typedef void (gl2_APIENTRY *glDepthRangef_client_proc_t) (void * ctx, GLclampf, GLclampf);
110 typedef void (gl2_APIENTRY *glSampleCoverage_client_proc_t) (void * ctx, GLclampf, GLboolean);
Dgl2_entry.cpp15 void glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
24 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
25 void glClearDepthf(GLclampf depth);
44 void glDepthRangef(GLclampf zNear, GLclampf zFar);
103 void glSampleCoverage(GLclampf value, GLboolean invert);
484 void glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glBlendColor()
538 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor()
544 void glClearDepthf(GLclampf depth) in glClearDepthf()
664 void glDepthRangef(GLclampf zNear, GLclampf zFar) in glDepthRangef()
1027 void glSampleCoverage(GLclampf value, GLboolean invert) in glSampleCoverage()
Dgl2_enc.cpp206 void glBlendColor_enc(void *self , GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glBlendColor_enc()
480 void glClearColor_enc(void *self , GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor_enc()
508 void glClearDepthf_enc(void *self , GLclampf depth) in glClearDepthf_enc()
1072 void glDepthRangef_enc(void *self , GLclampf zNear, GLclampf zFar) in glDepthRangef_enc()
3099 void glSampleCoverage_enc(void *self , GLclampf value, GLboolean invert) in glSampleCoverage_enc()
/device/generic/goldfish-opengl/system/egl/
DClientAPIExts.in45 (GLclampf zNear, GLclampf zFar),
65 (GLclampf depth),
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2.h57 typedef khronos_float_t GLclampf; typedef
Dgl2ext.h1796 typedef void (GL_APIENTRYP PFNGLALPHAFUNCQCOMPROC) (GLenum func, GLclampf ref);
1798 GL_APICALL void GL_APIENTRY glAlphaFuncQCOM (GLenum func, GLclampf ref);
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl3.h57 typedef khronos_float_t GLclampf; typedef
Dgl31.h57 typedef khronos_float_t GLclampf; typedef