Home
last modified time | relevance | path

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

12

/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/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1.types3 GLclampf 32 %f
20 GLclampf* 32 0x%08x
Dgles1_wrapper_proc.h12 typedef void (gles1_APIENTRY *glAlphaFunc_wrapper_proc_t) (GLenum, GLclampf);
13 typedef void (gles1_APIENTRY *glClearColor_wrapper_proc_t) (GLclampf, GLclampf, GLclampf, GLclampf);
14 typedef void (gles1_APIENTRY *glClearDepthf_wrapper_proc_t) (GLclampf);
17 typedef void (gles1_APIENTRY *glDepthRangef_wrapper_proc_t) (GLclampf, GLclampf);
133 typedef void (gles1_APIENTRY *glSampleCoverage_wrapper_proc_t) (GLclampf, GLboolean);
251 typedef void (gles1_APIENTRY *glDepthRangefOES_wrapper_proc_t) (GLclampf, GLclampf);
257 typedef void (gles1_APIENTRY *glClearDepthfOES_wrapper_proc_t) (GLclampf);
Dgles3.types3 GLclampf 32 %f
20 GLclampf* 32 0x%08x
Dgles3_wrapper_proc.h19 typedef void (gles3_APIENTRY *glBlendColor_wrapper_proc_t) (GLclampf, GLclampf, GLclampf, GLclampf);
28 typedef void (gles3_APIENTRY *glClearColor_wrapper_proc_t) (GLclampf, GLclampf, GLclampf, GLclampf);
29 typedef void (gles3_APIENTRY *glClearDepthf_wrapper_proc_t) (GLclampf);
48 typedef void (gles3_APIENTRY *glDepthRangef_wrapper_proc_t) (GLclampf, GLclampf);
107 typedef void (gles3_APIENTRY *glSampleCoverage_wrapper_proc_t) (GLclampf, GLboolean);
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)
Dgles1_wrapper_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);
307 void glAlphaFunc(GLenum func, GLclampf ref) in glAlphaFunc()
313 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor()
319 void glClearDepthf(GLclampf depth) in glClearDepthf()
[all …]
Dgles3_wrapper_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);
469 void glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glBlendColor()
523 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor()
529 void glClearDepthf(GLclampf depth) in glClearDepthf()
643 void glDepthRangef(GLclampf zNear, GLclampf zFar) in glDepthRangef()
997 void glSampleCoverage(GLclampf value, GLboolean invert) in glSampleCoverage()
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/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/egl/
DClientAPIExts.in45 (GLclampf zNear, GLclampf zFar),
65 (GLclampf depth),
/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);
482 void glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glBlendColor()
536 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor()
542 void glClearDepthf(GLclampf depth) in glClearDepthf()
662 void glDepthRangef(GLclampf zNear, GLclampf zFar) in glDepthRangef()
1025 void glSampleCoverage(GLclampf value, GLboolean invert) in glSampleCoverage()
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2.h57 typedef khronos_float_t GLclampf; typedef

12