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

  /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...]
  /external/quake/quake/src/QW/client/
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/quake/quake/src/WinQuake/
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
  /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
  /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...]
  /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 2206 milliseconds