OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:srcCoeff
(Results
1 - 7
of
7
) sorted by null
/external/skia/gpu/src/
GrGpuGL.h
127
GrBlendCoeff
srcCoeff
,
GrGLProgram.h
73
void overrideBlend(GrBlendCoeff*
srcCoeff
, GrBlendCoeff* dstCoeff) const;
GrDrawTarget.cpp
377
void GrDrawTarget::setBlendFunc(GrBlendCoeff
srcCoeff
,
379
fCurrDrawState.fSrcBlend =
srcCoeff
;
393
switch (
srcCoeff
) {
GrGLProgram.cpp
150
void GrGLProgram::overrideBlend(GrBlendCoeff*
srcCoeff
,
231
static inline void needBlendInputs(SkXfermode::Coeff
srcCoeff
,
235
if (SkXfermode::kZero_Coeff ==
srcCoeff
) {
252
switch (
srcCoeff
) {
[
all
...]
GrGpuGLShaders.cpp
569
GrBlendCoeff
srcCoeff
= fCurrDrawState.fSrcBlend;
572
fCurrentProgram.overrideBlend(&
srcCoeff
, &dstCoeff);
573
this->flushBlend(type,
srcCoeff
, dstCoeff);
[
all
...]
GrGpuGL.cpp
[
all
...]
/external/skia/gpu/include/
GrDrawTarget.h
456
void setBlendFunc(GrBlendCoeff
srcCoeff
, GrBlendCoeff dstCoeff);
[
all
...]
Completed in 270 milliseconds