OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fEffectStage
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/include/gpu/
GrDrawEffect.h
22
:
fEffectStage
(&stage)
24
SkASSERT(NULL !=
fEffectStage
);
25
SkASSERT(NULL !=
fEffectStage
->getEffect());
27
const GrEffectRef* effect() const { return
fEffectStage
->getEffect(); }
36
return
fEffectStage
->getCoordChangeMatrix();
42
const int* getVertexAttribIndices() const { return
fEffectStage
->getVertexAttribIndices(); }
43
int getVertexAttribIndexCount() const { return
fEffectStage
->getVertexAttribIndexCount(); }
46
const GrEffectStage*
fEffectStage
;
/external/skia/include/gpu/
GrDrawEffect.h
22
:
fEffectStage
(&stage)
24
SkASSERT(NULL !=
fEffectStage
);
25
SkASSERT(NULL !=
fEffectStage
->getEffect());
27
const GrEffectRef* effect() const { return
fEffectStage
->getEffect(); }
36
return
fEffectStage
->getCoordChangeMatrix();
42
const int* getVertexAttribIndices() const { return
fEffectStage
->getVertexAttribIndices(); }
43
int getVertexAttribIndexCount() const { return
fEffectStage
->getVertexAttribIndexCount(); }
46
const GrEffectStage*
fEffectStage
;
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLShaderBuilder.h
260
CodeStage() : fNextIndex(0), fCurrentIndex(-1),
fEffectStage
(NULL) {}
264
return NULL !=
fEffectStage
;
269
return
fEffectStage
;
282
fSavedEffectStage = codeStage->
fEffectStage
;
289
codeStage->
fEffectStage
= newStage;
295
fCodeStage->
fEffectStage
= fSavedEffectStage;
303
void validate() const { SkASSERT((NULL ==
fEffectStage
) == (-1 == fCurrentIndex)); }
306
const GrEffectStage*
fEffectStage
;
/external/skia/src/gpu/gl/
GrGLShaderBuilder.h
260
CodeStage() : fNextIndex(0), fCurrentIndex(-1),
fEffectStage
(NULL) {}
264
return NULL !=
fEffectStage
;
269
return
fEffectStage
;
282
fSavedEffectStage = codeStage->
fEffectStage
;
289
codeStage->
fEffectStage
= newStage;
295
fCodeStage->
fEffectStage
= fSavedEffectStage;
303
void validate() const { SkASSERT((NULL ==
fEffectStage
) == (-1 == fCurrentIndex)); }
306
const GrEffectStage*
fEffectStage
;
Completed in 36 milliseconds