OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fCurrentIndex
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLShaderBuilder.h
260
CodeStage() : fNextIndex(0),
fCurrentIndex
(-1), fEffectStage(NULL) {}
274
return
fCurrentIndex
;
281
fSavedIndex = codeStage->
fCurrentIndex
;
285
codeStage->
fCurrentIndex
= -1;
287
codeStage->
fCurrentIndex
= codeStage->fNextIndex++;
294
fCodeStage->
fCurrentIndex
= fSavedIndex;
303
void validate() const { SkASSERT((NULL == fEffectStage) == (-1 ==
fCurrentIndex
)); }
305
int
fCurrentIndex
;
/external/skia/src/gpu/gl/
GrGLShaderBuilder.h
260
CodeStage() : fNextIndex(0),
fCurrentIndex
(-1), fEffectStage(NULL) {}
274
return
fCurrentIndex
;
281
fSavedIndex = codeStage->
fCurrentIndex
;
285
codeStage->
fCurrentIndex
= -1;
287
codeStage->
fCurrentIndex
= codeStage->fNextIndex++;
294
fCodeStage->
fCurrentIndex
= fSavedIndex;
303
void validate() const { SkASSERT((NULL == fEffectStage) == (-1 ==
fCurrentIndex
)); }
305
int
fCurrentIndex
;
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar
Completed in 31 milliseconds