OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fEffectRef
(Results
1 - 3
of
3
) sorted by null
/external/skia/include/gpu/
GrEffectStage.h
24
:
fEffectRef
(NULL) {
29
GrSafeUnref(
fEffectRef
);
35
if (NULL ==
fEffectRef
) {
36
return NULL == other.
fEffectRef
;
37
} else if (NULL == other.
fEffectRef
) {
51
GrSafeAssign(
fEffectRef
, other.
fEffectRef
);
52
if (NULL !=
fEffectRef
) {
68
GR_DEBUGCODE(mutable SkAutoTUnref<const GrEffectRef>
fEffectRef
;)
81
GrAssert(NULL == savedCoordChange->
fEffectRef
.get())
[
all
...]
GrEffect.h
177
GrEffect() :
fEffectRef
(NULL) {};
182
if (NULL == effect->
fEffectRef
) {
183
effect->
fEffectRef
= SkNEW_ARGS(GrEffectRef, (effect));
185
effect->
fEffectRef
->ref();
187
return effect->
fEffectRef
;
242
void EffectRefDestroyed() {
fEffectRef
= NULL; }
250
GrEffectRef*
fEffectRef
;
/external/skia/src/gpu/
GrEffect.cpp
82
GrAssert(NULL ==
fEffectRef
);
Completed in 135 milliseconds