Home | History | Annotate | Download | only in main

Lines Matching refs:pack

27  * Used to pack basic color, depth and stencil formats to specific
1674 * Return a function that can pack a GLubyte rgba[4] color.
1819 * Return a function that can pack a GLfloat rgba[4] color.
2027 * Pack a row of GLfloat rgba[4] values to the destination.
2040 gl_pack_float_rgba_func pack = _mesa_get_pack_float_rgba_function(format);
2045 assert(pack);
2046 if (!pack)
2050 pack(src[i], dstPtr);
2058 * Pack a row of GLubyte rgba[4] values to the destination.
2071 gl_pack_ubyte_rgba_func pack = _mesa_get_pack_ubyte_rgba_function(format);
2076 assert(pack);
2077 if (!pack)
2081 pack(src[i], d);
2089 * Pack a 2D image of ubyte RGBA pixels in the given format.
2131 ** Pack float Z pixels
2208 ** Pack uint Z pixels. The incoming src value is always in
2292 ** Pack ubyte stencil pixels