OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GGL_DITHER_SIZE
(Results
1 - 3
of
3
) sorted by null
/system/core/include/private/pixelflinger/
ggl_context.h
78
const int
GGL_DITHER_SIZE
= GGL_DITHER_ORDER * GGL_DITHER_ORDER;
532
uint8_t ditherMatrix[
GGL_DITHER_SIZE
] __attribute__((aligned(32)));
/system/core/libpixelflinger/
pixelflinger.cpp
46
static const uint8_t gDitherMatrix[
GGL_DITHER_SIZE
] = {
/system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp
263
const int mask =
GGL_DITHER_SIZE
-1;
[
all
...]
Completed in 3111 milliseconds