HomeSort by relevance Sort by last modified time
    Searched defs:pixel_t (Results 1 - 7 of 7) sorted by null

  /external/qemu/ui/
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 232 struct pixel_t : public reg_t { struct in class:android::GGLAssembler
233 pixel_t() : reg_t() { function in struct:android::GGLAssembler::pixel_t
236 pixel_t(int r, const GGLFormat* fmt, int f=0) function in struct:android::GGLAssembler::pixel_t
263 explicit component_t(const pixel_t& rhs, int component) {
301 pixel_t iterated;
309 pixel_t texel[GGL_TEXTURE_UNIT_COUNT];
366 const pixel_t& texel, int component);
370 const pixel_t& texel, int component);
374 const pixel_t& texel, int component, int tmu);
378 const pixel_t& texel, int component)
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 336 struct pixel_t { struct in namespace:android
358 uint32_t x, uint32_t y, pixel_t* pixel);
360 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/msm8960/original-kernel-headers/media/
msm_camera.h 1549 struct pixel_t { struct
    [all...]
  /hardware/qcom/msm8x74/kernel-headers/media/
msm_camera.h 1805 struct pixel_t { struct
    [all...]
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msm_camera.h 1844 struct pixel_t { struct
    [all...]

Completed in 326 milliseconds