OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLEND_SRC
(Results
1 - 5
of
5
) sorted by null
/system/core/libpixelflinger/codeflinger/
blending.cpp
160
if ((blending &
BLEND_SRC
) && !same_factor_opt1) {
381
blending |=
BLEND_SRC
;
386
blending |= FACTOR_DST|
BLEND_SRC
;
392
blending |=
BLEND_SRC
;
397
blending |= FACTOR_SRC|
BLEND_SRC
;
402
blending |= FACTOR_SRC|
BLEND_SRC
;
GGLAssembler.h
510
FACTOR_SRC=1, FACTOR_DST=2,
BLEND_SRC
=4, BLEND_DST=8
GGLAssembler.cpp
117
mBlendSrc = ggl_needs_to_blendfactor(GGL_READ_NEEDS(
BLEND_SRC
, needs.n));
519
(blending & (
BLEND_SRC
|FACTOR_SRC)) : need_expander));
[
all
...]
/system/core/libpixelflinger/
picker.cpp
82
n |= GGL_BUILD_NEEDS( src,
BLEND_SRC
);
92
n |= GGL_BUILD_NEEDS( GGL_ONE,
BLEND_SRC
);
/system/core/include/private/pixelflinger/
ggl_context.h
134
GGL_RESERVE_NEEDS(
BLEND_SRC
, 8, 4 )
Completed in 481 milliseconds