/external/qemu/ |
vnchextile.h | 3 #define pixel_t CONCAT(uint, CONCAT(BPP, _t)) macro 17 pixel_t *irow = (pixel_t *)row; 19 pixel_t *last_bg = (pixel_t *)last_bg_; 20 pixel_t *last_fg = (pixel_t *)last_fg_; 21 pixel_t bg = 0; 22 pixel_t fg = 0; 60 irow += ds_get_linesize(vs->ds) / sizeof(pixel_t); 207 #undef pixel_t macro [all...] |
/system/core/libpixelflinger/codeflinger/ |
GGLAssembler.h | 226 struct pixel_t : public reg_t { struct in class:android::GGLAssembler 227 pixel_t() : reg_t() { function in struct:android::GGLAssembler::pixel_t 230 pixel_t(int r, const GGLFormat* fmt, int f=0) function in struct:android::GGLAssembler::pixel_t 257 explicit component_t(const pixel_t& rhs, int component) { 295 pixel_t iterated; 303 pixel_t texel[GGL_TEXTURE_UNIT_COUNT]; 360 const pixel_t& texel, int component); 364 const pixel_t& texel, int component); 368 const pixel_t& texel, int component, int tmu); 372 const pixel_t& texel, int component) [all...] |
load_store.cpp | 31 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) 161 void GGLAssembler::extract(integer_t& d, const pixel_t& s, int component) 169 void GGLAssembler::extract(component_t& d, const pixel_t& s, int component) 248 pixel_t& d, int component, component_t s, const reg_t& dither)
|
GGLAssembler.cpp | 253 pixel_t pixel; 455 void GGLAssembler::build_component( pixel_t& pixel, 815 void GGLAssembler::build_logic_op(pixel_t& pixel, Scratch& regs) 824 pixel_t s(pixel); 830 pixel_t d(mDstPixel); 931 void GGLAssembler::build_masking(pixel_t& pixel, Scratch& regs) 939 pixel_t fb(mDstPixel); 940 pixel_t s(pixel); [all...] |
texturing.cpp | 446 pixel_t& texel = parts.texel[i]; 698 pixel_t& texel, const texture_unit_t& tmu, 765 pixel_t& texel, const texture_unit_t& tmu, [all...] |
blending.cpp | 65 const pixel_t& pixel, // framebuffer 256 const pixel_t& dst_pixel,
|
/system/core/libpixelflinger/ |
buffer.cpp | 27 uint32_t x, uint32_t y, pixel_t* pixel); 29 uint32_t x, uint32_t y, const pixel_t* pixel); 31 uint32_t x, uint32_t y, pixel_t* pixel); 33 uint32_t x, uint32_t y, pixel_t* pixel); 112 uint32_t x, uint32_t y, pixel_t* pixel) 134 uint32_t x, uint32_t y, pixel_t* pixel) 148 uint32_t x, uint32_t y, pixel_t* pixel) 163 uint32_t x, uint32_t y, const pixel_t* pixel)
|
scanline.cpp | 446 static void blending(context_t* c, pixel_t* fragment, pixel_t* fb); 447 static void blend_factor(context_t* c, pixel_t* r, uint32_t factor, 448 const pixel_t* src, const pixel_t* dst); 473 void blending(context_t* c, pixel_t* fragment, pixel_t* fb) 480 pixel_t sf, df; 525 void blend_factor(context_t* c, pixel_t* r, 526 uint32_t factor, const pixel_t* src, const pixel_t* dst [all...] |
/hardware/qcom/msm8960/original-kernel-headers/media/ |
msm_camera.h | 1549 struct pixel_t { struct [all...] |
/hardware/qcom/msm8x74/original-kernel-headers/media/ |
msm_camera.h | 1844 struct pixel_t { struct [all...] |
/system/core/include/private/pixelflinger/ |
ggl_context.h | 336 struct pixel_t { struct in namespace:android 356 uint32_t x, uint32_t y, pixel_t* pixel); 358 uint32_t x, uint32_t y, const pixel_t* pixel);
|
/hardware/qcom/msm8960/kernel-headers/media/ |
msm_camera.h | 1661 struct pixel_t struct [all...] |
/hardware/qcom/msm8x74/kernel-headers/media/ |
msm_camera.h | 1805 struct pixel_t { struct [all...] |