Searched refs:current_program (Results 1 – 3 of 3) sorted by relevance
1159 if (i915->current_program == p) in i915DeleteProgram()1160 i915->current_program = 0; in i915DeleteProgram()1212 if (i915->current_program != fp) { in i915_update_program()1213 if (i915->current_program) { in i915_update_program()1214 i915->current_program->on_hardware = 0; in i915_update_program()1215 i915->current_program->params_uptodate = 0; in i915_update_program()1218 i915->current_program = fp; in i915_update_program()
252 struct i915_fragment_program *current_program; member
1098 GLuint current_program = m_context.getContextInfo().getInt(GL_CURRENT_PROGRAM); in verifyQueryResult() local1138 gl.useProgram(current_program); in verifyQueryResult()