Home
last modified time | relevance | path

Searched refs:AlphaFunc (Results 1 – 10 of 10) sorted by relevance

/reactos/dll/opengl/mesa/
H A Dalpha.c71 ctx->Color.AlphaFunc = func; in gl_AlphaFunc()
99 switch (ctx->Color.AlphaFunc) { in gl_alpha_test()
H A Dpointers.c165 table->AlphaFunc = gl_AlphaFunc; in init_exec_pointers()
350 table->AlphaFunc = gl_save_AlphaFunc; in init_dlist_pointers()
H A Dtypes.h316 void (*AlphaFunc)( GLcontext *, GLenum, GLclampf ); member
634 GLenum AlphaFunc; /* Alpha test function */ member
H A Dget.c152 *params = ENUM_TO_BOOL(ctx->Color.AlphaFunc); in gl_GetBooleanv()
915 *params = ENUM_TO_DOUBLE(ctx->Color.AlphaFunc); in gl_GetDoublev()
1677 *params = ENUM_TO_FLOAT(ctx->Color.AlphaFunc); in gl_GetFloatv()
2445 *params = (GLint) ctx->Color.AlphaFunc; in gl_GetIntegerv()
H A Dcontext.c608 ctx->Color.AlphaFunc = GL_ALWAYS; in initialize_context()
H A Dapi.c50 (*CC->API.AlphaFunc)(CC, func, ref); in _mesa_AlphaFunc()
H A Ddlist.c717 (*ctx->Exec.AlphaFunc)( ctx, func, ref ); in gl_save_AlphaFunc()
/reactos/dll/opengl/opengl32/
H A Dglapi_x86.s41 USE_GL_FUNC AlphaFunc, 240, 8
H A Dicd.h254 void (GLAPIENTRY * AlphaFunc)(GLenum, GLclampf);
H A Dglfuncs.h251 USE_GL_FUNC(AlphaFunc, (GLenum func, GLclampf ref), (func,ref), 240, 8)