OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBlendSrcA
(Results
1 - 3
of
3
) sorted by null
/system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp
120
mBlendSrcA
= ggl_needs_to_blendfactor(GGL_READ_NEEDS(BLEND_SRCA, needs.n));
128
if ((
mBlendSrcA
== GGL_ONE_MINUS_DST_ALPHA) ||
129
(
mBlendSrcA
== GGL_DST_ALPHA)) {
130
mBlendSrcA
= GGL_ONE;
144
blending_codes(
mBlendSrcA
, mBlendDstA);
147
if ((mBlendSrc==GGL_ZERO) && (
mBlendSrcA
==GGL_ZERO) &&
150
} else if ((mBlendSrc==GGL_ZERO) && (
mBlendSrcA
==GGL_ZERO) &&
160
int fs = i==GGLFormat::ALPHA ?
mBlendSrcA
: mBlendSrc;
492
int fs = component==GGLFormat::ALPHA ?
mBlendSrcA
: mBlendSrc;
[
all
...]
GGLAssembler.h
548
int
mBlendSrcA
;
blending.cpp
72
int fs = component==GGLFormat::ALPHA ?
mBlendSrcA
: mBlendSrc;
Completed in 448 milliseconds