OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GGL_COLOR_BITS
(Results
1 - 5
of
5
) sorted by null
/system/core/libpixelflinger/
buffer.cpp
262
const int32_t hbits =
GGL_COLOR_BITS
;
263
const int32_t lbits =
GGL_COLOR_BITS
- 8;
scanline.cpp
557
fragment.c[1] = r >> (
GGL_COLOR_BITS
-8);
558
fragment.c[2] = g >> (
GGL_COLOR_BITS
-8);
559
fragment.c[3] = b >> (
GGL_COLOR_BITS
-8);
560
fragment.c[0] = a >> (
GGL_COLOR_BITS
-8);
709
((1<<
GGL_COLOR_BITS
)-1)) / ((1<<fragment.s[0])-1);
[
all
...]
/system/core/include/private/pixelflinger/
ggl_context.h
88
const int
GGL_COLOR_BITS
= 24;
/system/core/libpixelflinger/codeflinger/
texturing.cpp
195
fragment.h =
GGL_COLOR_BITS
;
196
fragment.l =
GGL_COLOR_BITS
- 8;
[
all
...]
GGLAssembler.cpp
700
const int shift =
GGL_COLOR_BITS
-fragment.size();
[
all
...]
Completed in 57 milliseconds