OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBlendDstA
(Results
1 - 3
of
3
) sorted by null
/system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp
121
mBlendDstA
= ggl_needs_to_blendfactor(GGL_READ_NEEDS(BLEND_DSTA, needs.n));
136
if ((
mBlendDstA
== GGL_ONE_MINUS_DST_ALPHA) ||
137
(
mBlendDstA
== GGL_DST_ALPHA)) {
138
mBlendDstA
= GGL_ONE;
144
blending_codes(mBlendSrcA,
mBlendDstA
);
148
(mBlendDst==GGL_ONE) && (
mBlendDstA
==GGL_ONE)) {
151
(mBlendDst==GGL_ZERO) && (
mBlendDstA
==GGL_ZERO)) {
161
int fd = i==GGLFormat::ALPHA ?
mBlendDstA
: mBlendDst;
493
int fd = component==GGLFormat::ALPHA ?
mBlendDstA
: mBlendDst;
[
all
...]
GGLAssembler.h
549
int
mBlendDstA
;
blending.cpp
73
int fd = component==GGLFormat::ALPHA ?
mBlendDstA
: mBlendDst;
Completed in 729 milliseconds