OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blendSrc
(Results
1 - 5
of
5
) sorted by null
/frameworks/rs/driver/
rsdProgramStore.cpp
32
GLenum
blendSrc
;
80
if ((ps->mHal.state.
blendSrc
== RS_BLEND_SRC_ONE) &&
85
switch (ps->mHal.state.
blendSrc
) {
87
drv->
blendSrc
= GL_ZERO;
90
drv->
blendSrc
= GL_ONE;
93
drv->
blendSrc
= GL_DST_COLOR;
96
drv->
blendSrc
= GL_ONE_MINUS_DST_COLOR;
99
drv->
blendSrc
= GL_SRC_ALPHA;
102
drv->
blendSrc
= GL_ONE_MINUS_SRC_ALPHA;
105
drv->
blendSrc
= GL_DST_ALPHA
[
all
...]
/frameworks/rs/
rsProgramStore.h
49
RsBlendSrcFunc
blendSrc
;
rsProgramStore.cpp
37
mHal.state.
blendSrc
= srcFunc;
101
if (existing->mHal.state.
blendSrc
!= srcFunc) continue;
/frameworks/rs/driver/runtime/
rs_program.c
70
return prog->mHal.state.
blendSrc
;
rs_structs.h
112
rs_blend_src_func
blendSrc
;
Completed in 131 milliseconds