Searched defs:stageIndex (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/builders/
H A DGrGLFragmentOnlyProgramBuilder.cpp64 int stageIndex) {
81 openBrace.printf("\t{ // Stage %d: %s\n", stageIndex, glEffect->name());
60 emitEffect(const GrProcessorStage& stage, const GrProcessorKey& key, const char* outColor, const char* inColor, int stageIndex) argument
H A DGrGLFullProgramBuilder.cpp112 int stageIndex) {
127 openBrace.printf("{ // Stage %d: %s\n", stageIndex, glEffect->name());
108 emitEffect(const GrProcessorStage& stage, const GrProcessorKey& key, const char* outColor, const char* inColor, int stageIndex) argument
H A DGrGLProgramBuilder.h203 int stageIndex() const { function in class:GrGLProgramBuilder::CodeStage
313 int stageIndex) = 0;
/external/skia/src/gpu/gl/
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

Completed in 369 milliseconds