Home
last modified time | relevance | path

Searched refs:glAlphaFuncxOES (Results 1 – 11 of 11) sorted by relevance

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h178 {"glAlphaFuncxOES", (void *)glAlphaFuncxOES},
Dgles_dispatch.h181 glAlphaFuncxOES_t glAlphaFuncxOES; member
453 …aFuncxOES(glAlphaFuncxOES_t f) { glAlphaFuncxOES_t retval = glAlphaFuncxOES; glAlphaFuncxOES = f; … in set_glAlphaFuncxOES()
Dgles.cpp846 void glAlphaFuncxOES(GLenum func, GLclampx ref) in glAlphaFuncxOES() function
848 getDispatch()->glAlphaFuncxOES(func, ref); in glAlphaFuncxOES()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_ftable.h168 {"glAlphaFuncxOES", (void*)glAlphaFuncxOES},
Dgl_client_context.h188 glAlphaFuncxOES_client_proc_t glAlphaFuncxOES; member
Dgl_client_context.cpp188 glAlphaFuncxOES = (glAlphaFuncxOES_client_proc_t) getProc("glAlphaFuncxOES", userData); in initDispatchByName()
Dgl_entry.cpp183 void glAlphaFuncxOES(GLenum func, GLclampx ref);
1363 void glAlphaFuncxOES(GLenum func, GLclampx ref) in glAlphaFuncxOES() function
1366 ctx->glAlphaFuncxOES(ctx, func, ref); in glAlphaFuncxOES()
Dgl_enc.cpp8547 this->glAlphaFuncxOES = &glAlphaFuncxOES_enc; in gl_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv1.cpp324 glAlphaFuncxOES = glAlphaFuncx; in GLESv1()
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.in183 GL_ENTRY(void, glAlphaFuncxOES, GLenum func, GLclampx ref)
/device/generic/goldfish-opengl/system/include/GLES/
Dglext.h667 GL_API void GL_APIENTRY glAlphaFuncxOES (GLenum func, GLclampx ref);