Searched refs:dst (Results 26 - 30 of 30) sorted by relevance

12

/system/core/include/pixelflinger/
H A Dpixelflinger.h246 void (*blendFunc)(void* c, GGLenum src, GGLenum dst);
247 void (*blendFuncSeparate)(void* c, GGLenum src, GGLenum dst,
/system/core/adb/
H A Dsysdeps_win32.c1005 bip_buffer_read( BipBuffer bip, void* dst, int len ) argument
1051 memcpy( dst, bip->buff + bip->a_start, avail );
1052 dst += avail;
1068 memcpy( dst, bip->buff, avail );
1089 BIPDUMP( (const unsigned char*)dst - count, count );
/system/core/include/private/pixelflinger/
H A Dggl_context.h259 uint32_t dst; member in struct:android::blend_state_t
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.h392 const integer_t& dst,
/system/core/libpixelflinger/
H A Dtrap.cpp456 uint8_t* dst = reinterpret_cast<uint8_t*>(cb->data) + local
459 memset(dst, 0xFF, size);

Completed in 100 milliseconds

12