Searched defs:pack_float (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Demo/rpc/
H A Dxdr.py49 def pack_float(self, x): member in class:Packer
/external/python/cpython2/Lib/
H A Dxdrlib.py91 def pack_float(self, x): member in class:Packer
/external/mesa3d/src/mesa/swrast/
H A Ds_span.c1042 gl_pack_float_rgba_func pack_float = NULL; local
1048 pack_float = _mesa_get_pack_float_rgba_function(rb->Format);
1059 pack_float((const GLfloat *) values + 4 * i, dst);

Completed in 130 milliseconds