Searched refs:wrapping (Results 1 – 5 of 5) sorted by relevance
/system/tpm/attestation/common/ |
D | common.proto | 76 // An identifier for the wrapping key to assist in decryption.
|
/system/core/libpixelflinger/codeflinger/ |
D | texturing.cpp | 505 wrapping(u, s.reg, width, tmu.swrap, FRAC_BITS); in build_textures() 506 wrapping(v, t.reg, height, tmu.twrap, FRAC_BITS); in build_textures() 1031 void GGLAssembler::wrapping( in wrapping() function in android::GGLAssembler
|
D | GGLAssembler.h | 469 void wrapping( int d,
|
/system/core/libpixelflinger/ |
D | scanline.cpp | 618 static GGLfixed wrapping(int32_t coord, uint32_t size, int tx_wrap) in wrapping() function 731 u = wrapping(tc[i].s, w, tx.s_wrap); in scanline() 740 v = wrapping(tc[i].t, h, tx.t_wrap); in scanline()
|
/system/core/fastboot/ |
D | fastboot_protocol.txt | 226 to ensure no packets are lost, but the general concept of wrapping the fastboot
|