Searched refs:newObj (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dpipelineobj.c436 struct gl_pipeline_object *newObj = NULL; local in function:bind_program_pipeline
462 /* Get pointer to new pipeline object (newObj)
466 newObj = _mesa_lookup_pipeline_object(ctx, pipeline);
467 if (!no_error && !newObj) {
476 newObj->EverBound = GL_TRUE;
479 _mesa_bind_pipeline(ctx, newObj);
H A Darrayobj.c1012 struct gl_vertex_array_object *newObj = NULL; local in function:bind_vertex_array
1020 * Get pointer to new array object (newObj)
1026 newObj = ctx->Array.DefaultVAO;
1030 newObj = _mesa_lookup_vao(ctx, id);
1031 if (!no_error && !newObj) {
1037 newObj->EverBound = GL_TRUE;
1052 _mesa_reference_vao(ctx, &ctx->Array.VAO, newObj);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dpipelineobj.c443 struct gl_pipeline_object *newObj = NULL; local in function:bind_program_pipeline
469 /* Get pointer to new pipeline object (newObj)
473 newObj = _mesa_lookup_pipeline_object(ctx, pipeline);
474 if (!no_error && !newObj) {
483 newObj->EverBound = GL_TRUE;
486 _mesa_bind_pipeline(ctx, newObj);
H A Darrayobj.c973 struct gl_vertex_array_object *newObj = NULL; local in function:bind_vertex_array
981 * Get pointer to new array object (newObj)
987 newObj = ctx->Array.DefaultVAO;
991 newObj = _mesa_lookup_vao(ctx, id);
992 if (!no_error && !newObj) {
998 newObj->EverBound = GL_TRUE;
1013 _mesa_reference_vao(ctx, &ctx->Array.VAO, newObj);
1019 (oldObj == ctx->Array.DefaultVAO) != (newObj == ctx->Array.DefaultVAO))

Completed in 7 milliseconds