Home | History | Annotate | Download | only in gl

Lines Matching refs:current_stage

8489 				const _shader_stage& current_stage				 = *(stages[n_stage]);
8493 (current_stage.default_subroutine1_value == current_stage.function1_index) ?
8494 current_stage.function2_index :
8495 current_stage.function1_index;
8497 (current_stage.default_subroutine2_value == current_stage.function1_index) ?
8498 current_stage.function2_index :
8499 current_stage.function1_index;
8501 (current_stage.default_subroutine3_value == current_stage.function3_index) ?
8502 current_stage.function4_index :
8503 current_stage.function3_index;
8505 (current_stage.default_subroutine4_value == current_stage.function3_index) ?
8506 current_stage.function4_index :
8507 current_stage.function3_index;
8509 gl.uniformSubroutinesuiv(current_stage.gl_stage, 4 /* count */, subroutine_configuration);
8790 const _shader_stage& current_stage = *(stages[n_stage]);
8792 verifySubroutineUniformValuesForShaderStage(current_stage, verification);