Searched refs:glAlphaFunc (Results 1 – 9 of 9) sorted by relevance
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 20 {"glAlphaFunc", (void *)glAlphaFunc},
|
D | gles_dispatch.h | 23 glAlphaFunc_t glAlphaFunc; member 295 …unc_t set_glAlphaFunc(glAlphaFunc_t f) { glAlphaFunc_t retval = glAlphaFunc; glAlphaFunc = f; retu… in set_glAlphaFunc()
|
D | gles.cpp | 56 void glAlphaFunc(GLenum func, GLclampf ref) in glAlphaFunc() function 58 getDispatch()->glAlphaFunc(func, ref); in glAlphaFunc()
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 11 {"glAlphaFunc", (void*)glAlphaFunc},
|
D | gl_client_context.h | 13 glAlphaFunc_client_proc_t glAlphaFunc; member
|
D | gl_client_context.cpp | 13 glAlphaFunc = (glAlphaFunc_client_proc_t) getProc("glAlphaFunc", userData); in initDispatchByName()
|
D | gl_entry.cpp | 8 void glAlphaFunc(GLenum func, GLclampf ref); 307 void glAlphaFunc(GLenum func, GLclampf ref) in glAlphaFunc() function 310 ctx->glAlphaFunc(ctx, func, ref); in glAlphaFunc()
|
D | gl_enc.cpp | 8286 this->glAlphaFunc = &glAlphaFunc_enc; in gl_encoder_context_t()
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | gl.h | 593 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLclampf ref);
|