Home
last modified time | relevance | path

Searched refs:current_program (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c1159 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()
Di915_context.h252 struct i915_fragment_program *current_program; member
/external/deqp/external/openglcts/modules/gl/
Dgl3cTransformFeedbackOverflowQueryTests.cpp1098 GLuint current_program = m_context.getContextInfo().getInt(GL_CURRENT_PROGRAM); in verifyQueryResult() local
1138 gl.useProgram(current_program); in verifyQueryResult()