Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/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);
309 void glAlphaFunc(GLenum func, GLclampf ref) in glAlphaFunc() function
312 ctx->glAlphaFunc(ctx, func, ref); in glAlphaFunc()
Dgl_enc.cpp8930 this->glAlphaFunc = &glAlphaFunc_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h13 glAlphaFunc_server_proc_t glAlphaFunc; member
Dgles1_server_context.cpp13 glAlphaFunc = (glAlphaFunc_server_proc_t) getProc("glAlphaFunc", userData); in initDispatchByName()
Dgles1_dec.cpp55 this->glAlphaFunc(var_func, var_ref); in decode()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_only.entries6 void glAlphaFunc(GLenum func, GLclampf ref);
Dgles1_only_dispatch_logging_wrappers.impl5 DISPATCH_DEBUG_LOG("glAlphaFunc(func:0x%X, ref:%f)", func, ref);
Dgles12tr_internal.entries9 void glAlphaFunc( GLenum func, GLclampf ref);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_only_static_translator_namespaced_header.h8 GL_APICALL void GL_APIENTRY glAlphaFunc(GLenum func, GLclampf ref);
Dgles1_only_functions.h8 X(void, glAlphaFunc, (GLenum func, GLclampf ref), (func, ref)) \
Dgles12tr_internal.h11 X(void, glAlphaFunc, (GLenum func, GLclampf ref), (func, ref)) \
/hardware/google/gfxstream/common/opengl/include/GLES/
Dgl.h593 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLclampf ref);
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dgl.h385 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLfloat ref);
/hardware/google/gfxstream/include/GLES/
Dgl.h593 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLclampf ref);
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp446 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/
Dgles1.in1 GL_ENTRY(void, glAlphaFunc, GLenum func, GLclampf ref)
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h100 X(void, glAlphaFunc, (GLenum func, GLclampf ref), (func, ref)) \
/hardware/google/gfxstream/guest/mesa/include/GL/
Dgl.h748 GLAPI void GLAPIENTRY glAlphaFunc( GLenum func, GLclampf ref );
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl.h786 GLAPI void GLAPIENTRY glAlphaFunc( GLenum func, GLclampf ref );
Dgl_mangle.h42 #define glAlphaFunc MANGLE(AlphaFunc) macro