Home
last modified time | relevance | path

Searched refs:TexEnv (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/opengl/mesa/
H A Ddd.h490 void (*TexEnv)( GLcontext *ctx, GLenum pname, const GLfloat *param ); member
H A Dtexstate.c129 if (ctx->Driver.TexEnv) { in gl_TexEnvfv()
130 (*ctx->Driver.TexEnv)( ctx, pname, param ); in gl_TexEnvfv()