/hardware/google/gfxstream/guest/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); 309 void glAlphaFunc(GLenum func, GLclampf ref) in glAlphaFunc() function 312 ctx->glAlphaFunc(ctx, func, ref); in glAlphaFunc()
|
D | gl_enc.cpp | 8930 this->glAlphaFunc = &glAlphaFunc_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 13 glAlphaFunc_server_proc_t glAlphaFunc; member
|
D | gles1_server_context.cpp | 13 glAlphaFunc = (glAlphaFunc_server_proc_t) getProc("glAlphaFunc", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 55 this->glAlphaFunc(var_func, var_ref); in decode()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_only.entries | 6 void glAlphaFunc(GLenum func, GLclampf ref);
|
D | gles1_only_dispatch_logging_wrappers.impl | 5 DISPATCH_DEBUG_LOG("glAlphaFunc(func:0x%X, ref:%f)", func, ref);
|
D | gles12tr_internal.entries | 9 void glAlphaFunc( GLenum func, GLclampf ref);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_only_static_translator_namespaced_header.h | 8 GL_APICALL void GL_APIENTRY glAlphaFunc(GLenum func, GLclampf ref);
|
D | gles1_only_functions.h | 8 X(void, glAlphaFunc, (GLenum func, GLclampf ref), (func, ref)) \
|
D | gles12tr_internal.h | 11 X(void, glAlphaFunc, (GLenum func, GLclampf ref), (func, ref)) \
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 593 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLclampf ref);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 385 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLfloat ref);
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 593 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLclampf ref);
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 446 GL_API void GL_APIENTRY glAlphaFunc( GLenum func, GLclampf ref) { in glAlphaFunc() function 450 ctx->dispatcher().glAlphaFunc(func,ref); in glAlphaFunc() 458 ctx->dispatcher().glAlphaFunc(func,X2F(ref)); in glAlphaFuncx()
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 1 GL_ENTRY(void, glAlphaFunc, GLenum func, GLclampf ref)
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 100 X(void, glAlphaFunc, (GLenum func, GLclampf ref), (func, ref)) \
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | gl.h | 748 GLAPI void GLAPIENTRY glAlphaFunc( GLenum func, GLclampf ref );
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl.h | 786 GLAPI void GLAPIENTRY glAlphaFunc( GLenum func, GLclampf ref );
|
D | gl_mangle.h | 42 #define glAlphaFunc MANGLE(AlphaFunc) macro
|