Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dpixel.c68 static struct gl_pixelmap *
106 struct gl_pixelmap *pm = get_pixelmap(ctx, map); in store_pixelmap()
332 const struct gl_pixelmap *pm; in _mesa_GetnPixelMapfvARB()
381 const struct gl_pixelmap *pm; in _mesa_GetnPixelMapuivARB()
430 const struct gl_pixelmap *pm; in _mesa_GetnPixelMapusvARB()
641 init_pixelmap(struct gl_pixelmap *map) in init_pixelmap()
Dmtypes.h704 struct gl_pixelmap struct
716 struct gl_pixelmap RtoR; /**< i.e. GL_PIXEL_MAP_R_TO_R */ argument
717 struct gl_pixelmap GtoG;
718 struct gl_pixelmap BtoB;
719 struct gl_pixelmap AtoA;
720 struct gl_pixelmap ItoR;
721 struct gl_pixelmap ItoG;
722 struct gl_pixelmap ItoB;
723 struct gl_pixelmap ItoA;
724 struct gl_pixelmap ItoI;
[all …]