Searched refs:wrapping (Results 1 – 5 of 5) sorted by relevance
/system/keymaster/include/keymaster/ |
D | android_keymaster_messages.h | 781 void SetKeyMaterial(const keymaster_key_blob_t& wrapped, const keymaster_key_blob_t& wrapping) { in SetKeyMaterial() 783 SetWrappingMaterial(wrapping.key_material, wrapping.key_material_size); in SetKeyMaterial()
|
/system/core/libpixelflinger/codeflinger/ |
D | texturing.cpp | 499 wrapping(u, s.reg, width, tmu.swrap, FRAC_BITS); in build_textures() 500 wrapping(v, t.reg, height, tmu.twrap, FRAC_BITS); in build_textures() 1024 void GGLAssembler::wrapping( in wrapping() function in android::GGLAssembler
|
D | GGLAssembler.h | 477 void wrapping( int d,
|
/system/core/libpixelflinger/ |
D | scanline.cpp | 613 static GGLfixed wrapping(int32_t coord, uint32_t size, int tx_wrap) in wrapping() function 726 u = wrapping(tc[i].s, w, tx.s_wrap); in scanline() 735 v = wrapping(tc[i].t, h, tx.t_wrap); in scanline()
|
/system/core/fastboot/ |
D | README.md | 268 to ensure no packets are lost, but the general concept of wrapping the fastboot
|