Searched refs:AlphaFunc (Results 1 – 10 of 10) sorted by relevance
/reactos/dll/opengl/mesa/ |
H A D | alpha.c | 71 ctx->Color.AlphaFunc = func; in gl_AlphaFunc() 99 switch (ctx->Color.AlphaFunc) { in gl_alpha_test()
|
H A D | pointers.c | 165 table->AlphaFunc = gl_AlphaFunc; in init_exec_pointers() 350 table->AlphaFunc = gl_save_AlphaFunc; in init_dlist_pointers()
|
H A D | types.h | 316 void (*AlphaFunc)( GLcontext *, GLenum, GLclampf ); member 634 GLenum AlphaFunc; /* Alpha test function */ member
|
H A D | get.c | 152 *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 D | context.c | 608 ctx->Color.AlphaFunc = GL_ALWAYS; in initialize_context()
|
H A D | api.c | 50 (*CC->API.AlphaFunc)(CC, func, ref); in _mesa_AlphaFunc()
|
H A D | dlist.c | 717 (*ctx->Exec.AlphaFunc)( ctx, func, ref ); in gl_save_AlphaFunc()
|
/reactos/dll/opengl/opengl32/ |
H A D | glapi_x86.s | 41 USE_GL_FUNC AlphaFunc, 240, 8
|
H A D | icd.h | 254 void (GLAPIENTRY * AlphaFunc)(GLenum, GLclampf);
|
H A D | glfuncs.h | 251 USE_GL_FUNC(AlphaFunc, (GLenum func, GLclampf ref), (func,ref), 240, 8)
|