OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ditherMatrix
(Results
1 - 5
of
5
) sorted by null
/system/core/include/private/pixelflinger/
ggl_context.h
512
uint8_t
ditherMatrix
[GGL_DITHER_SIZE] __attribute__((aligned(32)));
/system/core/libpixelflinger/
buffer.cpp
169
dither = c->
ditherMatrix
[ (x & GGL_DITHER_MASK) +
pixelflinger.cpp
806
memcpy(c->
ditherMatrix
, gDitherMatrix, sizeof(gDitherMatrix));
scanline.cpp
[
all
...]
/system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp
265
immed12_pre(GGL_OFFSETOF(
ditherMatrix
)));
[
all
...]
Completed in 47 milliseconds