Searched refs:glAlphaFuncx (Results 1 – 20 of 20) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 50 {"glAlphaFuncx", (void*)glAlphaFuncx},
|
D | gl_client_context.h | 52 glAlphaFuncx_client_proc_t glAlphaFuncx; member
|
D | gl_client_context.cpp | 52 glAlphaFuncx = (glAlphaFuncx_client_proc_t) getProc("glAlphaFuncx", userData); in initDispatchByName()
|
D | gl_entry.cpp | 47 void glAlphaFuncx(GLenum func, GLclampx ref); 543 void glAlphaFuncx(GLenum func, GLclampx ref) in glAlphaFuncx() function 546 ctx->glAlphaFuncx(ctx, func, ref); in glAlphaFuncx()
|
D | gl_enc.cpp | 8969 this->glAlphaFuncx = &glAlphaFuncx_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 52 glAlphaFuncx_server_proc_t glAlphaFuncx; member
|
D | gles1_server_context.cpp | 52 glAlphaFuncx = (glAlphaFuncx_server_proc_t) getProc("glAlphaFuncx", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 847 this->glAlphaFuncx(var_func, var_ref); in decode()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_only.entries | 70 void glAlphaFuncx(GLenum func, GLclampx ref);
|
D | gles1_only_dispatch_logging_wrappers.impl | 325 DISPATCH_DEBUG_LOG("glAlphaFuncx(func:0x%X, ref:%d)", func, ref);
|
D | gles12tr_internal.entries | 10 void glAlphaFuncx( GLenum func, GLclampx ref);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_only_static_translator_namespaced_header.h | 72 GL_APICALL void GL_APIENTRY glAlphaFuncx(GLenum func, GLclampx ref);
|
D | gles1_only_functions.h | 72 X(void, glAlphaFuncx, (GLenum func, GLclampx ref), (func, ref)) \
|
D | gles12tr_internal.h | 12 X(void, glAlphaFuncx, (GLenum func, GLclampx ref), (func, ref)) \
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 634 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLclampx ref);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 424 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLfixed ref);
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 634 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLclampx ref);
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 40 GL_ENTRY(void, glAlphaFuncx, GLenum func, GLclampx ref)
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 165 X(void, glAlphaFuncx, (GLenum func, GLclampx ref), (func, ref)) \
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 454 GL_API void GL_APIENTRY glAlphaFuncx( GLenum func, GLclampx ref) { in glAlphaFuncx() function
|