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

  /frameworks/base/libs/hwui/
Dither.h 38 class Dither {
40 Dither(Caches& caches);
Dither.cpp 18 #include "Dither.h"
27 Dither::Dither(Caches& caches)
33 void Dither::bindDitherTexture() {
49 float dither = 1.0f / (255.0f * DITHER_KERNEL_SIZE * DITHER_KERNEL_SIZE); local
51 0 * dither, 8 * dither, 2 * dither, 10 * dither,
52 12 * dither, 4 * dither, 14 * dither, 6 * dither
    [all...]
Caches.h 21 #include "Dither.h"
163 Dither dither; member in class:android::uirenderer::Caches
Android.mk 58 Dither.cpp \
  /external/libyuv/files/unit_test/
convert_test.cc     [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 224 milliseconds