Home
last modified time | relevance | path

Searched refs:glAlphaFunc (Results 1 – 9 of 9) sorted by relevance

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h20 {"glAlphaFunc", (void *)glAlphaFunc},
Dgles_dispatch.h23 glAlphaFunc_t glAlphaFunc; member
295 …unc_t set_glAlphaFunc(glAlphaFunc_t f) { glAlphaFunc_t retval = glAlphaFunc; glAlphaFunc = f; retu… in set_glAlphaFunc()
Dgles.cpp56 void glAlphaFunc(GLenum func, GLclampf ref) in glAlphaFunc() function
58 getDispatch()->glAlphaFunc(func, ref); in glAlphaFunc()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_ftable.h11 {"glAlphaFunc", (void*)glAlphaFunc},
Dgl_client_context.h13 glAlphaFunc_client_proc_t glAlphaFunc; member
Dgl_client_context.cpp13 glAlphaFunc = (glAlphaFunc_client_proc_t) getProc("glAlphaFunc", userData); in initDispatchByName()
Dgl_entry.cpp8 void glAlphaFunc(GLenum func, GLclampf ref);
307 void glAlphaFunc(GLenum func, GLclampf ref) in glAlphaFunc() function
310 ctx->glAlphaFunc(ctx, func, ref); in glAlphaFunc()
Dgl_enc.cpp8286 this->glAlphaFunc = &glAlphaFunc_enc; in gl_encoder_context_t()
/device/generic/goldfish-opengl/system/include/GLES/
Dgl.h593 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLclampf ref);