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

  /frameworks/base/libs/hwui/
Dither.cpp 18 #include "Dither.h"
27 Dither::Dither(): mCaches(NULL), mInitialized(false), mDitherTexture(0) {
30 void Dither::bindDitherTexture() {
48 float dither = 1.0f / (255.0f * DITHER_KERNEL_SIZE * DITHER_KERNEL_SIZE); local
50 0 * dither, 8 * dither, 2 * dither, 10 * dither,
51 12 * dither, 4 * dither, 14 * dither, 6 * dither
    [all...]
Dither.h 38 class Dither {
40 Dither();
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
attrib.c 79 GLboolean Dither;
272 attr->Dither = ctx->Color.DitherFlag;
525 TEST_AND_UPDATE(ctx->Color.DitherFlag, enable->Dither, GL_DITHER);
    [all...]
  /external/mesa3d/src/mesa/main/
attrib.c 79 GLboolean Dither;
272 attr->Dither = ctx->Color.DitherFlag;
525 TEST_AND_UPDATE(ctx->Color.DitherFlag, enable->Dither, GL_DITHER);
    [all...]

Completed in 502 milliseconds