Searched refs:glAlphaFuncx (Results 1 – 12 of 12) sorted by relevance
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 59 {"glAlphaFuncx", (void *)glAlphaFuncx},
|
D | gles_dispatch.h | 62 glAlphaFuncx_t glAlphaFuncx; member 334 …t set_glAlphaFuncx(glAlphaFuncx_t f) { glAlphaFuncx_t retval = glAlphaFuncx; glAlphaFuncx = f; ret… in set_glAlphaFuncx()
|
D | gles.cpp | 251 void glAlphaFuncx(GLenum func, GLclampx ref) in glAlphaFuncx() function 253 getDispatch()->glAlphaFuncx(func, ref); in glAlphaFuncx()
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 50 {"glAlphaFuncx", (void*)glAlphaFuncx},
|
D | gl_client_context.h | 52 glAlphaFuncx_client_proc_t glAlphaFuncx; member
|
D | gl_client_context.cpp | 52 glAlphaFuncx = (glAlphaFuncx_client_proc_t) getProc("glAlphaFuncx", userData); in initDispatchByName()
|
D | gl_entry.cpp | 47 void glAlphaFuncx(GLenum func, GLclampx ref); 543 void glAlphaFuncx(GLenum func, GLclampx ref) in glAlphaFuncx() function 546 ctx->glAlphaFuncx(ctx, func, ref); in glAlphaFuncx()
|
D | gl_enc.cpp | 8411 this->glAlphaFuncx = &glAlphaFuncx_enc; in gl_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | GLESv1.cpp | 324 glAlphaFuncxOES = glAlphaFuncx; in GLESv1()
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles1_core.entries | 47 void glAlphaFuncx(GLenum func, GLclampx ref);
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | gl.h | 634 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLclampx ref);
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 40 GL_ENTRY(void, glAlphaFuncx, GLenum func, GLclampx ref)
|