Searched refs:stageIndex (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLProgramEffects.h144 int stageIndex) = 0;
176 int stageIndex);
225 int stageIndex) SK_OVERRIDE;
269 int stageIndex);
313 int stageIndex) SK_OVERRIDE;
H A DGrGLProgramEffects.cpp267 int stageIndex) {
282 openBrace.printf("\t{ // Stage %d: %s\n", stageIndex, glEffect->name());
465 int stageIndex) {
467 fProgramEffects->emitEffect(fBuilder, stage, key, outColor, inColor, stageIndex);
477 int stageIndex) {
492 openBrace.printf("\t{ // Stage %d: %s\n", stageIndex, glEffect->name());
591 int stageIndex) {
593 fProgramEffects->emitEffect(fBuilder, stage, key, outColor, inColor, stageIndex);
262 emitEffect(GrGLFullShaderBuilder* builder, const GrEffectStage& stage, EffectKey key, const char* outColor, const char* inColor, int stageIndex) argument
461 emitEffect(const GrEffectStage& stage, GrGLProgramEffects::EffectKey key, const char* outColor, const char* inColor, int stageIndex) argument
472 emitEffect(GrGLFragmentOnlyShaderBuilder* builder, const GrEffectStage& stage, EffectKey key, const char* outColor, const char* inColor, int stageIndex) argument
587 emitEffect(const GrEffectStage& stage, GrGLProgramEffects::EffectKey key, const char* outColor, const char* inColor, int stageIndex) argument
H A DGrGLShaderBuilder.h291 int stageIndex() const { function in class:GrGLShaderBuilder::CodeStage
H A DGrGLShaderBuilder.cpp334 out->appendf("_Stage%d", fCodeStage.stageIndex());
635 fCodeStage.stageIndex());
/external/skia/src/gpu/gl/
H A DGrGLProgramEffects.h144 int stageIndex) = 0;
176 int stageIndex);
225 int stageIndex) SK_OVERRIDE;
269 int stageIndex);
313 int stageIndex) SK_OVERRIDE;
H A DGrGLProgramEffects.cpp267 int stageIndex) {
282 openBrace.printf("\t{ // Stage %d: %s\n", stageIndex, glEffect->name());
465 int stageIndex) {
467 fProgramEffects->emitEffect(fBuilder, stage, key, outColor, inColor, stageIndex);
477 int stageIndex) {
492 openBrace.printf("\t{ // Stage %d: %s\n", stageIndex, glEffect->name());
591 int stageIndex) {
593 fProgramEffects->emitEffect(fBuilder, stage, key, outColor, inColor, stageIndex);
262 emitEffect(GrGLFullShaderBuilder* builder, const GrEffectStage& stage, EffectKey key, const char* outColor, const char* inColor, int stageIndex) argument
461 emitEffect(const GrEffectStage& stage, GrGLProgramEffects::EffectKey key, const char* outColor, const char* inColor, int stageIndex) argument
472 emitEffect(GrGLFragmentOnlyShaderBuilder* builder, const GrEffectStage& stage, EffectKey key, const char* outColor, const char* inColor, int stageIndex) argument
587 emitEffect(const GrEffectStage& stage, GrGLProgramEffects::EffectKey key, const char* outColor, const char* inColor, int stageIndex) argument
H A DGrGLShaderBuilder.h291 int stageIndex() const { function in class:GrGLShaderBuilder::CodeStage
H A DGrGLShaderBuilder.cpp334 out->appendf("_Stage%d", fCodeStage.stageIndex());
635 fCodeStage.stageIndex());

Completed in 890 milliseconds