OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fEffectRef
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/include/gpu/
GrEffectStage.h
24
:
fEffectRef
(SkRef(effectRef)) {
45
fEffectRef
.reset(SkRef(other.
fEffectRef
.get()));
51
SkASSERT(NULL !=
fEffectRef
.get());
52
SkASSERT(NULL != other.
fEffectRef
.get());
90
SkDEBUGCODE(mutable SkAutoTUnref<const GrEffectRef>
fEffectRef
;)
106
SkASSERT(NULL == savedCoordChange->
fEffectRef
.get());
107
SkDEBUGCODE(SkRef(
fEffectRef
.get());)
108
SkDEBUGCODE(savedCoordChange->
fEffectRef
.reset(
fEffectRef
.get());
[
all
...]
GrEffect.h
229
,
fEffectRef
(NULL) {}
234
if (NULL == effect->
fEffectRef
) {
235
effect->
fEffectRef
= SkNEW_ARGS(GrEffectRef, (effect));
237
effect->
fEffectRef
->ref();
239
return effect->
fEffectRef
;
248
SkASSERT(NULL == effect->
fEffectRef
);
249
effect->
fEffectRef
= SkNEW_PLACEMENT_ARGS(refStorage, GrEffectRef, (effect));
250
return effect->
fEffectRef
;
322
void EffectRefDestroyed() {
fEffectRef
= NULL; }
337
GrEffectRef*
fEffectRef
;
[
all
...]
/external/skia/include/gpu/
GrEffectStage.h
24
:
fEffectRef
(SkRef(effectRef)) {
45
fEffectRef
.reset(SkRef(other.
fEffectRef
.get()));
51
SkASSERT(NULL !=
fEffectRef
.get());
52
SkASSERT(NULL != other.
fEffectRef
.get());
90
SkDEBUGCODE(mutable SkAutoTUnref<const GrEffectRef>
fEffectRef
;)
106
SkASSERT(NULL == savedCoordChange->
fEffectRef
.get());
107
SkDEBUGCODE(SkRef(
fEffectRef
.get());)
108
SkDEBUGCODE(savedCoordChange->
fEffectRef
.reset(
fEffectRef
.get());
[
all
...]
GrEffect.h
229
,
fEffectRef
(NULL) {}
234
if (NULL == effect->
fEffectRef
) {
235
effect->
fEffectRef
= SkNEW_ARGS(GrEffectRef, (effect));
237
effect->
fEffectRef
->ref();
239
return effect->
fEffectRef
;
248
SkASSERT(NULL == effect->
fEffectRef
);
249
effect->
fEffectRef
= SkNEW_PLACEMENT_ARGS(refStorage, GrEffectRef, (effect));
250
return effect->
fEffectRef
;
322
void EffectRefDestroyed() {
fEffectRef
= NULL; }
337
GrEffectRef*
fEffectRef
;
[
all
...]
Completed in 732 milliseconds