Searched refs:current_program (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di915_fragprog.c1217 if (i915->current_program == p)
1220 if (i915->current_program) {
1221 i915->current_program->on_hardware = 0;
1222 i915->current_program->params_uptodate = 0;
1225 i915->current_program = p;
1268 if (i915->current_program == p)
1269 i915->current_program = 0;
1321 if (i915->current_program != fp) {
1322 if (i915->current_program) {
1323 i915->current_program
[all...]
H A Di915_context.h257 struct i915_fragment_program *current_program; member in struct:i915_context
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_fragprog.c1217 if (i915->current_program == p)
1220 if (i915->current_program) {
1221 i915->current_program->on_hardware = 0;
1222 i915->current_program->params_uptodate = 0;
1225 i915->current_program = p;
1268 if (i915->current_program == p)
1269 i915->current_program = 0;
1321 if (i915->current_program != fp) {
1322 if (i915->current_program) {
1323 i915->current_program
[all...]
H A Di915_context.h257 struct i915_fragment_program *current_program; member in struct:i915_context
/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state.cc170 glUseProgram(current_program.get() ? current_program->service_id() : 0);
H A Dvertex_attrib_manager.cc164 Program* current_program,
185 current_program->GetAttribInfoByLocation(attrib->index());
160 ValidateBindings( const char* function_name, GLES2Decoder* decoder, FeatureInfo* feature_info, Program* current_program, GLuint max_vertex_accessed, bool instanced, GLsizei primcount) argument
H A Dcontext_state.h197 scoped_refptr<Program> current_program; member in struct:gpu::gles2::ContextState
H A Dvertex_attrib_manager.h247 Program* current_program,
H A Dgles2_cmd_decoder.cc3444 if (state_.current_program.get()) {
3446 state_.current_program.get());
3503 // state_.current_program must be reset before group_ is reset because
3505 // state_.current_program object.
3506 state_.current_program = NULL;
4674 if (state_.current_program.get()) {
4677 state_.current_program->service_id(), &client_id);
5779 if (program == state_.current_program.get()) {
5846 if (!state_.current_program.get()) {
5852 if (!state_.current_program
[all...]

Completed in 692 milliseconds