Searched refs:PixelTransferf (Results 1 – 7 of 7) sorted by relevance
/reactos/dll/opengl/mesa/ |
H A D | pointers.c | 294 table->PixelTransferf = gl_PixelTransferf; in init_exec_pointers() 482 table->PixelTransferf = gl_save_PixelTransferf; in init_dlist_pointers()
|
H A D | types.h | 466 void (*PixelTransferf)( GLcontext *, GLenum, GLfloat ); member
|
H A D | api.c | 1735 (*CC->API.PixelTransferf)(CC, pname, param); in _mesa_PixelTransferf() 1742 (*CC->API.PixelTransferf)(CC, pname, (GLfloat) param); in _mesa_PixelTransferi()
|
H A D | dlist.c | 1809 (*ctx->Exec.PixelTransferf)( ctx, pname, param ); in gl_save_PixelTransferf()
|
/reactos/dll/opengl/opengl32/ |
H A D | glapi_x86.s | 236 USE_GL_FUNC PixelTransferf, 247, 8
|
H A D | icd.h | 261 void (GLAPIENTRY * PixelTransferf)(GLenum, GLfloat);
|
H A D | glfuncs.h | 258 USE_GL_FUNC(PixelTransferf, (GLenum pname, GLfloat param), (pname,param), 247, 8)
|