HomeSort by relevance Sort by last modified time
    Searched refs:pixel_t (Results 1 - 25 of 33) sorted by null

1 2

  /external/quake/quake/src/QW/client/
d_vars.c 42 pixel_t *cacheblock;
44 pixel_t *d_viewbuffer;
vid.h 26 typedef byte pixel_t; typedef
36 pixel_t *buffer; // invisible buffer
37 pixel_t *colormap; // 256 * VID_GRADES size
46 pixel_t *conbuffer;
52 pixel_t *direct; // direct drawing to framebuffer, if not
d_local.h 103 extern pixel_t *d_viewbuffer;
r_shared.h 45 extern pixel_t *cacheblock;
d_iface.h 193 pixel_t *surfdat; // destination for generated surface
r_surf.c 578 void R_GenTurbTile (pixel_t *pbasetex, void *pdest)
604 void R_GenTurbTile16 (pixel_t *pbasetex, void *pdest)
636 R_GenTurbTile ((pixel_t *)
641 R_GenTurbTile16 ((pixel_t *)
d_edge.c 244 cacheblock = (pixel_t *)
307 cacheblock = (pixel_t *)pcurrentcache->data;
glquake2.h 97 pixel_t *surfdat; // destination for generated surface
d_surf.c 319 r_drawsurf.surfdat = (pixel_t *)cache->data;
glquake.h 143 pixel_t *surfdat; // destination for generated surface
  /external/quake/quake/src/WinQuake/
d_vars.cpp 42 pixel_t *cacheblock;
44 pixel_t *d_viewbuffer;
vid.h 26 typedef byte pixel_t; typedef
36 pixel_t *buffer; // invisible buffer
37 pixel_t *colormap; // 256 * VID_GRADES size
46 pixel_t *conbuffer;
52 pixel_t *direct; // direct drawing to framebuffer, if not
d_local.h 103 extern pixel_t *d_viewbuffer;
r_shared.h 48 extern pixel_t *cacheblock;
d_iface.h 194 pixel_t *surfdat; // destination for generated surface
r_surf.cpp 595 void R_GenTurbTile (pixel_t *pbasetex, void *pdest)
621 void R_GenTurbTile16 (pixel_t *pbasetex, void *pdest)
653 R_GenTurbTile ((pixel_t *)
658 R_GenTurbTile16 ((pixel_t *)
d_edge.cpp 240 cacheblock = (pixel_t *)
302 cacheblock = (pixel_t *)pcurrentcache->data;
  /gdk/samples/quake/jni/
vid.h 26 typedef byte pixel_t; typedef
36 pixel_t *buffer; // invisible buffer
37 pixel_t *colormap; // 256 * VID_GRADES size
46 pixel_t *conbuffer;
52 pixel_t *direct; // direct drawing to framebuffer, if not
  /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 222 struct pixel_t : public reg_t { struct in class:android::GGLAssembler
223 pixel_t() : reg_t() { function in struct:android::GGLAssembler::pixel_t
226 pixel_t(int r, const GGLFormat* fmt, int f=0) function in struct:android::GGLAssembler::pixel_t
253 explicit component_t(const pixel_t& rhs, int component) {
291 pixel_t iterated;
299 pixel_t texel[GGL_TEXTURE_UNIT_COUNT];
356 const pixel_t& texel, int component);
360 const pixel_t& texel, int component);
364 const pixel_t& texel, int component, int tmu);
368 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)
157 void GGLAssembler::extract(integer_t& d, const pixel_t& s, int component)
165 void GGLAssembler::extract(component_t& d, const pixel_t& s, int component)
244 pixel_t& d, int component, component_t s, const reg_t& dither)
texturing.cpp 446 pixel_t& texel = parts.texel[i];
681 pixel_t& texel, const texture_unit_t& tmu,
748 pixel_t& texel, const texture_unit_t& tmu,
866 pixel_t& texel, const texture_unit_t& tmu
    [all...]
GGLAssembler.cpp 250 pixel_t pixel;
452 void GGLAssembler::build_component( pixel_t& pixel,
812 void GGLAssembler::build_logic_op(pixel_t& pixel, Scratch& regs)
821 pixel_t s(pixel);
827 pixel_t d(mDstPixel);
919 void GGLAssembler::build_masking(pixel_t& pixel, Scratch& regs)
927 pixel_t fb(mDstPixel);
928 pixel_t s(pixel);
    [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)
  /system/core/include/private/pixelflinger/
ggl_context.h 316 struct pixel_t { struct in namespace:android
336 uint32_t x, uint32_t y, pixel_t* pixel);
338 uint32_t x, uint32_t y, const pixel_t* pixel);

Completed in 1767 milliseconds

1 2