Searched refs:glAlphaFuncxOES (Results 1 – 11 of 11) sorted by relevance
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 178 {"glAlphaFuncxOES", (void *)glAlphaFuncxOES},
|
D | gles_dispatch.h | 181 glAlphaFuncxOES_t glAlphaFuncxOES; member 453 …aFuncxOES(glAlphaFuncxOES_t f) { glAlphaFuncxOES_t retval = glAlphaFuncxOES; glAlphaFuncxOES = f; … in set_glAlphaFuncxOES()
|
D | gles.cpp | 846 void glAlphaFuncxOES(GLenum func, GLclampx ref) in glAlphaFuncxOES() function 848 getDispatch()->glAlphaFuncxOES(func, ref); in glAlphaFuncxOES()
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 168 {"glAlphaFuncxOES", (void*)glAlphaFuncxOES},
|
D | gl_client_context.h | 188 glAlphaFuncxOES_client_proc_t glAlphaFuncxOES; member
|
D | gl_client_context.cpp | 188 glAlphaFuncxOES = (glAlphaFuncxOES_client_proc_t) getProc("glAlphaFuncxOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 183 void glAlphaFuncxOES(GLenum func, GLclampx ref); 1363 void glAlphaFuncxOES(GLenum func, GLclampx ref) in glAlphaFuncxOES() function 1366 ctx->glAlphaFuncxOES(ctx, func, ref); in glAlphaFuncxOES()
|
D | gl_enc.cpp | 8547 this->glAlphaFuncxOES = &glAlphaFuncxOES_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/GLESv1_dec/ |
D | gles1.in | 183 GL_ENTRY(void, glAlphaFuncxOES, GLenum func, GLclampx ref)
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | glext.h | 667 GL_API void GL_APIENTRY glAlphaFuncxOES (GLenum func, GLclampx ref);
|