Searched refs:pointer_t (Results 1 - 4 of 4) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.h271 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
[all...]
H A Dtexturing.cpp350 pointer_t& txPtr = coords[i].ptr;
445 pointer_t& txPtr = parts.coords[i].ptr;
670 const pointer_t& txPtr = parts.coords[i].ptr;
699 int U, int V, pointer_t& txPtr,
766 int U, int V, pointer_t& txPtr,
884 int U, int V, pointer_t& txPtr,
896 int U, int V, pointer_t& txPtr,
994 int U, int V, pointer_t& txPtr,
H A Dload_store.cpp31 void GGLAssembler::store(const pointer_t& addr, const pixel_t& s, uint32_t flags)
65 void GGLAssembler::load(const pointer_t& addr, const pixel_t& s, uint32_t flags)
H A DGGLAssembler.cpp989 const pointer_t& d, const pointer_t& b, const reg_t& o)

Completed in 31 milliseconds