Searched defs:pixel_t (Results 1 - 2 of 2) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.h226 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
[all...]
/system/core/include/private/pixelflinger/
H A Dggl_context.h336 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);

Completed in 377 milliseconds