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

  /system/core/libpixelflinger/
format.cpp 23 static GGLFormat const gPixelFormatInfos[] =
70 const GGLFormat* gglGetPixelFormatTable(size_t* numEntries)
73 *numEntries = sizeof(android::gPixelFormatInfos)/sizeof(GGLFormat);
buffer.cpp 67 const GGLFormat& pixelFormat(c->formats[dst->format]);
116 const GGLFormat* f = &(c->formats[s->format]);
173 const GGLFormat* f = &(c->formats[s->format]);
182 (i==GGLFormat::GREEN || i==GGLFormat::BLUE)) {
260 const GGLFormat* f = &(c->formats[format]);
picker.cpp 57 const GGLFormat& cbf = c->formats[ c->state.buffers.color.format ];
58 if (!cbf.c[GGLFormat::ALPHA].h) {
pixelflinger.cpp 284 c->state.fog.color[GGLFormat::ALPHA]= 0xFF; // unused
285 c->state.fog.color[GGLFormat::RED] = (r - (r>>8))>>8;
286 c->state.fog.color[GGLFormat::GREEN]= (g - (g>>8))>>8;
287 c->state.fog.color[GGLFormat::BLUE] = (b - (b>>8))>>8;
519 if (a) mask |= 1 << GGLFormat::ALPHA;
520 if (r) mask |= 1 << GGLFormat::RED;
521 if (g) mask |= 1 << GGLFormat::GREEN;
522 if (b) mask |= 1 << GGLFormat::BLUE;
raster.cpp 105 const GGLFormat* fp = &(c->formats[cb->format]);
scanline.cpp 349 const GGLFormat* f =
    [all...]
trap.cpp 455 const GGLFormat* fp = &(c->formats[cb->format]);
    [all...]
  /system/core/include/pixelflinger/
format.h 124 } GGLFormat;
128 extern "C" const GGLFormat* gglGetPixelFormatTable(size_t* numEntries = 0);
130 const GGLFormat* gglGetPixelFormatTable(size_t* numEntries);
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 123 if (!mCbFormat.c[GGLFormat::ALPHA].h) {
160 int fs = i==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc;
161 int fd = i==GGLFormat::ALPHA ? mBlendDstA : mBlendDst;
162 if (fs==GGL_SRC_ALPHA_SATURATE && i==GGLFormat::ALPHA)
168 (i==GGLFormat::GREEN || i==GGLFormat::BLUE)) {
171 info.needed = (i==GGLFormat::ALPHA) &&
176 info.fog = mFog && info.inDest && (i != GGLFormat::ALPHA);
274 build_component(pixel, parts, GGLFormat::ALPHA, regs);
282 build_component(pixel, parts, GGLFormat::RED, regs)
    [all...]
GGLAssembler.h 234 memset(&format, 0, sizeof(GGLFormat));
236 pixel_t(int r, const GGLFormat* fmt, int f=0)
239 void setTo(int r, const GGLFormat* fmt, int f=0) {
242 GGLFormat format;
315 GGLFormat format;
545 GGLFormat mCbFormat;
blending.cpp 72 int fs = component==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc;
73 int fd = component==GGLFormat::ALPHA ? mBlendDstA : mBlendDst;
74 if (fs==GGL_SRC_ALPHA_SATURATE && component==GGLFormat::ALPHA)
270 if (component==GGLFormat::ALPHA && !isAlphaSourceNeeded()) {
348 extract(factor, dst_pixel, GGLFormat::ALPHA);
texturing.cpp 132 if (mBlending || mDithering || mInfo[GGLFormat::ALPHA].needed) {
306 if (!tmu.format.c[GGLFormat::ALPHA].h) {
311 tmu.mask &= ~(1<<GGLFormat::ALPHA);
    [all...]
  /frameworks/native/opengl/libagl/
state.cpp 371 GGLFormat const * formats = gglGetPixelFormatTable();
377 GGLFormat const * formats = gglGetPixelFormatTable();
383 GGLFormat const * formats = gglGetPixelFormatTable();
389 GGLFormat const * formats = gglGetPixelFormatTable();
mipmap.cpp 34 const GGLFormat& pixelFormat(c->rasterizer.formats[base->format]);
texture.cpp 285 const GGLFormat& pixelFormat(c->rasterizer.formats[src.format]);
377 const GGLFormat& pixelFormat(c->rasterizer.formats[formatIdx]);
    [all...]
egl.cpp 249 GGLFormat const* pixelFormatTable;
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 537 const GGLFormat* formats;

Completed in 423 milliseconds