/hardware/libhardware/tests/hwc/ |
D | util.h | 27 int egl_create(EGLDisplay *_display, EGLSurface *_surface, int *_w, int *_h);
|
D | util.c | 165 int egl_create(EGLDisplay *_display, EGLSurface *_surface, int *_w, int *_h) { in egl_create() argument 218 *_w = w; in egl_create()
|
/hardware/qcom/display/msm8994/liboverlay/ |
D | overlayUtils.h | 133 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h) : in Dim() 135 w(_w), h(_h) {} in Dim() 136 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h, uint32_t _o) : in Dim() 138 w(_w), h(_h), in Dim() 140 bool check(uint32_t _w, uint32_t _h) const { in check() 141 return (x+w <= _w && y+h <= _h); in check()
|
/hardware/qcom/display/msm8226/liboverlay/ |
D | overlayUtils.h | 133 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h) : in Dim() 135 w(_w), h(_h) {} in Dim() 136 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h, uint32_t _o) : in Dim() 138 w(_w), h(_h), in Dim() 140 bool check(uint32_t _w, uint32_t _h) const { in check() 141 return (x+w <= _w && y+h <= _h); in check()
|
/hardware/qcom/display/msm8960/liboverlay/ |
D | overlayUtils.h | 160 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h) : in Dim() 162 w(_w), h(_h) {} in Dim() 163 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h, uint32_t _o) : in Dim() 165 w(_w), h(_h), in Dim() 167 bool check(uint32_t _w, uint32_t _h) const { in check() 168 return (x+w <= _w && y+h <= _h); in check()
|
/hardware/qcom/display/msm8084/liboverlay/ |
D | overlayUtils.h | 164 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h) : in Dim() 166 w(_w), h(_h) {} in Dim() 167 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h, uint32_t _o) : in Dim() 169 w(_w), h(_h), in Dim() 171 bool check(uint32_t _w, uint32_t _h) const { in check() 172 return (x+w <= _w && y+h <= _h); in check()
|
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.cpp | 194 uint32_t _w = w; in allocation2DWrite() local 199 …Device::getHal().Allocation2DData(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _dataP… in allocation2DWrite() 209 uint32_t _w = w; in allocation3DWrite() local 215 …Device::getHal().Allocation3DData(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _d… in allocation3DWrite() 263 uint32_t _w = w; in allocation2DRead() local 268 …Device::getHal().Allocation2DRead(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _data,… in allocation2DRead() 278 uint32_t _w = w; in allocation3DRead() local 284 …Device::getHal().Allocation3DRead(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _d… in allocation3DRead()
|