OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLEND_SRC
(Results
1 - 7
of
7
) 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
520
FACTOR_SRC=1, FACTOR_DST=2,
BLEND_SRC
=4, BLEND_DST=8
GGLAssembler.cpp
118
mBlendSrc = ggl_needs_to_blendfactor(GGL_READ_NEEDS(
BLEND_SRC
, needs.n));
522
(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
46
BLEND_SRC
= 1,
137
case
BLEND_SRC
:
/system/core/libpixelflinger/include/private/pixelflinger/
ggl_context.h
154
GGL_RESERVE_NEEDS(
BLEND_SRC
, 8, 4 )
/external/opencv3/modules/core/src/
gl_core_3_1.hpp
300
BLEND_SRC
= 0x0BE1,
[
all
...]
Completed in 251 milliseconds