OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLEND_SRC
(Results
1 - 6
of
6
) sorted by null
/system/core/libpixelflinger/codeflinger/
blending.cpp
161
if ((blending &
BLEND_SRC
) && !same_factor_opt1) {
382
blending |=
BLEND_SRC
;
387
blending |= FACTOR_DST|
BLEND_SRC
;
393
blending |=
BLEND_SRC
;
398
blending |= FACTOR_SRC|
BLEND_SRC
;
403
blending |= FACTOR_SRC|
BLEND_SRC
;
GGLAssembler.h
528
FACTOR_SRC=1, FACTOR_DST=2,
BLEND_SRC
=4, BLEND_DST=8
GGLAssembler.cpp
119
mBlendSrc = ggl_needs_to_blendfactor(GGL_READ_NEEDS(
BLEND_SRC
, needs.n));
523
(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
);
/frameworks/rs/cpu_ref/
rsCpuIntrinsicBlend.cpp
43
BLEND_SRC
= 1,
133
case
BLEND_SRC
:
/system/core/libpixelflinger/include/private/pixelflinger/
ggl_context.h
154
GGL_RESERVE_NEEDS(
BLEND_SRC
, 8, 4 )
Completed in 220 milliseconds