Searched refs:glAlphaFuncx (Results 1 - 9 of 9) sorted by relevance
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
H A D | gl_ftable.h | 50 {"glAlphaFuncx", (void*)glAlphaFuncx},
|
H A D | gl_client_context.h | 52 glAlphaFuncx_client_proc_t glAlphaFuncx; member in struct:gl_client_context_t
|
H A D | gl_client_context.cpp | 52 glAlphaFuncx = (glAlphaFuncx_client_proc_t) getProc("glAlphaFuncx", userData);
|
H A D | gl_entry.cpp | 47 void glAlphaFuncx(GLenum func, GLclampx ref); 541 void glAlphaFuncx(GLenum func, GLclampx ref) function 544 ctx->glAlphaFuncx(ctx, func, ref);
|
H A D | gl_enc.cpp | 8325 this->glAlphaFuncx = &glAlphaFuncx_enc;
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
H A D | gles_ftable.h | 59 {"glAlphaFuncx", (void *)glAlphaFuncx},
|
H A D | gles_dispatch.h | 62 glAlphaFuncx_t glAlphaFuncx; member in struct:gles_dispatch 334 glAlphaFuncx_t set_glAlphaFuncx(glAlphaFuncx_t f) { glAlphaFuncx_t retval = glAlphaFuncx; glAlphaFuncx = f; return retval;}
|
H A D | gles.cpp | 251 void glAlphaFuncx(GLenum func, GLclampx ref) function 253 getDispatch()->glAlphaFuncx(func, ref);
|
/device/generic/goldfish-opengl/system/include/GLES/ |
H A D | gl.h | 634 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLclampx ref);
|
Completed in 109 milliseconds