Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dpixel.c68 static struct gl_pixelmap *
106 struct gl_pixelmap *pm = get_pixelmap(ctx, map); in store_pixelmap()
331 const struct gl_pixelmap *pm; in _mesa_GetnPixelMapfvARB()
380 const struct gl_pixelmap *pm; in _mesa_GetnPixelMapuivARB()
429 const struct gl_pixelmap *pm; in _mesa_GetnPixelMapusvARB()
631 init_pixelmap(struct gl_pixelmap *map) in init_pixelmap()
Dmtypes.h677 struct gl_pixelmap struct
689 struct gl_pixelmap RtoR; /**< i.e. GL_PIXEL_MAP_R_TO_R */ argument
690 struct gl_pixelmap GtoG;
691 struct gl_pixelmap BtoB;
692 struct gl_pixelmap AtoA;
693 struct gl_pixelmap ItoR;
694 struct gl_pixelmap ItoG;
695 struct gl_pixelmap ItoB;
696 struct gl_pixelmap ItoA;
697 struct gl_pixelmap ItoI;
[all …]