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

  /external/libvncserver/libvncserver/
zrleencodetemplate.c 61 #define PIXEL_T __RFB_CONCAT2E(zrle_U,BPP)
67 #define PIXEL_T __RFB_CONCAT2E(zrle_U,16)
73 #define PIXEL_T __RFB_CONCAT2E(zrle_U,BPP)
89 void ZRLE_ENCODE_TILE (PIXEL_T* data, int w, int h, zrleOutStream* os,
116 ZRLE_ENCODE_TILE((PIXEL_T*)buf, tw, th, os,
124 void ZRLE_ENCODE_TILE(PIXEL_T* data, int w, int h, zrleOutStream* os,
141 PIXEL_T* ptr = data;
142 PIXEL_T* end = ptr + h * w;
149 PIXEL_T pix = *ptr;
220 PIXEL_T* ptr = data
    [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) {
309 pixel_t iterated;
317 pixel_t texel[GGL_TEXTURE_UNIT_COUNT];
374 const pixel_t& texel, int component);
378 const pixel_t& texel, int component);
382 const pixel_t& texel, int component, int tmu);
386 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)
146 void GGLAssembler::extract(integer_t& d, const pixel_t& s, int component)
154 void GGLAssembler::extract(component_t& d, const pixel_t& s, int component)
233 pixel_t& d, int component, component_t s, const reg_t& dither)
texturing.cpp 436 pixel_t& texel = parts.texel[i];
687 pixel_t& texel, const texture_unit_t& tmu,
754 pixel_t& texel, const texture_unit_t& tmu,
    [all...]
GGLAssembler.cpp 252 pixel_t pixel;
453 void GGLAssembler::build_component( pixel_t& pixel,
813 void GGLAssembler::build_logic_op(pixel_t& pixel, Scratch& regs)
822 pixel_t s(pixel);
828 pixel_t d(mDstPixel);
934 void GGLAssembler::build_masking(pixel_t& pixel, Scratch& regs)
942 pixel_t fb(mDstPixel);
943 pixel_t s(pixel);
    [all...]
blending.cpp 66 const pixel_t& pixel, // framebuffer
257 const pixel_t& dst_pixel,
  /external/libvncserver/common/
zywrletemplate.c 664 while (pData < (PIXEL_T*)pEnd) { \
666 while (pData < (PIXEL_T*)pLine) { \
677 while (pData < (PIXEL_T*)pEnd) { \
679 while (pData < (PIXEL_T*)pLine) { \
690 while (pData < (PIXEL_T*)pEnd) { \
692 while (pData < (PIXEL_T*)pLine) { \
711 static InlineX void ZYWRLE_RGBYUV(int* pBuf, PIXEL_T* data, int width, int height, int scanline)
732 static InlineX void ZYWRLE_YUVRGB(int* pBuf, PIXEL_T* data, int width, int height, int scanline) {
753 PIXEL_T* ZYWRLE_ANALYZE(PIXEL_T* dst, PIXEL_T* src, int w, int h, int scanline, int level, int* pBuf)
    [all...]
  /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 464 static void blending(context_t* c, pixel_t* fragment, pixel_t* fb);
465 static void blend_factor(context_t* c, pixel_t* r, uint32_t factor,
466 const pixel_t* src, const pixel_t* dst);
491 void blending(context_t* c, pixel_t* fragment, pixel_t* fb)
498 pixel_t sf, df;
543 void blend_factor(context_t* /*c*/, pixel_t* r,
544 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/msm8996/original-kernel-headers/media/
msm_camera.h 1841 struct pixel_t { struct
    [all...]
  /hardware/qcom/msm8998/original-kernel-headers/media/
msm_camera.h 1841 struct pixel_t { struct
    [all...]
  /system/core/libpixelflinger/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);
  /external/libvncserver/libvncclient/
zrle.c 72 #define PIXEL_T __RFB_CONCAT3E(uint,BPP,_t)
  /hardware/qcom/msm8960/kernel-headers/media/
msm_camera.h 1661 struct pixel_t struct
    [all...]
  /hardware/qcom/msm8996/kernel-headers/media/
msm_camera.h 1805 struct pixel_t { struct
    [all...]
  /hardware/qcom/msm8998/kernel-headers/media/
msm_camera.h 1805 struct pixel_t { struct
    [all...]

Completed in 565 milliseconds