OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GGL_DITHER_BITS
(Results
1 - 4
of
4
) sorted by null
/system/core/include/private/pixelflinger/
ggl_context.h
75
const int
GGL_DITHER_BITS
= 6; // dither weights stored on 6 bits
/system/core/libpixelflinger/
buffer.cpp
338
const int shift = (
GGL_DITHER_BITS
- (sbits-dbits));
scanline.cpp
[
all
...]
/system/core/libpixelflinger/codeflinger/
load_store.cpp
351
const int shift = (
GGL_DITHER_BITS
- (sbits-dbits));
Completed in 35 milliseconds