Lines Matching defs:map
70 get_pixelmap(struct gl_context *ctx, GLenum map) in get_pixelmap()
103 store_pixelmap(struct gl_context *ctx, GLenum map, GLsizei mapsize, in store_pixelmap()
177 _mesa_PixelMapfv( GLenum map, GLsizei mapsize, const GLfloat *values ) in _mesa_PixelMapfv()
218 _mesa_PixelMapuiv(GLenum map, GLsizei mapsize, const GLuint *values ) in _mesa_PixelMapuiv()
273 _mesa_PixelMapusv(GLenum map, GLsizei mapsize, const GLushort *values ) in _mesa_PixelMapusv()
328 _mesa_GetnPixelMapfvARB( GLenum map, GLsizei bufSize, GLfloat *values ) in _mesa_GetnPixelMapfvARB()
374 _mesa_GetPixelMapfv( GLenum map, GLfloat *values ) in _mesa_GetPixelMapfv()
380 _mesa_GetnPixelMapuivARB( GLenum map, GLsizei bufSize, GLuint *values ) in _mesa_GetnPixelMapuivARB()
426 _mesa_GetPixelMapuiv( GLenum map, GLuint *values ) in _mesa_GetPixelMapuiv()
432 _mesa_GetnPixelMapusvARB( GLenum map, GLsizei bufSize, GLushort *values ) in _mesa_GetnPixelMapusvARB()
486 _mesa_GetPixelMapusv( GLenum map, GLushort *values ) in _mesa_GetPixelMapusv()
641 init_pixelmap(struct gl_pixelmap *map) in init_pixelmap()