OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GGL_ONE
(Results
1 - 6
of
6
) sorted by null
/system/core/libpixelflinger/
picker.cpp
61
src =
GGL_ONE
;
65
src_alpha =
GGL_ONE
;
69
dst =
GGL_ONE
;
73
dst_alpha =
GGL_ONE
;
92
n |= GGL_BUILD_NEEDS(
GGL_ONE
, BLEND_SRC );
94
n |= GGL_BUILD_NEEDS(
GGL_ONE
, BLEND_SRCA );
pixelflinger.cpp
794
c->state.blend.src =
GGL_ONE
;
796
c->state.blend.src_alpha =
GGL_ONE
;
scanline.cpp
535
case
GGL_ONE
:
[
all
...]
/system/core/libpixelflinger/codeflinger/
blending.cpp
75
fs =
GGL_ONE
;
205
} else if (fd==
GGL_ONE
) { // R = D
213
} else if (fs==
GGL_ONE
) {
216
} else if (fd==
GGL_ONE
) { // R = S + D
232
} else if (fd==
GGL_ONE
) { // R = S*fs + D
380
case
GGL_ONE
:
406
case
GGL_ONE
:
GGLAssembler.cpp
126
mBlendSrc =
GGL_ONE
;
130
mBlendSrcA =
GGL_ONE
;
134
mBlendDst =
GGL_ONE
;
138
mBlendDstA =
GGL_ONE
;
148
(mBlendDst==
GGL_ONE
) && (mBlendDstA==
GGL_ONE
)) {
163
fs =
GGL_ONE
;
177
info.blend = (fs != int(
GGL_ONE
)) || (fd > int(GGL_ZERO));
495
fs =
GGL_ONE
;
502
const int need_blending = (fs != int(
GGL_ONE
)) || (fd > int(GGL_ZERO))
[
all
...]
/system/core/include/pixelflinger/
pixelflinger.h
159
GGL_ONE
= 1, // SD
Completed in 331 milliseconds