HomeSort by relevance Sort by last modified time
    Searched full:pointer_t (Results 1 - 4 of 4) sorted by null

  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 271 struct pointer_t : public reg_t { struct in class:android::GGLAssembler
272 pointer_t() : reg_t(), size(0) { function in struct:android::GGLAssembler::pointer_t
274 pointer_t(int r, int s, int f=0) function in struct:android::GGLAssembler::pointer_t
288 pointer_t ptr;
296 pointer_t cbPtr;
297 pointer_t covPtr;
355 void base_offset(const pointer_t& d, const pointer_t& b, const reg_t& o);
375 void store(const pointer_t& addr, const pixel_t& src, uint32_t flags=0);
376 void load(const pointer_t& addr, const pixel_t& dest, uint32_t flags=0)
    [all...]