Home
last modified time | relevance | path

Searched refs:PixelTransferf (Results 1 – 7 of 7) sorted by relevance

/reactos/dll/opengl/mesa/
H A Dpointers.c294 table->PixelTransferf = gl_PixelTransferf; in init_exec_pointers()
482 table->PixelTransferf = gl_save_PixelTransferf; in init_dlist_pointers()
H A Dtypes.h466 void (*PixelTransferf)( GLcontext *, GLenum, GLfloat ); member
H A Dapi.c1735 (*CC->API.PixelTransferf)(CC, pname, param); in _mesa_PixelTransferf()
1742 (*CC->API.PixelTransferf)(CC, pname, (GLfloat) param); in _mesa_PixelTransferi()
H A Ddlist.c1809 (*ctx->Exec.PixelTransferf)( ctx, pname, param ); in gl_save_PixelTransferf()
/reactos/dll/opengl/opengl32/
H A Dglapi_x86.s236 USE_GL_FUNC PixelTransferf, 247, 8
H A Dicd.h261 void (GLAPIENTRY * PixelTransferf)(GLenum, GLfloat);
H A Dglfuncs.h258 USE_GL_FUNC(PixelTransferf, (GLenum pname, GLfloat param), (pname,param), 247, 8)